- Introduction
- Authentication
- Users
- Teams
- SUTs
- Requirements
- Specifications
- Tests
- Test Attributes
- Gherkin Steps
- Test Scanner
- Test cases
- Test case Parameters
- Testcases referencing reusable testcases
- Campaigns
- Schedules
- Sessions
- Bugs
- Assets
- Agents
- SQL Reports
- Dashboard
- New Features
- Reports
- Folders
- Companies
- Categories
- Versioning
- Attachments
- Embedded Images
- Custom Fields
- Search
- Discussion threads
- Summary (Pre-formatted HTML)
- Miscellaneous
- Types
Methods
Type | Ver. | Command parameter | Parameters |
Getters | |||
GET | 4.0sp1+ | getAgentsTree | |
Example of success: |
|||
GET | 4.0sp1+ | getAgentDetails | agentId=<id> |
Example of success: |
|||
Setters | |||
POST | 4.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: | |||
POST | 4.0sp1+ | moveAgents | agentIds=<id, id, ...> destParentFolderId=<id> |
Example of success: |
|||
POST | 4.0sp1+ | deleteAgents | agentIds=<id, id, ...> |
Example of success: Example of failure: |