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

Audit Reports Through REST API

edited Sep 14, 2023 1:14PM in Reporting & Analytics for Fusion Service 3 comments

Summary:

Where is possible to find list of business objects type for CRM.

Content (required):

Hi,

I'm trying to generate Audit Reports trough REST API. The purpose it's to make a GET call with this end-point: /fscmRestApi/fndAuditRESTService/audittrail/getaudithistory.

the request body must be similar to this:

{
    "fromDate": "2017-01-01",
    "toDate": "2017-01-27",
    "product": "hcmCore",
    "businessObjectType": "oracle.apps.hcm.people.core.uiModel.view.ManagePersonVO",
    "includeChildObjects":"true"
}

The problem is that I'm unable to find the "businessObjectType" that i need. Where can I find the list of business object type for CRM?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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