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'm currently using:

  1. I use the GET request to fetch the task code:

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.I then POST the import payload to:

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

With body:{
"TaskCode" : "PJF_MANAGE_PROJECT_ROLES",
"SetupTaskCSVImportProcess" : [{
"TaskCode" : "PJF_MANAGE_PROJECT_ROLES",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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