Skip to main content

List leave requests

GET 

/leave_requests

Retrieve a list of leave requests.

If you need to see leave requests for a specific user, you can filter the list with a $filter parameter like this:

$filter=id_user eq "64BBA147B9AC41D9978062300826C89F"

You will be limited to viewing only the leave requests for which you have the necessary permissions as a leave approver.

Request

Responses

A successful response from a paged collection; see the results array in the response for the list of results for this page. Additional pages may be available and can be fetched using the @nextLink URL.

Note that the examples given may include keys (fields) that may not always be present in the response, depending on the fields requested in the $keys parameter, the user's permissions, and other system settings.