Software AG Products 10.11 | Designing and Implementing Business Process Models | Task Engine API and Service Reference | Using the Task Engine RESTful Web Services in My webMethods Server | GET Task Attachments
 
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.