Is There a Way to Retrieve FSM Setup Import Job Logs (Success/Error) via REST or SOAP in OIC? — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Is There a Way to Retrieve FSM Setup Import Job Logs (Success/Error) via REST or SOAP in OIC?

edited Jun 9, 2025 7:14AM in Integration

Summary:

Hi All,

I am automating the FSM setup data import process in Oracle Fusion using REST APIs through Oracle Integration Cloud (OIC). Here’s the process I am currently using:

1. Retrieve Task Code using REST API

GET https://<hostname>/fscmRestApi/resources/11.13.18.05/setupTasks?q=TaskName=Manage Project Roles

Sample Response:

{ 
 "TaskCode": "PJF_MANAGE_PROJECT_ROLES", 
 "TaskName": "Manage Project Roles",  
"AvailableFlag": "Y",  
"ExportImportSupportedFlag": "Y", 
 "CSVExportImportSupportedFlag": "Y"
}

2. Trigger FSM Import Using Task Code

POST https://<hostname>/fscmRestApi/resources/11.13.18.05/setupTaskCSVImports  Content-Type: application/vnd.oracle.adf.resourceitem+json

Payload:

{  "TaskCode": "PJF_MANAGE_PROJECT_ROLES", 
 "SetupTaskCSVImportProcess": [{    
"TaskCode": "PJF_MANAGE_PROJECT_ROLES",  
  "FileContent": "<BASE64_OF_ZIP_FILE>"  }]}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!