getTestRecordAttachmentContent
Downloads the file content of an attachment linked to a test record, given the project, test run, test case, iteration, and attachment IDs.
Instructions
Downloads the file content for a specified Test Record Attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Project ID. | |
| testRunId | Yes | The Test Run ID. | |
| testCaseProjectId | Yes | The Testcase Project ID. | |
| testCaseId | Yes | The Testcase ID. | |
| iteration | Yes | The Iteration Number. | |
| attachmentId | Yes | The Attachment ID. | |
| revision | No | The revision ID. |