Retrieves details for the published version of a specific agent.
GET/api/v2/AgentVersion/:agentCode/Published
Retrieves details for the published version of a specific agent.
Request
Path Parameters
agentCode stringrequired
The code of the agent.
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns a paginated list of agent versions.
If the request is invalid or business validation fails.
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...