Fusion REST API Availability to download ESS Job log and Output
Summary:
Is there any REST API available to download ESS Job execution details like log, output or any additional file generated by the ESS Job.
I have submitted Import Requistions Request which generated log,output and PDF files. If I try to download with SOAP webservice "ErpIntegrationService", I am getting all the files. I tried with REST end point "erpintegrations" with input payload as below, it is giving me some other files in base64 format.
{
"OperationName":"downloadESSJobExecutionDetails",
"ReqstId": "11223344",
"FileType": "ALL"
}
Content (required):
I have submitted Import Requistions Request which generated log,output and PDF files. If I try to download with SOAP webservice "ErpIntegrationService", I am getting all the files. I tried with REST end point "erpintegrations" with input payload as below, it is giving me some other files in base64 format.