Skip to Main Content
Status Future consideration
Categories API
Created by Uri Goldstein
Created on Mar 15, 2023

REST API: Ability to only list idea votes and comments updated since a given date

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

  • Attach files