Skip to main content
Level 1
August 12, 2025
Solved

API Request for Fetching Primary Identifier in AEP

  • August 12, 2025
  • 1 reply
  • 248 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Asheesh_Pandey

@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.

 

1 reply

Asheesh_Pandey
Community Advisor and Adobe Champion
Asheesh_PandeyCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
August 14, 2025

@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.

 

- Asheesh