Skip to main content
GET
/
space_workers
/
list
{
  "workers": 123,
  "workersPerSpace": 123,
  "spaceWorkers": [
    {
      "spaceIdentifier": "<string>",
      "workerIdentifiers": [
        123
      ]
    }
  ]
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Response

A list of spaces and their workers

workers
integer

The number of workers that is available.

workersPerSpace
integer

The number of workers that is available per space.

spaceWorkers
object[]