Master entities API

A master entity is a data object in the data model that stores unified records. The output of deduplication, merge, and promotion of source records are stored in corresponding master entities. Examples of master entities are Master Customer, Master Account, and Master Product.

The Master entities API is used to programmatically manage the master entities in your Unity instance, also known as "Aggregated tables".

Learn more about Master entities in the Oracle Unity Help Center.

In this topic:

Explore the API

The embedded I/O doc below enables you to explore the API. The I/O  doc explains the parameters for each method and provides templates for your calls. You cannot make live API calls from the tool, however.

Open the link below in a new tab to see the I/O doc in a three-pane format.

https://oracleunityapis.docs.apiary.io

Service URI

https://{AccountURL}/api-metadata/v1/{access-key}/metadata/aggregatedtables/<aggregatedTableId>

Learn more

Master Entities