GET {{baseUrl}}/contact_center/engagements/:engagementId/notes/:noteId
Retrieve a note. Scopes: Rate Limit Label: contact_center_note:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"note_id": "<string>",
"engagement_id": "<string>",
"channel_type": "sms",
"note": "<string>",
"last_modified_time": "<dateTime>",
"user_id": "<string>"
} |
ENDPOINTS