Get an export process file content

get

/fscmRestApi/resources/11.13.18.05/setupTaskCSVExports/{TaskCode}/child/SetupTaskCSVExportProcess/{ProcessId}/child/SetupTaskCSVExportProcessResult/{ProcessId}/enclosure/FileContent

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Body ()
Root Schema : schema
Type: string(binary)
Back to Top

Examples

The following example shows how to retrieve the process file content for an export process by submitting a GET request on the REST resource using cURL.

curl -i -u "<username>:<password>" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/setupTaskCSVExports/HZ_MANAGE_RESOURCE_ROLES/child/SetupTaskCSVExportProcess/300100032652277/child/SetupTaskCSVExportProcessResult/300100032652277/enclosure/FileContent

Response

The response is a base64 encoded string that you can download in the form of a .zip file.

Back to Top