Use this API to get the notes of a case.
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission is required. |
OK
No content
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/2025/note/1003"
}
], - "id": "1003"
}, - {
- "created": "2019-04-09T07:25:47.000Z",
- "createdBy": {
- "user": {
- "firstName": "John",
- "lastName": "Summers",
- "id": "1013"
}
}, - "content": "Issue is resolved. So closing the case again.",
- "link": [
- {
- "rel": "self",
- "href": "/core/casemgr/v3/case/2025/note/1005"
}
], - "id": "1005"
}
]
}