Skip to main content

Gets a list of the conversation context collected for an agent.

GET 

/api/v2/agent/:agentCode/conversation/context

Gets a list of the conversation context collected for an agent.

Request

Path Parameters

    agentCode stringrequired

Query Parameters

    conversationContextVersion int32
    page int32

    Default value: 1

    pageSize int32

    Default value: 20

    startDate date-time
    endDate date-time
    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Responses

Success

Loading...