improved
Absence API: added attributes and filtering by "updated_at"
about 4 years ago by Matthias Mikoschek
Synchronising absences with Personio just became a whole lot easier!
- We just added the attributes "created_at" and "updated_at", which indicate when a specific absence entry has been created and updated the last time.
- You're now also able to filter the results by the "updated_at" attribute using the two parameters "updated_from" and "updated_to" (both inclusive).
Find more information in the API reference.
"data":[
0:{
"type":"TimeOffPeriod"
"attributes":{
"id":12345
"status":"approved"
"start_date":"2017-12-27T00:00:00+0100"
"end_date":"2017-12-29T00:00:00+0100"
"days_count":3
"half_day_start":0
"half_day_end":0
"time_off_type":{...}
"employee":{...}
"certificate":{...}
"created_at":"2017-01-17T10:32:18+0100"
"updated_at":"2017-01-17T10:32:18+0100"
}
}
]