-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
List Conversations [POST]
This API will return conversations (messages ) owned by the company. Based on the doc, the size: 100 (number) - Number of conversation return in the response.
so if we send this to the server, I am supposed to receive 100 conversations, right?
{
"businessNumber": "xxxxxxxxxx",
"apiKey": "xxxxxxxxxx",
"startDate": "01/01/2020",
"endDate": "03/20/2023",
"offset": "0",
"size": "100",
"excludeCampaignMessages": 1
}
But I will only receive a random numbers (less than 100) of conversations in the response. Do I miss something here?
Metadata
Metadata
Assignees
Labels
No labels