I have Rest API which will retrive the PDF content , How would I stroe this file in specific folder As well as , I would to like to schdule the process so that pdf will get stored in daily basis Is this possible with Denodo ? Thanks
Answers:
1
Here is the sample ReST API . I can access this API thru Postman or the Browser https://api.example.com/client-api/v2/suppliers?apikey=12345abcede When I built this API using the JSON Test connection was working fine but when I try to create base vi...
Answers:
3
Hello, I am having some issues designing a solution to a feature that I need to create. Scenario: I have a data set with a specific field that needs to be modified when a condition true is passed in from the web service and not modified when a condi...
Answers:
1
We have a Denodo service we want to create but have ran into some issues while creating it. The customer required a few things for this service. A default set of parameters if they don't send any themselves, which we are using the 'ExecuteIfIsNotNull' ...
Answers:
3
Is there a way to skip to the last page? For example, when paginating, you give denodo the start_index and also the count of records, is there a parameter I can use to jump to the last records in the dataset?
Answers:
3
Trying to establish a connection to the AccountRight API - details are at http://developer.myob.com/api/accountright/api-overview/authentication/ I have got the access token and set up the http headers (x-myobapi-cftoken, x-myobapi-key, x-myobapi-vers...
Answers:
3
HI Please let me know how to pass or query multiple inputs for a REST service. Eg. If my REST service has a view with 'Rollnum' in where condition then how shall i fetch the records for the roll numbers "1,,3,6,7" in one go ? Thanks
Answers:
1
After deploying a REST web service, we can use the lnk in the table at the Web Service COntainer page to get data from the view. But, the response to these REST calls are complete HTML pages. Is there a way to just get the data, instead of the entire ...
Answers:
2
We have to integrate with a SaaS HR system which exposes everything RESTfully. To search with a filter, I have to make a POST and pass in a JSON header according to their syntax. I have the following working so far as my header - this will create 2 r...
Answers:
2
Hi I’m hoping someone can help with a pretty basic query. I have a view that I’ve published as a REST Web Service. The view is visible via my browser the url is: http://<ipaddress>:9090/server/<environment>/drv_ibs_nav_actual_forecast_budget_unional...
Answers:
2