- 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.0sp2+ | getAttributes | |
Example of success: |
|||
GET | 4.0sp2+ | getAttributeForm | |
Example of success: |
|||
GET | 4.0sp2+ | getAttributeDetails | attributeId=<id> attributeType=<attributeType> |
Example of success: |
|||
Setters | |||
POST | 4.0sp2+ | createAttribute | Content of the form with values (see getAttributeForm) must be passed in the request's body as multi-part. |
Example of success: |
|||
POST | 4.0sp3+ | updateAttribute | attributeType=<<parameterType> Content of the form with values (see getAttributeDetails) must be passed in the request's body as multi-part. |
Example of success: Example of failure: | |||
POST | 4.0sp2+ | deleteAttributes | attributeTypes=<attributeType, attributeType, ...> attributeIds=<id, id, ...> |
Example of success: |