Conversations
Get Notes
GET
/
conversations
/
{conversationId}
/
notes
Example JS Code to Get Notes from a Conversation
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
conversationId
string
requiredID of the conversation to get notes for.
Response
200 - application/json
id
string
requirednote
string
requiredisPrivate
boolean
isJustification
boolean
conversationId
string
requiredorganizationId
string
requireduserId
string
requireduserEmail
string
requirednotificationDateTime
string | null
sendDesktopNotification
boolean
createdAt
string
updatedAt
string
Was this page helpful?

