Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
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.