Discussions
Is it impossible to request information on only updated employees from the API?
almost 3 years ago by [email protected]
I noticed some of your endpoints (such as GET "/company/attendances" and GET "/company/time-offs") support using "updated_from" as a query parameter to get the records which have been created or modified since that date.
Your documentation does not mention any similar functionality for GET "/company/employees" and experimentation seems to demonstrate such a parameter will not work and would just be ignored.
Is update information never captured?
Is there no way to provide such a request?
For that matter, is email really the only thing we can filter on?