I am currently exploring the smartsheet API 2.0. I want to filter based on Modified and Created date but I am unable to find any such option in the documentation.
Is there a way out to filter the smartsheet using any custom filter as we have in oData API. e.g
<API URL>?$filter= createdDate ge '10/06/2019' or modified ge '10/06/2019'
You need to create your filters in smartsheet since they can not be created on wire over API. Then you can call
P.S You need to enter id of your filter not the name of the filter.