Currently, when listing Idea Votes and Idea Comments for a given Idea through the REST API, all records are returned.
It would benefit consumers of the REST API to be able to specify an updated_since
query string parameter so that only record updated since the given value are returned. The main benefit would be to reduce the size of the response and the number of items processed by consumer data processes.
Similar functionality is already implemented for the List Ideas API endpoint