
Downloads
Downloads endpoints helps to store the customer information and associated data. The request should be submitted on JSON format from the Deamon application side. Create(Post) endpoint which helps to store the downloads into Fusion.
Get Download File by DownloadId
Http Method : Get
URL : /api/FusionApi/Downloads/{DownloadId}/download
Use this endpoint to download a file by download Id.
Request Body Parameter
Responses
The below tabs show the list of expected response from get download file by download id endpoint.
Get Downloads information by DownloadId
Http Method : Get
URL : /api/FusionApi/Downloads
Use this endpoint to get the download information.
Request Body Parameter
Responses
The below tabs show the list of expected response from get download file by download id endpoint.
Get Downloads information by DataFileId
Http Method : GetDownloadsByDataFileId
URL : /api/FusionApi/Downloads
Use this endpoint to get information for a download file.
Request Body Parameter
Responses
The below tabs show the list of expected response from get download file by datafile id endpoint.
Get Download File
Http Method : GetDownloads
URL : /api/FusionApi/Downloads
Use this endpoint to download a file(s) based on request parameters.
Request Body Parameter
Responses
The below tabs show the list of expected response from get download files endpoint.