Hi all, I am wanting to retrieve dynamic data from the Glide App API. We have business plan, so should have access to advance API. At the moment, this is what I have done:
This however gives me all rows for the table. Is there a way to only retrieve certain rows (e.g. rows > date) so that I can re-run the code regularly (e.g. daily) and only add new rows for export?
The above curl is for me to filter and get API response when my column with name “FetchData?” has boolean checked meaning “True”
You can use this as benchmark. What I observed was the format of using \ or / and " or " before and after column name or table name is important to get desired output.