Location API¶
This document outlines the API endpoints available for managing library locations in InvenioILS.
-
List Locations
- Endpoint:
/api/locations
- Method:
GET
- Description: Retrieves a list of all library locations.
- Endpoint:
-
Create Location
- Endpoint:
/api/locations
- Method:
POST
- Description: Creates a new library location.
- Endpoint:
-
Get Location Details
- Endpoint:
/api/locations/<location_id>
- Method:
GET
- Description: Retrieves detailed information about a specific library location.
- Endpoint:
-
Update Location
- Endpoint:
/api/locations/<location_id>
- Method:
PUT
- Description: Updates details of an existing library location.
- Endpoint: