Use this API to get details for a single attachment belonging to a specific activity.
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission required. |
Customer |
Accept required | string Default: application/json Content type accepted by client. |
Accept-Language required | string Default: en-US Language locale accepted by client (used for locale specific fields in resource representation and in error responses). |
OK
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "attachment": [
- {
- "link": {
- "rel": "self",
- "href": "/core/casemgr/v3/activity/1031/attachment/1032"
}, - "fileName": "laptop_issue.gif",
- "contentType": "image/gif",
- "size": 610,
- "blocked": false,
- "id": "1032",
- "altId": "8e10e657-6acd-49b0-a563-00efbb7eafc1"
}
]
}