v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Tasks

Get a task document

Retrieves the specified task document for the specified task.

get/tasks/{taskId}/documents/{id}

Path parameters

taskIdstring uuid required
idstring uuid required

Response

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

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable
type0 | 1 | 2

Available document types: "File = 0", "FormTemplate = 1", "Memo = 2"

The FormTemplate (1) document type is not currently supported for task document creation.

isDeletedboolean

True when the task document has been deleted.

{"stackTrail":"components:schemas:TaskDocument:properties:document","oasType":"schema","type":"unknown","description":"Link to the the document.","nullable":true}