- 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.1sp2+ | getSqlReportsTree | |
Example of success: |
|||
GET | 4.1sp2+ | getSqlReportForm | |
Example of success: | |||
GET | 4.1sp2+ | getSqlReportDetails | sqlReportId=<id> |
Example of success: |
|||
GET | 4.1sp2+ | getSqlReportDetailsRevision | sqlReportId=<id> revision=<revision> |
Example of success: |
|||
GET | 4.1sp2+ | getSqlReportRevisions | sqlReportId=<id> |
Example of success: |
|||
GET | 4.1sp2+ | getSqlReportChanges | sqlReportId=<id> |
Example of success: |
|||
Setters | |||
POST | 4.1sp2+ | createSqlReport | parentFolderId=<id> Content of the form with values (see getSqlReportForm) must be passed in the request's body as multi-part. |
Example of success: |
|||
POST | 4.1sp2+ | updateSqlReportDetails | Content of the form with values (see getSqlReportDetails) must be passed in the request's body as multi-part. |
Example of success: Example of failure: | |||
POST | 4.1sp2+ | moveSqlReports | sqlReportIds=<id, id, ...> destParentFolderId=<id> |
Example of success: |
|||
POST | 4.1sp2+ | deleteSqlReports | sqlReportIds=<id, id, ...> |
Example of success: Example of failure: |