GET Task Attachments

This REST request returns either a specific attachment or all the attachments in a task instance.

To return a specific attachment, the HTTP request is formed as follows:

GET /rest/pub/opentask/taskID/attachments/attachmentID

To return all attachments, the HTTP request is formed as follows:

GET /rest/pub/opentask/taskID/attachments

Input Parameters

taskID String The unique identifier that the Task Engine assigns to the task.

Output Parameters

taskAttachments TaskAttachment[] An array of TaskAttachment objects that represent the attachments in the task instance. See TaskAttachment for the structure of this data.