FlexV1InsightsConversations

To get conversation with segment id

To get conversation with segment id

get/v1/Insights/Conversations

Query parameters

SegmentIdstring

Unique Id of the segment for which conversation details needs to be fetched

PageSizeinteger

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

Pageinteger

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

PageTokenstring

The page token. This is provided by the API.

Headers

Authorizationstring

The Authorization HTTP request header

Response

OK

Changes

Changed in 6 of the 51 revisions of this API.313

    • ▲

      the /// response's property type changed from object to no type for status

      response-property-type-changed

    • ▲

      the /// response's property type changed from no type to object for status

      response-property-type-changed

    • ▲

      for the query request parameter PageSize, the format changed from no format to int64

      request-parameter-type-changed

    • ○

      the response's property default value 0 was added for the status

      response-property-default-value-added

    • ○

      api tag FlexV1InsightsConversations added

      api-tag-added

  • v1350c4958f8a311See the full diff
    • ●

      deleted the header request parameter Token

      request-parameter-removed

    • ○

      added the new optional header request parameter Authorization

      new-optional-request-parameter