Inspection assignments schedule which technician is responsible for inspecting which equipment during a given week. Assignments are keyed by week start date (Monday) and can be fully replaced in a single POST.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 /api/asignaciones/
Method:GET Path: /api/asignaciones/ Auth: Session cookie required
Query parameters
Filter by week start date (YYYY-MM-DD). Omit to return all assignments.
Response fields
Assignment ID
Week start date (Monday)
Technician name or ID
Equipment name
Zone name (optional)
Who created the assignment (default: “Admin”)
ISO 8601 creation timestamp
POST /api/asignaciones/
Method:POST Path: /api/asignaciones/ Auth: Session cookie required
Replaces all assignments for the given fecha week with the provided list.
Week start date (Monday) in YYYY-MM-DD
Name of admin creating assignments (default: “Admin”)
List of assignment objects with
asociado, equipo, zona