Use this API to get a specific note of a case.
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission is required. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "note": [
- {
- "created": "2019-04-09T07:25:46.000Z",
- "createdBy": {
- "user": {
- "firstName": "John",
- "lastName": "Summers",
- "id": "1013"
}
}, - "content": "Case reopened as customer has experienced same issue again while doing transaction.",
- "link": [
- {
- "rel": "self",
- "href": "/core/casemgr/v3/case/1044/note/2056"
}
], - "id": "1002"
}
]
}