Description:
Be able to pass filter values to the export view through the REST API. This could be passed in the request body
Example of enhancement:
Let's say we have a view with data for all our hotels. We'd like to call the rest api to export data for specific hotel.
Benefit/impact:
We need to run exports through REST API by hotel. Having one single view for each hotel implies maintaining a large number of views (almost 200). For this reason, it would be great to be able to pass the hotel as a parameter.