Skip to main content
GET
/
tasks
/
{identifier}
/
entity-data
/
export
{}
{
"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 the task as an attachment.

The response is of type object.