Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Autumn From autumn 2016 Bokbasen will start have been delivering e-books from international publishers through DDS, to support the large increase in number of books and specific requirements from International publishers this requires some changes in the DDS integration. These changes are only required by stores that wants to sell books from these publishers, no changes needed if you are only selling books from Norwegian publishers.

...

URL

https://api.dds.boknett.no/v2/inventory/

 https://api.dds.boknett.no/v2/inventory/{isbn}

MethodGET
Request
headers

Authorization

Required

The token acquired from the Authentication Service (legacy).

Formated "Boknett TGT-...."

DateRequiredThe timestamp the request was made. Must comply with RFC 1123 date formats. Example: Tue, 10 Jun 2014 16:23:42 GMT
Query
parameters
afterRequired if next not given
nextRequired if after not given
pagesizeoptional(defaults to 10000)
Response
headers


Content-Type

application/atom+xml;charset=UTF-8


Nextnext token for next page

Linklink 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)
Returns200OK
40xOn error

...