curl --location --request GET '/v1/status/id?key=<api-key>'{
"status": "Pending",
"result": {
"assignments": [
{
"workOrderId": "string",
"employeeId": "string",
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z"
}
],
"issues": [
{
"type": "PinnedAssignmentWithoutEmployee",
"workOrderId": "string",
"employeeId": "string",
"locationId": "string",
"metadata": {
"property1": "string",
"property2": "string"
}
}
]
}
}