Skip to main content
GET
Get a task document

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

taskId
string<uuid>
required
id
string<uuid>
required

Response

When request is successful. Returns a 'Link' object.

Task document resource.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET
self
object | null
task
object | null

The associated task.

type
enum<integer>

The type of the document.

Possible values: File = 0, FormTemplate = 1, Memo = 2.

Available options:
0,
1,
2
Example:

0

isDeleted
boolean

True when the task document has been deleted.

Example:

false

document
any | null

Link to the the document.