Use this API to retrieve one or more cases identified by case ID. To provide multiple IDs, a comma separated string must be used in request URI. A maximum of 75 IDs is 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 | If the query parameter customer={id} is provided, the logged in customer must be authorized to perform this action on behalf of the customer specified through the "customer" query parameter. Otherwise, the application returns a 400 (bad request) response code. |
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 message
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "case": [
- {
- "link": [
- {
- "rel": "self",
- "href": "/core/casemgr/v3/case/1000"
}
], - "activities": {
- "link": [
- {
- "rel": "activity",
- "href": "/core/casemgr/v3/activity?case=1000"
}
]
}, - "department": {
- "name": "Service",
- "id": "999"
}, - "status": {
- "value": "closed",
- "displayValue": "Closed"
}, - "lastModified": "2016-04-01T01:52:54.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Frank",
- "lastName": "Robert",
- "id": "1002"
}
}, - "dueDate": "2016-04-20T07:00:00.000Z",
- "owner": {
- "user": {
- "firstName": "Frank",
- "lastName": "Robert",
- "id": "1002"
}, - "folder": {
- "name": {
- "value": "cases_closed",
- "displayValue": "Closed"
}, - "id": "14"
}
}, - "customer": {
- "link": [
- {
- "rel": "customer",
- "href": "/core/customermgr/v3/customer/1000"
}
], - "customerName": "John Russel Tierney",
- "id": "1000"
}, - "severity": {
- "value": "medium",
- "displayValue": "Medium"
}, - "subject": "Charging is too slow [#1000]",
- "id": "1000"
}
]
}