Hi,
when using offset API,
sort_order=asc works as expected and sort the data in ascending order based on updated_at date.
https://xxxxx.zendesk.com/api/v2/satisfaction_ratings.json?sort_order=asc;&start_time=1628254000
but sort order does not work using cursor API, by default it sort the data in descending
can any one help with thi