Zoho Creator API v2 Sort Order

Zoho Creator API v2 Sort Order

Hello,

What are the correct query string parameters to change the sort order of my GET records request?

I can't find this documented anywhere.

I have tried the following, but get a 401 error:

  1. https://<base_url>/api/v2/<account_owner_name>/<app_link_name>/report/<report_link_name>?from=1&limit=1&sort_order=<field_name>&sort_by=desc


Thanks