REST API: Agents

Methods


TypeVer.Command parameterParameters
Getters
GET4.0sp1+ getAgentsTree
Example of success:

GET4.0sp1+ getAgentDetails agentId=<id>
Example of success:

Setters
POST4.0sp1+updateAgentDetails Content of the form with values
(see getAgentDetails)
must be passed in the request's body
as multi-part.
Example of success:

Example of failure:
POST4.0sp1+moveAgents agentIds=<id, id, ...>
destParentFolderId=<id>
Example of success:

POST4.0sp1+deleteAgents agentIds=<id, id, ...>
Example of success:

Example of failure: