Download Sanitized File
Download the Sanitized File by giving its file id and submission id
Authentication
Please be careful while sending the header, its key is "api-token".
Params
This field wants two params to run:
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.
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.
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
400Error
application/json
404Error
application/json
500Error
application/json
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?