...
URL | |||
Method | GET | ||
Request headers | Authorization | Required | The token acquired from the Authentication Service. Formated "Boknett TGT-...." |
Date | Required | The timestamp the request was made. Must comply with RFC 1123 date formats. Example: Tue, 10 Jun 2014 16:23:42 GMT | |
Query parameters | after | Required if next not given | |
next | Required if after not given | ||
pagesize | optional | (default and max values to be determinedvalue is 10000) | |
Response headers | Content-Type | application/atom+xml;charset=UTF-8 | |
Next | next token for next page | ||
Link | link to next page | ||
Response body | ATOM Inventory XML format (same format as before, however only latest version of each book is returned and some fields are removed) | ||
Returns | 200 | OK | |
40x | On error |
...