Discussions
Attendances v2 does not return pending attendances without end date
14 days ago by Carsten
Using the same filters, v1 gives me
"attributes": {
"employee": 123456,
"date": "2025-07-17",
"start_time": "18:00",
"end_time": null,
"break": 0,
"comment": "",
"updated_at": "2025-07-17T18:07:44+00:00",
"status": "pending",
"project": null,
"id_v2": "d0badc52-9df1-44af-adc3-4b7e42e82394",
"is_holiday": false,
"is_on_time_off": false
}
when getting a list of attendances. v2 does not show this. When I set an end date, it will show up. I tried setting the status
to both PENDING
and CONFIRMED
.