- 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 | |||
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: |