Download a temporary file

get

/epm/rest/v1/files/temp/{fileId}

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

Default Response

successful operation
Back to Top

Examples

The following example shows how to download a temporary file by submitting a get request on the REST resource using cURL.

cURL Command

curl --user epm_cloud_user -X GET \
  https://servername.fa.us2.oraclecloud.com/epm/rest/v1/files/temp/dd8c5576-9db0-44b7-a9e9-e6a24491c950?fileName=Account.csv -o Account.csv
Back to Top