- 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.1+ | getMessageForm | |
Example of success: | |||
GET | 4.1+ | getDiscussion | nodeType=<nodeType> nodeId=<id> |
Example of success: If the node does not exist, an error is returned. | |||
GET | 4.1+ | getDiscussionNotifications | (opt.) userId=<id> |
Example of success: | |||
GET | 4.1+ | hasDiscussionToBeNotified | nodeType=<nodeType> nodeId=<id> (opt.) userId=<id> |
If there are new messages to be notified to the user: If there is no new messages to be notified to the user: | |||
Setters | |||
GET | 4.1+ | createMessage | nodeType=<nodeType> nodeId=<id> Content of the form with values (see getMessageForm) must be passed in the request's body as multi-part. |
Example of success: If the node does not exist, an error is returned. | |||
POST | 11+ | createMessage | nodeType=<nodeType> nodeIds=<id, id, ...> Content of the form with values (see getMessageForm) must be passed in the request's body as multi-part. |
Example of success: If the node does not exist, an error is returned. |