REST APIs (Outbound)

You can use most of the inbound REST APIs to export data from Oracle Fusion Cloud Maintenance to other systems deployed in your business.

Key Features

  • Used for both inbound and outbound integrations.
  • Export data in real-time.
  • Used with Oracle Integration Cloud (OIC) to perform near real-time operations in Oracle Maintenance.

Best Practices

  • You can perform GET operations to retrieve setup, lookup, and general object data.
  • The queries can be by object id, query, or finder. To ensure good performance:
    • Limit the attributes using the fields query parameter.
    • Avoid OR conditions with LIKE clauses, where possible.
    • Avoid querying master records using only child query criteria, where possible

Constraints

  • Not suitable for exporting large volumes of maintenance data.
  • Can't fetch child entities at three or more levels along with main record.