Messages exchanged in a channel. Channels are used to communicate with customers or between providers during a ticket.
Retrieve a list of ticket channel messages. The next token is used to paginate the results. Channels are used to communicate with customers or between providers.
Successful response.
An error occurred - see status code and problem response for more information.
{- "query": { },
- "result": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "content": "Hello, how can I help you?",
- "created_at": "2019-08-24T14:15:22Z",
- "redacted": true,
- "sender": {
- "name": "string"
}
}
]
}