Borrowing Requests API¶
This document outlines the API endpoints available for managing borrowing requests in InvenioILS.
-
List Borrowing Requests
- Endpoint:
/api/borrowing/requests
- Method:
GET
- Description: Retrieves a list of all borrowing requests.
- Endpoint:
-
Create Borrowing Request
- Endpoint:
/api/borrowing/requests
- Method:
POST
- Description: Creates a new borrowing request.
- Endpoint:
-
Get Borrowing Request Details
- Endpoint:
/api/borrowing/requests/<request_id>
- Method:
GET
- Description: Retrieves detailed information about a specific borrowing request.
- Endpoint:
-
Update Borrowing Request
- Endpoint:
/api/borrowing/requests/<request_id>
- Method:
PUT
- Description: Updates details of an existing borrowing request.
- Endpoint: