{service root}/Download/FileDownload.ashx

This endpoint is used in conjunction with the DataFormLoadRequest to download an attached file fetched via one of the fields in a dataform.

Parameter Usage Type Description
DBName Required string The name of the database to use for this request. The list of available databases is defined in web.config and can be retrieved here.
FormID Required GUID The ID of the DataForm whose field will contain the bytes in the file.
FieldID Required string The ID of the field on the DataForm that contains the bytes in the file.
RecordID Required if the form requires a record id string The ID that will be passed to DataFormLoad.
TimeOutSeconds Optional Integer The max seconds to wait before timing out. If not specified or 0 then a default setting will be used from the web.config appsettings.