List Conversation
GET
/api/message/conversation
message
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.plazbot.com/api/message/conversation?workspaceId&continuationToken' \
--header 'x-workspace-id;'
Response Response Example
{
"success": true,
"code": 200,
"errorCode": null,
"message": "List obtained successfully.",
"data": {
"workspaceId": "string",
"newContinuationToken": null,
"data": [
{
"id": "string",
"contactId": "string",
"workspaceId": "string",
"internalWhatsappNumber": "string",
"platformSenderId": "string",
"platformSenderName": "string",
"platformSenderPhone": "string",
"workspaceName": "string",
"templateCode": "string",
"templateType": "string",
"type": 0,
"campaignName": "string",
"agentSenderId": "string",
"requestBody": "string",
"responseBody": "string",
"responseStatus": "string",
"creationDate": "2025-04-07T22:24:30.9310377Z"
}
]
}
}
Request
Query Params
workspaceId
string
required
continuationToken
string
optional
Header Params
x-workspace-id
string
required
Responses
Modified at 2025-04-21 19:55:30