anobii.shelf.getSimpleShelf
Get basic data of a shelf with user ID
Authentication
This function requires an application authentication
Arguments
-
api_key - Developer API Key
-
api_sig - Developer API Signature
-
user_id - Unique id of the owner of target shelf
-
langoptional - Languages of items to return (code list). Default = All
-
limitoptional - Number of records to retrieve in the request. Default = 10
-
progressoptional - Progresses of items to return (code list). Default = All
-
startoptional - The record from which to start retrieval. Default = 0
Sample Request
http://api.anobii.com/shelf/getSimpleShelf?
api_key=7fn2nfu34jdk221dsfgdsjfjdsfd432n
&api_sig=iwnm2kfdj1ndjspdnwocmwejtn4n2iwp
&user_id=sfwe2jkd4d2jeod2ke
&lang=en,it
&progress=1,2
&limit=5
Example Response
<shelf user_id="sfwe2jkd4d2jeod2ke" type="all">
<items>
<item id="63df5" progress="Finished"
start_date="1167840000" end_date="1198339200" />
...
</items>
</shelf>
