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
                - 
                    ProcessId(required):  string
                    
                    The identifier of the export process. This attribute is required.
- 
                    TaskCode(required):  string
                    
                    The short code of the setup task. This attribute is required.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/octet-stream
Default Response
The following table describes the default response for this task.
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
string(binary)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.