Skip to main content
Skip table of contents

What API can I use to download attachment files from tasks?

This page will go through how you can download attachments that are uploaded by the field user on a task.

Step 1: Get the Task ID (available in the URL)

image-20240212-161418.png

Step 2: Go to the Get Entity API via Swagger

  • Select “task” for entityname

  • Paste the task ID into the “id string”

  • Execute and await response

image-20240212-161542.png

Step 3. In the response, look for the Attachments section and copy the “key” for the attachment needed - see below:

image-20240212-161715.png

Step 4: Go to Download Document API available on Swagger

  • Paste in as many image keys as needed in the request body

  • Execute and await response

image-20240212-162033.png

Step 5: View attachment URLs

  • A URL will be provided for each attachment

  • You may now access the attachment via each specific unique URL

image-20240212-162401.png

Step 6: View attachments

image-20240212-162803.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.