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 | ||
---|---|---|
|
Authenticating to the API
Details to come about authenticating - tl;dr we need to use the library group scope token introduced in
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
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