List Messages

Response Body Params

ParameterTypeDescription
idstringId of the message.
directionstringSpecifies if the message has been received or sent: received, sent.
sentstringIso 8601 Timestamp - time when the message was sent.
deliveredstringIso 8601 Timestamp - time when the message was delivered. null means that it hasn't been delivered yet.
readstringIso 8601 Timestamp - time when the message was read. null means that it hasn't been read yet.
channelobjectChannel in which the message was sent or received.
contactobjectMessage belongs to a contact.
contentobjectContent of the message.
Path Params
string
required

Id of the channel.

string
required

Id of the contact.

Query Params
int32
Defaults to 10

Maximum number of messages to be listed. Values larger than 100 are accepted but the list will never contain more than 100 messages. (default is 10)

int32
Defaults to 0

Offset of the starting position in the message list.

string

Allows filtering messages by date. Must be in ISO 8601 format.

string

Allows filtering messages by date. Must be in ISO 8601 format.

Response

Language
Credentials
Request