List Conversations (POST)

POST

Lists the available conversations.

Request

This endpoint expects an object.
applies_to_partslist of stringsOptional

Filters for conversations belonging to any of the provided parts.

cursorstringOptional

The cursor to resume iteration from. If not provided, then iteration starts from the beginning.

custom_fieldsmap from strings to anyOptional

Filters for custom fields.

grouplist of stringsOptional

Filters for conversation that belong to the given groups.

is_creator_verifiedbooleanOptional

Filters for conversations that are created by verified users.

is_spambooleanOptional

Filters for conversations that are spam.

limitintegerOptional

The maximum number of conversations to return. The default is ‘50’.

memberslist of stringsOptional

Filters for conversations where these users are participants.

modeenumOptional
Allowed values: afterbefore

The iteration mode to use. If “after”, then entries after the provided cursor will be returned, or if no cursor is provided, then from the beginning. If “before”, then entries before the provided cursor will be returned, or if no cursor is provided, then from the end. Entries will always be returned in the specified sort-by order.

modified_dateobjectOptional
owned_bylist of stringsOptional

Filters for conversations owned by any of these users.

rev_orgslist of stringsOptional

Filters for conversations that are associated with any of the provided Rev organizations.

sla_summaryobjectOptional

The filter for SLA summary.

source_channellist of stringsOptional

Filters for conversations with any of the provided source channels.

stageobjectOptional

The filter for stages.

subtypelist of stringsOptional

Filters for conversation with any of the provided subtypes.

tags_v2list of objectsOptional

Filters for conversations with any of the provided tags with value.

rev_orglist of stringsOptionalDeprecated

Filters for conversations that are associated with any of the provided Rev organizations.

source_channelslist of stringsOptionalDeprecated

Filters for conversations with any of the provided source channels.

tagslist of stringsOptionalDeprecated

Filters for conversations with any of the provided tags.

Response

The response to listing the conversations.

conversationslist of objects

The list of conversations.

next_cursorstringOptional

The cursor used to iterate subsequent results in accordance to the sort order. If not set, then no later elements exist.

prev_cursorstringOptional

The cursor used to iterate preceding results in accordance to the sort order. If not set, then no prior elements exist.

Built with