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
- application/json
Request Body required
- appTypeId integer
- responseFileName string
fileParams object[]
name stringid integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Download File
Schema
fileContent object
fileName stringfileSize integerrequestId string
{
"fileContent": {
"fileName": "string",
"fileSize": 0,
"requestId": "string"
}
}
{
"fileContent": {
"fileName": "test2.zip",
"fileSize": 30074,
"requestId": "414dd598-da30-491d-b462-97109c799112"
}
}
Loading...