Skip to main content
OCLC Wise Support EN

My Account

Learn about the endpoints and workflows involved in creating a My Account space for patrons with the Wise Rest-API.

This section describes endpoints and workflows for creating a My Account space for patrons. Patrons will need to log in to access their data using endpoint /patron/authentication with or without branchId/libraryId.

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

This endpoint retrieves all loans of a patron in a library.

Current holds

GET /patron/{patronSystemId/library/{libraryId}/hold

This endpoint retrieves all holds of a patron in a library.

 

  • Was this article helpful?