Skip to main content

Download File

This API will take the downloadId as input from Download API response. The download request id from the response can be used to download the file using getDownloadCenterFileStream API

Request Body required
  • appTypeId integer
  • responseFileName string
  • fileParams object[]
  • name string
  • id integer
Responses

OK


Schema
  • fileContent object
  • fileName string
  • fileSize integer
  • requestId string
Loading...