This API provides backend services for the Augmented Decision Making application, focusing on the efficient scheduling and assignment of tasks Operations to a given Resources.
The system models the following key entities:
The API enables users and automated systems to:
/agent/ endpoint) using natural language to query the schedule, identify conflicts, request moves, or trigger conflict resolution processes. The agent utilizes specialized tools to interact with the system's state.https://api.acc.adm.wearetransformers.nl/
https://api.acc.adm.wearetransformers.nl/v1/plannings/{id}/operations/bulk-upload/
curl -i -X POST \
'https://api.acc.adm.wearetransformers.nl/v1/plannings/{id}/operations/bulk-upload/' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: multipart/form-data' \
-F file=string{ "createdOperations": 0, "updatedOperations": 0, "unchangedOperations": 0 }