Patron API¶
This document outlines the API endpoints available for managing patrons in InvenioILS.
-
List Patrons
- Endpoint:
/api/patrons/ - Method:
GET - Description: Retrieves a list of all patrons.
- Endpoint:
-
Get Patron Details
- Endpoint:
/api/patrons/?q=<patron_pid> - Method:
GET - Description: Retrieves detailed information about a specific patron.
- Endpoint: