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
- 200
- 401
- 403
- 404
- 500
Success
The user is unauthorized or the session expired
The user does not have permission
The entity was not found
There was an unexpected error
Loading...