Export Conversations

Exports a collection of conversation items.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

applies_to_partslist of stringsOptional
Filters for conversations belonging to any of the provided parts.
brandlist of stringsOptional
Filters for tickets that are associated with any of the brands.
channelslist of stringsOptional
Filters for conversations that are associated with any of the channels.
custom_fieldsobjectOptional
Filters for custom fields.
firstintegerOptional
The number of conversation items to return. The default is '50', the maximum is '5000'.
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.
memberslist of stringsOptional
Filters for conversations where these users are participants.
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 stringsOptionalDeprecated
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:
source_channellist of stringsOptional
Filters for conversations with any of the provided source channels.
source_channel_v2list of stringsOptional
Filters for conversations that are associated with the source channel.
source_channelslist of stringsOptionalDeprecated
Filters for conversations with any of the provided source channels.
stage.namelist of stringsOptional

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

statelist of stringsOptional
Filters for conversations with any of the provided states.
subtypelist of stringsOptional
Filters for conversation with any of the provided subtypes.
tagslist of stringsOptionalDeprecated
Filters for conversations with any of the provided tags.
tags_v2.idstringOptionalformat: "id"
The ID of the tag.
tags_v2.valuestringOptionalformat: "text"
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

Success.
conversationslist of objects
The resulting collection of conversation items.

Errors