- 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 | 3.2+ | downloadPdfReport | treeType=<treeType> nodeType=<nodeType> nodeId=<id> reportType=<reportType> (i.e. "Complete_with_stats") reportType=<reportStyle> (i.e. "Standard") |
Content of the PDF report is passed in the response body (with a application/pdf mime-type)Example of success: Example of failure: Note: The server will need a graphical environment to generate PDF report. On headless systems, such as production linux servers you can use this as well but you will need to install a few libraries. On each system it can be pretty different but on a headless ubuntu servers for instance you will need to install those libs this way:
apt-get install libxrender1
| |||
GET | 5+ | downloadXmlReport | treeType=<treeType> nodeType=<nodeType> nodeId=<id> |
Content of the XML report is passed in the response body (with a application/xml mime-type)Example of success: Example of failure: |