Logo
Zoom Public API Documentation

Get a note

GET {{baseUrl}}/contact_center/engagements/:engagementId/notes/:noteId

Retrieve a note.

Scopes: contact_center_note:read:admin

Rate Limit Label: 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>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/engagements/:engagementId/notes/:noteId' -H 'Accept: application/json'

ENDPOINTS