Hi,
I am using the updated_since attribute in the Employees endpoint to search for user that were last updated (in the past hour and also 15 minutes).
Is it possible to return the updated time?
That is if I curl
curl --request GET \
--url 'https://api.personio.de/v1/company/employees?limit=10&offset=0&updated_since=2022-12-24T08%3A15%3A30' \
--header 'accept: application/json' \
--header 'authorization: Bearer <token>'
The output doesn’t return a field that has the “updated_at” or “updated_since” value.
Do I have to make a different call to get that?
If not, could I request it be returned please