ONIX
This endpoint is used for loading metadata from Bokbasen, it is specifically design to give you a continuous feed of all changes that are available. See Export Service for details on paging mechanism.
New Authentication & URLs introduced Q4 2023
URL |
The token acquired from the Authentication Service (legacy). Formated Header: | ||
---|---|---|---|
Method |
| ||
Request |
| Required | Access-token from Authentication Service. Audience: |
Query |
| Required* | All data elements modified after this “cursor”. The cursor is in a not human readable format. |
| Required* | All data elements modified after this timestamp. The timestamp is on the format yyyyMMddHHmmss. | |
| Required | Specifies the scope of the report. Possible values are basic, extended or school. Represents the subscriptions Basic, Extended and School. | |
| 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. | |
| Optional | See Pagination | |
Response |
| See Pagination | |
| See Pagination | ||
Response | XML (Onix) | ||
Returns | 200 | OK | |
413 | Try with a smaller |
* One of the parameters “next” and “after” is required.
Beware of the 413
-error - try again with a smaller pagesize
Get ONIX for single book
This is a convenience API provided so that it is possible to lookup the ONIX for a single ISBN.
This API endpoint is just in use for debugging and testing purposes, no production application should be based on using this endpoint. Misusage of the endpoint might lead to it being closed down. Use the endpoint above for your production update processes.
URL |
The token acquired from the Authentication Service. Formatted Required header: | ||
---|---|---|---|
Method |
| ||
Request |
| Required | The token acquired from the Authentication Service Audience: |
Response | XML (Onix) | ||
Returns | 200 | OK |