Download a file from staging area

get

/epm/rest/v1/files/staging/{fileName}

Request

Path Parameters
Back to Top

Response

Supported Media Types

Default Response

successful operation
Back to Top

Examples

The following example shows how to Download a file from staging area 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/staging/Dimension.csv -O
Back to Top