GET
/v1/status/id
curl \
--request GET 'https://api.planrobot.nl/v1/status/id?key=api_token_value'
Response examples (200)
{
"status": "Pending",
"result": {
"assignments": [
{
"workOrderId": "string",
"employeeId": "string",
"start": "2025-05-04T09:42:00Z",
"end": "2025-05-04T09:42:00Z"
}
],
"issues": [
{
"type": "PinnedAssignmentWithoutEmployee",
"workOrderId": "string",
"employeeId": "string",
"locationId": "string",
"metadata": {
"additionalProperty1": "string",
"additionalProperty2": "string"
}
}
]
}
}