Need to get list all the businessObjectType: string
I have gone through the below document link
https://docs.oracle.com/en/cloud/saas/applications-common/25b/farca/op-fscmrestapi-fndauditrestservice-audittrail-getaudithistory-post.html
Found that the below line
- businessObjectType: string
The fully qualified view object name of the product to be included in the audit report.
Also, from the below link
REST API Get an audit report - businessObjectType
https://community.oracle.com/customerconnect/discussion/533498/rest-api-get-an-audit-report-businessobjecttype?utm_source=community-search&utm_medium=organic-search&utm_term=businessObjectType+Audit+Report
You can pull businessObjectType from table FND_AUDIT_WEBAPP_AM. The column associated with businessObjectType is APPLICATION_MODULE.
Do a SELECT * on this table and you'll be able to pull both product and businessObjectType.