Filter a list of results with Rest API 2.0

Greetings all.

Is there a way to apply a filter to one of the values in an endpoint that returns a list of values?
Ex: Im using the “/repositories/{{workspace}}/{{repo_slug}}/commits” endpoint, but adding “?q=date>=2022-11-01T01:08:59.123+00:00” doesnt seems to work, as it returns an array named “values” listing all the commits

TL;DR Is there a way to filter values inside an array or do i have to do filter them programmatically?

Thanks in advance, all help appreciated

1 Like