ConversationsV1Conversation

Retrieve a list of conversations in your account's default service

Retrieve a list of conversations in your account's default service

get/v1/Conversations

Query parameters

StartDatestring

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.

EndDatestring

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.

State'initializing' | 'inactive' | 'active' | 'closed'

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

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 100.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK

Changes

Changed in 9 of the 51 revisions of this API.648

  • v17c6893e0ba6811See the full diff
    • added the new initializing enum value to the conversations/items/state response property for the response status 200

      response-property-enum-value-added

    • added the new enum value initializing to the query request parameter State

      request-parameter-enum-value-added

    • the conversations/items/bindings response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the conversations/items/timers response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • for the query request parameter PageSize, the max was decreased from 1000.00 to 100.00

      request-parameter-max-decreased

    • the conversations/items/bindings response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the conversations/items/timers response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • for the query request parameter PageSize, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • api tag ConversationsV1Conversation added

      api-tag-added

    • added the new optional query request parameter EndDate

      new-optional-request-parameter

    • added the new optional query request parameter StartDate

      new-optional-request-parameter

    • added the new optional query request parameter State

      new-optional-request-parameter

    • deleted the query request parameter EndDate

      request-parameter-removed

    • deleted the query request parameter StartDate

      request-parameter-removed

    • deleted the query request parameter State

      request-parameter-removed

    • added the new optional query request parameter EndDate

      new-optional-request-parameter

    • added the new optional query request parameter StartDate

      new-optional-request-parameter

    • added the new optional query request parameter State

      new-optional-request-parameter