Skip to main content

Download definition file by fileId.

GET 

/form-definitions/:formDefinitionID/file/:fileID

Download definition file by fileId.

Request

Path Parameters

    formDefinitionID stringrequired

    FormDefinitionID

    Form definition 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 formDefinitionID

Schema

    string

Loading...