Use this API to get the notes of an activity.
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": "Customer has not got cashback till now. We need to check with concerned bank.",
- "link": [
- {
- "rel": "self",
- "href": "/core/casemgr/v3/activity/1005/note/1503"
}
], - "id": "1503"
}, - {
- "created": "2019-04-09T07:25:47.000Z",
- "createdBy": {
- "user": {
- "firstName": "John",
- "lastName": "Summers",
- "id": "1013"
}
}, - "content": "Checked with bank. Money is transferred in 7 days.",
- "link": [
- {
- "rel": "self",
- "href": "/core/casemgr/v3/activity/1005/note/1505"
}
], - "id": "1505"
}
]
}