Submission Attachment File URL RetrieveAsk AIget https://{serverUrl}/app/api/v1/submissions/{submissionId}/files/{fieldName}/{fileIndex}/{fileName}/urlReturns the URL to download the attachment for a File field. The URL is valid for 5 seconds.Path ParamssubmissionIduuidrequiredThe id of the submissionfieldNamestringrequiredName of the field the file attachment was submitted for.fileIndexint32required≥ 0Defaults to 0The index in the array of attachments for the field. This value will always be 0 for File fields that only allow a single value.fileNamestringrequiredName of the file that was attached to the field.Response 200OKUpdated 5 months ago