Hi Kobo Community,
I’m currently enhancing our KoboToolbox connector to support sort
query params. I was reading api documentation for querying submitted data and found a docs link for supported API Parameters, But I need a bit of clarification on the following
-
Which field types are supported for sorting? Can we sort by string, date, and numeric fields—or is it limited to certain types like date and number?. Eg: sort string type field
{'sort': '{"name": -1}'}
. Is this possible ? -
Are there any limitations or considerations when sorting by custom fields from the form?
Any guidance, documentation links, or examples from others who’ve implemented sorting would be super helpful.
Thanks in advance!