Versions Compared

Key

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

Below outlines the various calls and elements produced by the LibKey Lending Tool’s API (INCDocs is the branded version of this service used by NHS England and for whom this documentation is also applicable).

Table of Contents
stylenone

Authenticating to the API

Details to come about authenticating - tl;dr we need to use the library group scope token introduced in

Jira Legacy
serverSystem Jira
serverIdf5b3f062-e9f3-30b0-bc71-64b369a7a196
keyBZ-8002

Get a list of libraries

GET /public/v1/libraryGroups/:libraryGroupId/libraries

Check the availability of an article at a library

GET /public/v1/libraryGroups/:libraryGroupId/libraries/:libraryId/articles/doi/:doi
GET /public/v1/libraryGroups/:libraryGroupId/libraries/:libraryId/articles/pmid/:articlePMID

Create a fulfillment request

POST /public/v1/libraryGroups/:libraryGroupId/fulfillmentRequests

Get the status of a fulfillment request

GET /public/v1/libraryGroups/:libraryGroupId/fulfillmentRequests/:fulfillmentRequestIdPlease see the updated documentation here: LibKey Lending Tool API Documentation New