How to Get Supplier Audit History Using REST API
Summary
Oracle Applications Cloud provide public REST APIs you can use to support integration requirements for the common features like roles, users, user requests etc. One of them is the audit report resourcContent
How to get audit report using the REST API
REST Service Name: Get Audit Report
- Rest method: POST
The user will have to use the REST POST method to post a request to retrieve audit reports response.
- Path:
The request path to be added in REST should be in the below format.
https://<hostname>:<port>/fscmRestApi/fndAuditRESTService/audittrail/getaudithistory
- Content Type: application/json
The content type of request and response is in the json format
Tagged:
3