- Introduction
- Authentication
- Miscellaneous
- User_rights
- Versioning
- Attachments
- Embedded Images
- Reports
- Custom Fields
- Search
- Discussion threads
- Folders
- Companies
- Categories
- User Profiles
- Users
- Teams
- SUTs
- Requirements
- Specifications
- Test Attributes
- Tests
- Test case Parameters
- Test cases
- Testcases referencing reusable testcases
- Campaigns
- Sessions
- Bugs
- Assets
- Agents
- SQL Reports
- Dashboard
- New Features
- Summary (Pre-formatted HTML)
- 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: |
|||
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 | 4.0b3+ | moveTeams | teamIds=<id, id, ...> destParentFolderId=<id> |
Example of success: |
|||
POST | 4.0b3+ | deleteTeams | teamIds=<id, id, ...> |
Example of success: Example of failure: |