This endpoint returns a responsible person’s name together with the full list of locations assigned to them. It is used by the admin dashboard to populate the location list when drilling into a specific responsible person.Documentation 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.
Request
- Method: GET
- Path:
/api/admin/responsables/{responsable_id}/ubicaciones - Auth: Bearer JWT
Path Parameters
Primary key of the responsible person whose locations should be returned.
Request Example
Response
200 — Success
Full name of the responsible person identified by
responsable_id.List of location objects assigned to this responsible person. Returns an empty array
[] if the person has no assigned locations.404 — Responsible Person Not Found
Returned when no record matchingresponsable_id exists in the responsible table.