task
Get one attachment.
Get one attachment for download. Returns json on error.
get/tasks/{id}/attachments/{attachmentID}
Path parameters
idinteger required
Task ID
attachmentIDinteger required
Attachment ID
Query parameters
preview_sizestring
The size of the preview image. Can be sm = 100px, md = 200px, lg = 400px or xl = 800px. If provided, a preview image will be returned if the attachment is an image.
Response
The attachment file.