- 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.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 | |||
POST | 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. |