added
Improved absences retrieval
10 days ago by Aymeric ROBINI
Until now, only validated absences were returned by our endpoint GET absences. Good news ! We now return all absences regardless of their status.
By default, only approved absences will be returned, but you can override this behaviour by setting the status
filter in the query to only retrieves absences you're interested by. You can also retrieve all absences by setting the status
parameter to all
.
It means you'll now be able to retrieve absences that are awaiting confirmation, or that were cancelled.
You'll find a comprehensive description in the endpoint documentation.