My Account
This section describes endpoints and workflows for creating a "My ..." space for patrons. Patrons needs to log in to access their data using endpoint /patron/authentication with or without branchId/libraryId.
Link to My Account domain.
Patron Information
GET /patron/{patronid}/library/{libraryid}/patroninformation
This endpoint returns the basic patron information such as name, address and subscription information. The patron must be logged in to get this information.
Current loans
GET /patron/{patronSystemId/library/{libraryId}/loan
Retrieving all loans of a patron in a library
Current holds
GET /patron/{patronSystemId/library/{libraryId}/hold
Retrieving all holds of a patron in a library
Subscribing a new patron