- 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.0sp6+ | uploadAttachment | treeType=<treeType> nodeType=<nodeType> nodeId=<id> attachmentName=<name> |
Content of the attachment must be passed in the request's body as multi-part. |
|||
GET | 3.0sp4+ | downloadAttachment | treeType=<treeType> nodeType=<nodeType> attachmentId=<id> |
Content of the attachment is passed in the response body (with a mime-type set to application/octet-stream ) and filename as a response's parameter
|
|||
GET | 3.0sp7+ | downloadAttachmentRevision | treeType=<treeType> nodeType=<nodeType> attachmentId=<id> revision=<revision> |
Content of the attachment is passed in the response body (with a mime-type set to application/octet-stream ) and filename as a response's parameter
|
|||
GET | 3.0sp7+ | getAttachmentRevisions | nodeType=<nodeType> attachmentId=<id> |
Example of success: |
|||
POST | 3.0sp7+ | deleteAttachments | treeType=<treeType> nodeType=<nodeType> nodeId=<id> attachmentIds=<id, id, ...> attachmentNames=<name, name, ...> |
Example of success: |