curl --request GET \
--url http://localhost:3000/v1/scheduling/deputy/operational-units{
"success": true,
"operational_units": [
{
"id": 123,
"name": "<string>",
"employee_ids": [
123
]
}
],
"error": "<string>"
}Returns all active operational units from Deputy.
curl --request GET \
--url http://localhost:3000/v1/scheduling/deputy/operational-units{
"success": true,
"operational_units": [
{
"id": 123,
"name": "<string>",
"employee_ids": [
123
]
}
],
"error": "<string>"
}