Get an attachment on a task
GET {{baseUrl}}/tasks/:taskId/attachments/:attachmentId?includeUserIds=false
Get an attachment on a task.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
includeUserIds | boolean | Indication to include OTDS Id instead of email for users in the response. | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
Accept | string | 
RESPONSES
status: OK
{"description":"SampleDescription","externalUrl":"https://..","id":"96a380a8-9b2e-11ea-b2b1-50e08558ee22","links":{"empty":true},"name":"SampleAttachment","time":"1957-10-26T14:13:40.144Z","type":"SampleType","userId":"SampleUser"}