You can translate the question and the replies:

Denodo and POST to API

If I have a view in Denodo that is being frequently updated with new rows, is it possible to have Denodo POST the contents of the newest rows when they are added to the view to a 3rd party endpoint that is listening for the new data?
user
04-10-2021 15:51:46 -0400
code

1 Answer

Hi, Using the selection view feature might be helpful to the problem on hand. I would suggest to try with the following steps outlined: * With a last updated field in the view, defne a new selection view with view parameters that allows the view to identify the newly inserted records. Check out the [Creating Selections Views - Parameters of Derived Views](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/creating_derived_views/creating_selection_views/creating_selection_views#parameters-of-derived-views) page for details on configuring this selection view. * Publish this new selection view as an [API](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/publication_of_web_services/publication_of_web_services) so that the new rows can be POSTed to the third party endpoint. Hope this helps!
Denodo Team
07-10-2021 05:47:25 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here