Read issue workspace file content
pc_get_issues_by_issue_id_file_resources_contentRetrieve the content of a file resource attached to a specific issue by providing the issue ID and file path.
Instructions
Read issue workspace file content
Paperclip operation: GET /api/issues/{issueId}/file-resources/content. Authorization class: board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| headers | Yes | ||
| encoding | Yes | ||
| status_code | Yes | ||
| content_type | Yes |