Discussions
Sorting support in /v1/company/employees API
8 hours ago by Aditya Mandavi
We are currently using the /v1/company/employees endpoint to retrieve the list of employees, making multiple API calls to handle pagination.
However, we have a requirement to fetch the data ordered by the last_modified_at field. From the documentation, we couldn’t find any parameter that supports sorting.
Is there a way to retrieve the employee list in a sorted order (specifically by last_modified_at)?
