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. This service applies only to standard task attachments, and is not intended for use with Content Service Platform attachments.
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 for the structure of this data.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback