Requirement : Create a REST API GET \path_to_a_query\ ; Return a DS
Reason
For one of the clients , we worked on dynamic markers in google map embeded in a CVC , to update the position of the markers every second in the report .
For this , new marker position was needed . Needed to make a rest API call to get the new data dynamically .
As a work around solution, an input control API ( which in turn runs a query ) was used to run a query and return a data set. For REST API's having this API will help to get more flexiblity for developers.