Audit Reports Through REST API
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?
Tagged:
1