Skip to main content

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.

Divisions are the top level of the location hierarchy (Division → Area → Zona). Use the IDs returned here when submitting inspection records. Method: GET   Path: /api/divisiones/   Auth: Session cookie required

Response

Array of {id, nombre} objects.
curl -b cookies.txt http://<host>:8080/api/divisiones/
[
  {"id": 1, "nombre": "División Norte"},
  {"id": 2, "nombre": "División Sur"}
]
Each Area belongs to a Division, and each Zona belongs to an Area. Use /api/areas/ and /api/zonas/ to get the full hierarchy.

Build docs developers (and LLMs) love