- 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 | |||
POST | 3.2+ | uploadEmbeddedImage | embeddedImageName=<name> |
Content of the image must be passed in the request's body as multi-part. Example of success: Example of failure: | |||
GET | 3.2+ | downloadEmbeddedImage | embeddedImageId=<id> |
Content of the image is passed in the response body (with a mime-type corresponding to the file name extension i.e. image/png ) and filename as a response's parameterExample of success: Example of failure: |