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
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
are you using Global or Tenant in your variables when trying to retrieve? Global will pull system and tenant will pull the customer datasets.
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수
can you try using this GET https://platform.adobe.io/data/foundation/catalog/dataSets
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
조회 수
Likes
답글