Get Leave Record

Allow customer to retrieve all leave records of a specific user.

  • unique_identifier: Choose either email/staff_id to be unique identifier

  • unit_type: Days/Hours

get

Authentication: required

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
customer_idstringOptionalDefault: ""
langstringRequired
unique_identifierstringRequired
emailstringOptionalDefault: ""
staff_idstringOptionalDefault: ""
unit_typestringOptionalDefault: Days
selected_datestring · dateOptionalDefault: null
Responses
chevron-right
200

Success!

application/json
get
/get-ee-leave-details

Last updated