- 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.0sp5+ | getCustomFields | nodeType=<nodeType> |
Example of success: |
|||
GET | 3.0sp7+ | getCustomField | nodeType=<nodeType> customFieldId=<id> type=<customFieldType> |
Example of success: |
|||
POST | 3.2b0 | createCustomField | nodeType=<nodeType> List of all properties must be passed in the request's body as multi-part. |
Example of body: Example of success: Example of failure: | |||
POST | 3.0sp7+ | updateCustomField | nodeType=<nodeType> type=<customFieldType> List of all properties must be passed in the request's body as multi-part. |
Example of body: Example of success: Example of failure: | |||
POST | 3.0sp7+ | deleteCustomFields | treeType=<treeType> customFieldTypes=<customFieldType, customFieldType, ...> customFieldIds=<id, id, ...> |
Example of success: |