Divisions are the top level of the location hierarchy (Division → Area → Zona). Use the IDs returned here when submitting inspection records. 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/divisiones/ Auth: Session cookie required
Response
Array of{id, nombre} objects.
Each Area belongs to a Division, and each Zona belongs to an Area. Use
/api/areas/ and /api/zonas/ to get the full hierarchy.