List Conversations

GET

Lists the available conversations.

Query parameters

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_fieldsobjectOptional

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_frozenbooleanOptional

Filters for conversations that are frozen.

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.

modeenumRequired

The iteration mode to use, otherwise if not set, then “after” is used.

Allowed values: afterbefore
modified_date.afterstringOptionalformat: "date-time"

Filters for objects created after the provided timestamp (inclusive).

modified_date.beforestringOptionalformat: "date-time"

Filters for objects created before the provided timestamp (inclusive).

owned_bylist of stringsOptional

Filters for conversations owned by any of these users.

rev_orglist of stringsOptional

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

rev_orgslist of stringsOptional

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

sla_summary.stagelist of enumsOptional

Filters for records with any of the provided SLA stages.

Allowed values: breachedcompletedpausedrunningwarning
source_channellist of stringsOptional

Filters for conversations with any of the provided source channels.

source_channelslist of stringsOptional

Filters for conversations with any of the provided source channels.

stage.namelist of stringsOptional

Filters for records in the provided stage(s) by name.

subtypelist of stringsOptional

Filters for conversation with any of the provided subtypes.

tagslist of stringsOptional

Filters for conversations with any of the provided tags.

tags_v2.idstringOptional

The ID of the tag.

tags_v2.valuestringOptional

The value for the object’s association with the tag. If specified, the value must be one that’s specified in the tag’s allowed values.

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