Get all agents
GET/api/v2/agent
Gets a list containing all the agent.
Request
Query Parameters
type 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...