GET Tasks/GetFile?taskAttachmentId={taskAttachmentId}&taskFieldValueId={taskFieldValueId}&maxWidth={maxWidth}&maxHeight={maxHeight}&openInBrowser={openInBrowser}
Retrieves a file stream of a task attachment's or task field value's content.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
taskAttachmentId |
Id of the task attachment |
globally unique identifier |
None. |
taskFieldValueId |
Id of the task field value |
globally unique identifier |
None. |
maxWidth |
An optional maximum width to scale images |
integer |
None. |
maxHeight |
An optional maximum height to scale images |
integer |
None. |
openInBrowser |
Opens returned file in browser |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Headers | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.