Retrieve a single equipment record by its numeric ID. Returns the same fields as the list endpoint but for one specific item. Method:Documentation Index
Fetch the complete documentation index at: https://mintlify.com/AC42027/Backend-produccion/llms.txt
Use this file to discover all available pages before exploring further.
GET Path: /api/equipo/{equipo_id}/ Auth: Session cookie required
Path parameters
The numeric ID of the equipment to retrieve
Response fields
Unique equipment ID
Equipment name
Physical location description
Category name
Zone name
Area name
Division name
Owner name
Example
Returns HTTP 404 if no equipment exists with the given ID.