Use this API to retrieve one or more activities identified by activity IDs. To provide multiple IDs, a comma separated string must be passed in the request URI. A maximum of 75 IDs are allowed per request. Neither pagination nor range query parameters are supported by this API.
Note:
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission required. |
Customer |
One or more query parameters listed below can be supplied per API call:
Actor | Available values |
---|---|
User / Client Application | $attribute, $order, $sort |
Customer | $attribute |
One or more query parameters listed below can be supplied per API call:
Actor | Available values |
---|---|
User | transcriptDatetimeFormat, timeOffset, payloadVersion, embedInlineAttachment |
Client Application | payloadVersion, embedInlineAttachment |
Customer | customer, transcriptDatetimeFormat, timeOffset |
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
{- "activity": [
- {
- "link": [
- {
- "rel": "self",
- "href": "/core/casemgr/v3/activity/1205?customer=1000"
}
], - "case": {
- "link": [
- {
- "rel": "self",
- "href": "/core/casemgr/v3/case/1095?customer=1000"
}
], - "id": 1095
}, - "mode": {
- "value": "inbound",
- "displayValue": "Inbound"
}, - "type": {
- "value": "email",
- "displayValue": "Email",
- "subtype": {
- "value": "general",
- "displayValue": "General"
}
}, - "secure": true,
- "status": {
- "value": "open",
- "displayValue": "Open"
}, - "read": true,
- "subject": "Issue with mobile",
- "customer": {
- "contacts": {
- "contact": [
- {
- "firstName": "John",
- "lastName": "Tierney"
}
]
}
}, - "attachments": {
- "count": 0,
- "link": {
- "rel": "attachment",
- "href": "/core/casemgr/v3/activity/1205/attachment?customer=1000"
}
}, - "id": 1205
}
]
}