Skip to main content

Get all agent instances

GET 

/api/v2/AgentInstance

Gets a list containing all the agent instances of a given agent.

Request

Query Parameters

    userIdentifier string
    groupIdentifier string
    code string
    AgentType int32

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7]

    page int32

    Default value: 1

    pageSize int32

    Default value: 20

    term string
    culture string

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

Responses

Success

Loading...