Latest Activity

code

Aggregate data via restful web service

I've seen this question asked a couple of times but last answered in 2017. Is there now a way to aggregate (e.g. sum) data via the restful web service? E.g. '...$groupby=category&$select=category,sumValue&$format=json'

REST API API Denodo Rest API Aggregate

code

API run time parameter

Hi Team, I have a REST JSON API with a $select clause for 1 field, which will display results in a particular drop down field in user side portal - JIRA. (the view has multiple fields) Now, based on the selection on one of the values, from above API,...

REST API #API #Rest_API

code

VQL query from DataCatalog REST API

Hi, From Virtual Data Port Server with JDBC driver , I can execute the following VQL query to retrieve view information : DESC VIEW <view_name> I would like execute this VQL query from public datacatalog REST API (http://vhost1:9090/denodo-dat...

VQL REST API

code

REST API for VDP SERVER

I would retrieve metadata database information from vdp server. I can directly connect with jdbc driver to the metadata database, but i would prefer use a REST API. Is it possible to retrieve the denodo metadata database information from vdp server w...

REST API

code

DataCatalog swagger not available

I installed the denodo express 8.0 version on windows 10 OS, and i would retrieve the data-catalog swagger REST API. Following documentation (https://community.denodo.com/docs/html/browse/8.0/en/vdp/data_catalog/appendix/rest_api/rest_api), swagger ur...

REST API

code

Denodo Solution Manager REST API, how to handle deploy objects by Dependency with the REST API Call

Hi Team, we are working on some process which about autdeploy with solution manager Rest API, I want to understand if we have create a revision ,which is a vql, how can we handle deploy this objects with dependency? Thanks.

REST API Solution Manager Dependency deploy

code

Pagination issue which retrieving data from API

We are connecting to API via a GATEWAY where our request is passed though based on the URI. Example 1) We have a API https://abc.com/api/v1.1/ 2) We need to call the API via a gateway, So Denodo will call http://gateway.com/abc/api/v1.1/query/pagesiz...

REST API Pagination Denodo Pagination

code

Denodo 8: synchronize the VDP server metadata with Data Catalog using Data Catalog REST API

Hi Team, I am following page https://community.denodo.com/docs/html/browse/7.0/vdp/data_catalog/appendix/rest_api/rest_api#rest-api for metadata synchronization from VDP to Data Catalog for Denodo 8. Can you please help confirm if the Denodo 8 can use ...

Denodo 8 REST API VDP Synchronize Data Catalog

code

parameterized REST API End Point

I have REST API end point shown below http://api.mydata.com/mydataAPI/api/InventoryTrading/w?flag=&quotetype=AA&productcode=101 I will get only one row with above URI which is for product=101 I want to parameterized last part ( productcode=1...

REST API

code

Passing Multiple values to multiple parameters in a REST API - Error

System Details : Denodo 7.0 - Windows 10 Operating system Query Topic : Passing multiple paramters and multiple values in REST API Web Service through URL Issue : While trying to pass multiple values to the multiple input paramters of REST API throug...

REST API Multiple values multiple Parameters