Conversations

Retrieve a set of conversation messages and log events

This endpoint retrieves conversation messages and associated log events for a specified conversation ID.

####ObjectID: 204#### This is the ID of the Object. It can be used in generic object calls, or in places that need the objectID param.

get/Conversation/getMessages

Query parameters

idinteger required

The ID of the conversation to retrieve messages for.

datestring

The reference date for fetching messages.

direction0 | 1

The direction in which to page through messages. 0 for back in time. 1 for forward in time.

message_idinteger

A specific message ID to start from.

Response

Successful retrieval of conversation messages.

codeinteger required
dataobject required
account_idinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.