Hi, I am using the sample stored procedureCalculateAvgRevenue . I created a rest webservice. http://localhost:9090/server/tutorial/p_getrev/views/p_getrev POST with X-HTTP-Method-Override GET below request works JSON Request { “$filter”:”taxid_list...
Answers:
1
I am implementing a search module on Denodo REST API. When the users perform a search, they are likely to use lower case for all their search terms. However, if it is case-sensitive, if the search information was spelled with an uppercase in our system...
Answers:
2
HI Team, I am able to expose Denodo view as REST API with authentication method as "None" in setting tab. I can access this view using the URL provided. But when I am exposing any view with any authentication method other than None, I am unable to acce...
Answers:
3
I am using Denodo 7 and exposed an updateable derived view via a REST web service. The swagger documentation generated automatically shows the syntax of invoking this service for PUT, DELETE, and POST methods also. I just need to provide GET method on ...
Answers:
1
Hi, I am creating a rest web service and I want to know how can I add these response to My JSOn(this will be consumed bu my users.) responseStatus": "SUCCESS", "responseDetails": { "limit": 1000, "offset": 0, "size": 1000, "total": 25000, "next_page"...
Answers:
1
I have a list of ID values in a database table that I want to feed in as parameters to a Rest API call. I need to make one API call per ID value in the database table. I need to make the union of these Rest API calls into a single table. Can this be ...
Answers:
1
Hello, I have created a REST API which exposes whole Link to the user : Example : http://localhost:9090/server/admin/newdemo/views/newdemo What can we do, so no full API gets expose to the recepient he can easily manipulate if he want. DO we have to ...
Answers:
1
I need to execute the First Endpoint and get the results Using the results of the First URL (ID) need to execute another call to get the corresponding data. First Call example https://company.data.com/api/metaproperties/ ID ABC CDE EFG Second Call e...
Answers:
2
Hi, my intention is to return PureCloud data for reporting. I am looking at using Denodo as a way to connect to PureCloud's Analytics API (REST) and expose the data via a Denodo view for end consumers to use in their respective applications (BI applica...
Answers:
1
I am able to insert single record in source Table using POST method. Here I am using JSON file format in post body part. When I am trying to insert multiple records in one call it is still inserting one record only. Is there any way to insert multiple ...
Answers:
1