Get Audit Report for Opty with REST API
Summary:
Hi,
I am trying to retrieve the audit report for Opty object.
Here is REST URL: https://pod/fscmRestApi/fndAuditRESTService/audittrail/getaudithistory
Operation: POST
Request Body:
{
"fromDate": "2024-05-01",
"toDate": "2024-05-24",
"product": "Sales",
"eventType": "Object Data Insert",
"businessObjectType": "oracle.apps.sales.opptyMgmt.opportunities.opportunityService.view.OpportunityVO",
"includeChildObjects":"false"
}
Response Body:
{
"actionName": "getAuditHistory",
"status": "SUCCESS",
"pageSize": "0",
"auditData": []
}
I checked audit report for Opty Insert for this period (2024-05-01 to 2024-05-24) and I do see records returned.
Do you know why auditData is blank in the REST response?
Thanks,
Adam
Content (please ensure you mask any confidential information):