내 커뮤니티 업적 표시줄을 확대합니다.

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.
해결됨

API for customer generated dataSets

Avatar

Level 5

how to get customer generated dataSet, as the below API only returns system generated dataSets ?
https://developer.adobe.com/experience-platform-apis/references/catalog/#operation/listDatasets

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 5

This is the same API i have tried, which always gives system generated dataSets. But i just realized that probably it was the limit parameter was not showing the result. i increased the limit to 100 and now i can see it.

 

I also notice the alternate way is pass name parameter in the API request to specify which dataSet details we need, so we dont need to worry about dataSet not being visible in the response due to response size limit.

 

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Community Advisor

Hi @Pradeep-Jaiswal 

are you using Global or Tenant in your variables when trying to retrieve? Global will pull system and tenant will pull the customer datasets.

Avatar

Level 5

Doesnt require any tenant to be specified in the url. i have tried adding container-id in the env file before genrating access token. that didnt change anything in dataset output

Avatar

Community Advisor

Avatar

정확한 답변 작성자:
Level 5

This is the same API i have tried, which always gives system generated dataSets. But i just realized that probably it was the limit parameter was not showing the result. i increased the limit to 100 and now i can see it.

 

I also notice the alternate way is pass name parameter in the API request to specify which dataSet details we need, so we dont need to worry about dataSet not being visible in the response due to response size limit.