List conversation messages
GET chat/conversations/{id}/messagesField
Type
Required
Comments
{
"data": [
{
"author": {
"email": "[email protected]",
"id": "fc2481f6-28a4-4ca7-849a-344fd6ab1b20",
"image": null,
"isBot": false,
"name": "John",
"status": "client"
},
"creationTime": "2023-08-22T14:50:07.21+00:00",
"id": 667155,
"lastModifiedTime": "2023-09-01T15:03:59.81+00:00",
"message": "This is an external message created on a third-party platform"
},
{
"author": {
"email": "[email protected]",
"id": "fc2481f6-28a4-4ca7-849a-344fd6ab1b20",
"image": null,
"isBot": false,
"name": "John",
"status": "client"
},
"creationTime": "2023-08-22T14:50:15.21+00:00",
"id": 667156,
"lastModifiedTime": "2023-09-01T15:03:59.81+00:00",
"message": "And this is another message from third-party platform"
}
],
"errorCode": -1,
"errorText": null
}Last updated
Was this helpful?