Skip to main content

Download instance file by fileId.

GET 

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

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

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

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

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

Schema

    string

Loading...