Expand my Community achievements bar.

How to view/download list of schemas in a sandbox?

Avatar

Level 2

I want to download all schemas in a sandbox as list. How can I do that from UI?

 

Note: We can do that from postman. I want to download/view the list to copy them at once to notepad from the UI.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 9

@TapasMahalik 

 

There isn't a built-in feature to download all schemas at once from UI, you need to use the Schema Registry API to retrieve schema

https://experienceleague.adobe.com/en/docs/experience-platform/xdm/api/getting-started

 

 

Avatar

Level 4

Hi @TapasMahalik 

@gkalyan is correct. You can use the GET call via API to pull your list of schemas and copy from there. You could also edit the scripts function in Postman in order to pull only what you need via the list.

 

David