- 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 | 3.2b3+ | getCategoryForm | |
Example of success: | |||
GET | 3.2b3+ | getCategoryDetails | categoryId=<id> |
Example of success: Example of failure: | |||
GET | 3.2b3+ | getCategoryAttachments | categoryId=<id> |
Example of success: |
|||
GET | 4.0sp2 | getCategoryJarName | categoryId=<id> |
Example of success: |
|||
POST | 3.2b3+ | createCategory | Content of the form with values (see getCategoryForm) must be passed in the request's body as multi-part. |
Example of success: Example of failure: | |||
POST | 3.2b3+ | updateCategoryDetails | Content of the form with values (see getCategoryForm) must be passed in the request's body as multi-part. |
Example of success: Example of failure: | |||
POST | 3.2b3+ | deleteCategories | categoryIds=<id, id, ...> |
Example of success: Example of failure: |