Use this API to get details of a specific note of an activity.
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-01-07T08:56:08.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/1002"
}
], - "id": "1002"
}
]
}