Retrieve a list of conversations in your account's default service
Retrieve a list of conversations in your account's default service
Query parameters
Specifies the beginning of the date range for filtering Conversations based on their creation date. Conversations that were created on or after this date will be included in the results. The date must be in ISO8601 format, specifically starting at the beginning of the specified date (YYYY-MM-DDT00:00:00Z), for precise filtering. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order.
Defines the end of the date range for filtering conversations by their creation date. Only conversations that were created on or before this date will appear in the results. The date must be in ISO8601 format, specifically capturing up to the end of the specified date (YYYY-MM-DDT23:59:59Z), to ensure that conversations from the entire end day are included. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order.
Current state of this conversation. Can be either initializing, active, inactive or closed and defaults to active
State for sorting and filtering list of Conversations. Can be active, inactive or closed
How many resources to return in each list page. The default is 50, and the maximum is 100.
The page index. This value is simply for client state.
The page token. This is provided by the API.
Response
OK
Changes
Changed in 9 of the 51 revisions of this API.648
- ●
added the new
initializingenum value to theconversations/items/stateresponse property for the response status200response-property-enum-value-added
- ○
added the new enum value
initializingto thequeryrequest parameterStaterequest-parameter-enum-value-added
- ●
- ▲
the
conversations/items/bindingsresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
conversations/items/timersresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
- ▲
for the
queryrequest parameterPageSize, the max was decreased from1000.00to100.00request-parameter-max-decreased
- ▲
- ▲
the
conversations/items/bindingsresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
conversations/items/timersresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
- ▲
for the
queryrequest parameterPageSize, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
- ○
api tag
ConversationsV1Conversationaddedapi-tag-added
- ○
- ○
added the new optional
queryrequest parameterEndDatenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterStartDatenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterStatenew-optional-request-parameter
- ○
- ●
deleted the
queryrequest parameterEndDaterequest-parameter-removed
- ●
deleted the
queryrequest parameterStartDaterequest-parameter-removed
- ●
deleted the
queryrequest parameterStaterequest-parameter-removed
- ●
- ○
added the new optional
queryrequest parameterEndDatenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterStartDatenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterStatenew-optional-request-parameter
- ○