5.2.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 5-5 Table: POST JSON Response
Name | Type | Description |
---|---|---|
fileName | STRING | The name of the file to be downloaded. |
downloadURL | STRING | The generated pre-authenticated URL to download a file. The downloadURL is displayed only when the pre-authenticated URL exists and status of the file is Available. |
code | STRING | The Status Code. The following is the list with details:
|
Response JSON Sample
{ "code": "DS0000", "body": { "success": [ { "fileName": "ah_acct_period_16-Nov-2022.csv", "downloadURL": "https://objectstorage.us-phoenix-1.oraclecloud.com/p/ywJMqilN7geicAnRKLuFaX_UaGhVzBohk9fFe6i8EgWN6y6d__2fyN1K-ssixTeZ/n/oraclegbudevcorp/b/fsgbu_fsafnd_cndevcorp_qfgnhy-prd_default/o/default/jfm/cdq/761dac86-e187-495c-92cc-4f1760dfe839" } ], "failed": [] } }