Latest Activity

code

Obtaining Data from API

Hello. I would like to obtain data from this API: https://www.bankofcanada.ca/valet/ What type of data source do I need to create, please? Thank you.

#Cloud API #Rest API #API #Rest_API API

code

Updating a data source via REST API

Is it possible to update the details of a data source via an API call on Denodo 8? Specifically I'd like to modify the Database URI of a JDBC Microsoft SQL Server connection without using the design studio or other graphical tool.

#API #Rest_API Virtual DataPort

code

Generate Refresh Token for an API

Hello everyone I am new to Denodo and using free license version of Denodo Express 8.0. I need to Generate Refresh Token from API call. As much I know Denodo don't have Option to support multipart/form-data. I need to pass username and password from mu...

#API #Rest_API

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

ODBC vs RESTful API

Hello Team, May i know what are differences in features avaiable between a client app connecting Denodo via connecting with RESTful Web Service in terms of selction/filtering/authentication etc? Thanks

#API #Rest_API #odbc

code

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>/serv...

#API #Rest_API

code

Need syntax how to pass multiple values in restapi url for input parameters

I tried this way but didn't work in postman Query1: 1.https://denodo server url /server/inventory/InventorySummaryAPI/views/InventoryOnHoldSummaryAPI? $filter=”fctry_id” in (ABC,EFJ,IJK)& $filter=”opr_id” in (12,13,45) & $filter="strg_cd" in (...

#denodo 7.0 #API #Rest_API

code

Post operation

Is it possible to push the derived view data into target systems using API post operation in denodo?

post Json #API #Rest_API

code

Want API as paginated

Hello, Below is the Scenario, Please suggest I have extrenal API that gives me limit of 1000 records at a time. The data that I receive contains link for next page(a half link ex:) Full link is like : https:/exmaple.com/sgvu/myapi/query?Select n...

Pagination #API #Rest_API

code

Iterate Api

Hello, I have 12 number of pages with my API with limit of 1000 and offset of 1000. Now If I obtain a single page of data it consists of 1000 rows of data and I cannot increase the limit to even 2000 becuase of source that provides only 1k data at a ...

Pagination #API #Rest_API