Chat session list

Use this endpoint to get list of chat sessions.

Query Params
boolean
Defaults to false

Determines whether to return the total number of records.

boolean
Defaults to false

Determines whether to return the record list.

integer
Defaults to 10

Maxium number of returning records.

integer

Starting point to return records from a result set.

integer

Page number, used to paginate over all records.

string

Comma-separated list of a record's fields to be fetched. Available fields: transactionDate, personalAccountId, companyId, companyName, amount, purpose, externalId, payerNameFromTransaction

string
enum

Determines the output format. CSV_EXCEL format includes UTF-8 BOM and semicolon delimiter for better Excel compatibility.

Allowed:
string

Base filename (without extension) to be downloaded.

boolean

Determines whether the zip archive should be returned.

string

The start date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)

string

The end date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)

string

Date range field. (createdAt, updatedAt)

string

Chat session identifier.

string

Comma-separated list of fields to sort by. Each sort field can have special prefix indicating a desirable sort order: + (ascending order, default) or - (descending order). The available sort fields: started_at, name.

string

The chat identifier.

string
enum

Comma-separated list of messenger types.

integer

Minimal number of chat messages in a session.

boolean

Sessions only has client messages.

string

Search keyword to match session name, clientId, whatsapp number or telegram client Id.

string
enum

Filter by operator type.

Allowed:
integer

The company identifier.

boolean

Show all supervised companies.

Responses

400

Invalid input parameters

401

User is not authenticated

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json