Skip to main content
GET
/
v1
/
scheduling
/
deputy
/
operational-units
List Deputy operational units
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>"
}

Response

200 - application/json

List of operational units

success
boolean
required
operational_units
object[]
error
string