GET {repositoryId}/HumanTask/{id}/Attachment/{attachmentId}
Downloads an Attachment from a HumanTask resource.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the HumanTask resource. |
string |
Required |
attachmentId |
The ID of the Attachment. |
string |
Required |
repositoryId |
ID of the resource repository (optional). |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
The requested HumanTask Attachment.
The "content-disposition.filename" Header in the HttpResponseMessage contains the suggested file name.
The "content-length" Header in the HttpResponseMessage contains the file length.
Name | Description | Type | Additional information |
---|---|---|---|
Headers | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.