Retrieves details of a specific agent
GET/api/v2/AgentVersion/:agentCode
Retrieves details of a specific agent
Request
Path Parameters
agentCode stringrequired
Query Parameters
page int32
Default value: 1
pageSize int32
Default value: 20
fromVersion int32
toVersion int32
fromDate date-time
toDate date-time
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...