Show Attachment
GET {{baseUrl}}/api/v2/attachments/:attachment_id
Shows attachment details. You can get the value of the attachment_id
parameter by listing the ticket's comments.
See List Comments. Each comment
in the list has an attachments
list that specifies an id
for each attachment.
#### Allowed for
- Agents
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"attachment":{"content_type":"application/binary","content_url":"https://company.zendesk.com/attachments/myfile.dat","file_name":"myfile.dat","id":498483,"size":2532,"thumbnails":[],"url":"https://company.zendesk.com/api/v2/attachments/498483.json"}}