Download Sanitized File

Download the Sanitized File by giving its file id and submission id

Authentication

Params

This field wants two params to run:

  1. submissionId: Same of the submission Id that you use the get the result of the submission. It is used the get the specific file from the given submission.

  2. fileId: The id field that can be found in the item of the files array. Every object/dict in this array is a downloadable file.

Makes you download the attachments of the submission by file ids.

get
Path parameters
submissionIdstringRequiredExample: 1f413fdc-3252-4bfa-b602-398d127fe8bf
Responses
200
Returns file
application/json
Responsestring · binaryExample: 01101101 01100001 01101100 01101001 01100011 01101001 01101111 01110101 01110011 00100000 01110101 01110111 01110101
get
GET /listen/attachment/{submissionId}/{fileId} HTTP/1.1
Host: 
Accept: */*
01101101 01100001 01101100 01101001 01100011 01101001 01101111 01110101 01110011 00100000 01110101 01110111 01110101

Last updated

Was this helpful?