Skip to main content
GET
/
tasks
/
{identifier}
/
entity-data
{
  "data": {}
}
{
  "status": "<string>",
  "context": {},
  "type": "<string>",
  "title": "<string>",
  "detail": "<string>",
  "violations": [
    {
      "title": "<string>",
      "propertyPath": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

identifier
string
required

Task identifier

Query Parameters

space
string

Space Identifier

Response

The entity data of a task.

data
object