Returns a JSON array containing everyDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/marchena96/Paradigma-lab1/llms.txt
Use this file to discover all available pages before exploring further.
Library record currently stored in the database. No filters are applied — all libraries are returned in a single response. This endpoint is useful for populating list views or building library-picker UIs.
Endpoint
Authentication
No authentication is required. TheGetAll action does not carry an [Authorize] attribute.
Parameters
This endpoint accepts no path parameters, query parameters, or request body.Response
200 OK
Returns a JSON array of Library objects. The array is empty ([]) when no libraries exist.
Auto-generated primary key assigned by the database.
Human-readable name of the library.
Physical address or location description of the library.
Status Codes
| Status | Meaning |
|---|---|
200 | OK — array of Library objects returned. |