You can translate the question and the replies:

Getting metadata of denodo Rest API

We have Denodo Rest API and users of this API are requesting to download the metadata in the josn format. Can you please let me know how do i download the meta data of API. Eg: I want the column names using the Rest API https://<denodo_url>/server/customer/CustomerHierarchy/views/CustomerHierarchy?$filter=(%22CustomerGroupNm%22=%27X123%27) Thanks, Adam
user
23-03-2021 11:35:46 -0400
code

1 Answer

Hi, In order to get the schema of a Denodo view published as a REST API in JSON format, I would use the **$schema** attribute along with the REST URI as below, ***https://<denodourl>/server/customer/CustomerHierarchy/views/CustomerHierarchy/$schema?$format=json*** To download the schema output as a JSON file, I would right-click on the REST API page and click on **Save as** option For more options like getting the metadata information, you could refer to the [Types of resources exposed by the RESTful Web service](https://community.denodo.com/docs/html/browse/latest/en//vdp/administration/restful_architecture/restful_web_service/restful_web_service#types-of-resources-exposed-by-the-restful-web-service) section of Virtual DataPort Administration Guide. Hope this helps!
Denodo Team
24-03-2021 07:42:11 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here