Use this API to get details for all attachments belonging to a specific activity.
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission required. |
Customer |
OK
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "attachment": [
- {
- "link": {
- "rel": "self",
- "href": "/core/casemgr/v3/activity/1026/attachment/1031"
}, - "fileName": "company_logo.gif",
- "contentType": "image/gif",
- "size": 610,
- "blocked": false,
- "id": "1031"
}, - {
- "link": {
- "rel": "self",
- "href": "/core/casemgr/v3/activity/1026/attachment/1032"
}, - "fileName": "laptop_issue.gif",
- "contentType": "image/gif",
- "size": 610,
- "blocked": false,
- "id": "1032"
}
]
}