Get a note
GET {{baseUrl}}/contact_center/engagements/:engagementId/notes/:noteId
Retrieve a note.
Scopes:
contact_center_note:read:admin
Rate Limit Label
:
Light
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"note_id":"\u003cstring\u003e","engagement_id":"\u003cstring\u003e","channel_type":"sms","note":"\u003cstring\u003e","last_modified_time":"\u003cdateTime\u003e","user_id":"\u003cstring\u003e"}