Skip to content

List of conversations #168

@linusliu

Description

@linusliu

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions