Expand my Community achievements bar.

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.
SOLVED

API Request for Fetching Primary Identifier in AEP

Avatar

Level 1

I would like to fetch the primary identifier of the dataset. Is there any API request available for that in AEP?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@PrikshitBa Here are steps 1. Use the Catalog Service API to fetch dataset details. 2. Now call the Schema Registry API to fetch the schema. 3. In the response, under meta:identity, inside the field definitions, you will see "primary": true - This marks the primary identity field.

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@PrikshitBa Here are steps 1. Use the Catalog Service API to fetch dataset details. 2. Now call the Schema Registry API to fetch the schema. 3. In the response, under meta:identity, inside the field definitions, you will see "primary": true - This marks the primary identity field.