- 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.0b3+ | getTeamForm | |
Example of success: | |||
GET | 4.0b3+ | getTeamDetails | teamId=<id> |
Example of success: |
|||
GET | 4.0b3+ | getTeamUsers | teamId=<id> |
Example of success: |
|||
GET | 6b2+ | getTeamAccessRights | teamId=<id> |
Example of success: |
|||
GET | 6b2+ | getFilteredTeams | |
Example of success: |
|||
Setters | |||
POST | 4.0b3 | createTeam | parentFolderId=<id> Content of the form with values (see getTeamForm) must be passed in the request's body as multi-part. |
Example of success: |
|||
POST | 4.0b3 | updateTeamDetails | Content of the form with values (see getTeamDetails) must be passed in the request's body as multi-part. |
Example of success: Example of failure: | |||
POST | 4.0b3 | updateTeamUsers | teamId=<id> userIds=<id, id, ...> |
Example of success: Example of failure: | |||
POST | 6b2+ | updateTeamAccessRights | teamId=<id> Content of the form with values (see getTeamAccessRights) must be passed in the request's body as multi-part. |
Example of success: Example of failure: | |||
POST | 6b2+ | updateFilteredTeams | teamIds=<id, id, ...> |
Example of success: Example of failure: | |||
POST | 4.0b3+ | moveTeams | teamIds=<id, id, ...> destParentFolderId=<id> |
Example of success: |
|||
POST | 4.0b3+ | deleteTeams | teamIds=<id, id, ...> |
Example of success: Example of failure: |