Retrieve all storage locations assigned to a given responsible person, along with the most recent revision record for each location. This public endpoint is typically called after the user selects themselves from the results ofDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/AndresLopezCorrales/Goods-Inventory/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/responsables/buscar.
Request
Method:GETPath:
/api/ubicaciones/{responsable_id}Auth: None
Path Parameters
The
id_responsible of the responsible person whose locations should be retrieved. Obtain this value from the id field returned by GET /api/responsables/buscar.Response
200 — Success
Returns an object containing the responsible person’s name and a list of their assigned locations. Each location includes its most recent revision record if one exists.The full name of the responsible person.
Array of location objects assigned to the responsible person.
last_revision_date and last_revision are both null when the location has not yet had any revision submitted via POST /api/revisiones.