TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/devdavco/backend_1/llms.txt
Use this file to discover all available pages before exploring further.
GET /espacios/{id} endpoint retrieves a single coworking space whose id matches the integer you supply in the URL path. Use this endpoint when you need the full details of one specific space — for example, to display a space detail page, pre-fill an edit form, or confirm that a space exists before creating a reservation against it.
Path parameters
The integer primary key of the coworking space to retrieve. This value is assigned by the database when the space is created and can be discovered by calling
GET /espacios/all.Request
No request body or query parameters are required. No authentication headers are needed.Example request
Response
200 OK
Returns a single JSON Espacio object when the ID exists.Response fields
The unique identifier of the retrieved coworking space. Matches the
{id} supplied in the request path.Human-readable name of the space. Up to 50 characters.
Functional category of the space (e.g.,
sala_reunion, auditorio, oficina_privada). Up to 30 characters.Maximum number of people the space can accommodate simultaneously.
Number of minutes automatically blocked after each booking ends for cleaning before the next booking can begin.