Wrapup

Get a list of internal notes of a conversationDeprecated

SecurityApiKeyAuth or BearerAuth
Request
path Parameters
csid
required
integer
Responses
200

A list of internal notes

get/v1/conversations/{csid}/notes
Request samples
Response samples
application/json
{
  • "data": [
    • {
      • "id": "string",
      • "created_at": "2015-11-30T00:00:00:000Z",
      • "requester_id": "string",
      • "text": "string"
      }
    ]
}