...
URL | https://api.dds.boknett.no/inventory/ | ||||||||
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 | |||||||
Accept | Required | application/json (We recommend all new implementations to use this header, XML support will be phased out in the future) | |||||||
Query parameters | id | Optional | UUID (also called resId) of the ebook that you want information about, use this parameter only if you want detailed information about one single title. | ||||||
isbn | Optional | Same as id only based on isbn to give information about a specific title (will always reply with data on latest version of digital book for the isbn) | |||||||
fromDate | Optional | From date for the response dataset | |||||||
toDate | Optional | The type of notification, which can be updated (new and updated elements) and deleted. Empty or missing parameter will result in both updated and deleted elements. | |||||||
state | Optional* | Status that can be used for filtering. *If fromDate or toDate is given, this is mandatory Possible values:
| |||||||
Response headers
| Content-Type | application/atom+xml;charset=UTF-8 | |||||||
Response body | ATOM Inventory XML format (see details further down on this page) | ||||||||
Returns | 200 | OK | |||||||
40x | On error |
...