Skip to main content

Download instance file by fileId.

GET 

/form-instances/:formInstanceID/file/:fileID

Download instance file by fileId.

Request

Path Parameters

    formInstanceID stringrequired

    FormInstanceID

    Form instance ID

    Example: 00000000-0000-0000-0000-000000000000
    fileID stringrequired

    FileID

    String specifying the hashed name of the uploaded file we are retrieving.

    Example: 00000031N0J7R2B57M8YG73J7M.png

Responses

Returns a file that is referred to by fileID and associated with the formInstanceID

Schema

    string

Loading...