Get Single
GET/api/library/22
API Endpoint: Retrieve Library Details
Method: GET
URL: https://app.udyogx.in/api/library/22
This endpoint retrieves the details of a specific library identified by the ID provided in the URL path. In this case, the library ID is 22.
Request Parameters
- Path Parameter:
id(integer): The unique identifier for the library you wish to retrieve. In this example, the ID is22.
Expected Response
The response will contain detailed information about the library, which may include attributes such as:
- Library Name
- Location
- Available Resources
- Contact Information
The response is typically returned in JSON format.
Notes
- Ensure that the library ID is valid and exists in the system to receive a successful response.
- The response may vary based on the library's data and configuration.
Responses
- 200