/
4.4 Get the list of leave types

4.4 Get the list of leave types

get /rest/shdsd-Timesheet/3/leave/types

API Documentation

Get the list of all leave types.

Media type

  • application/json

Return Example

[ { "id": 1, -- Leave Type ID "name": "Sick Leave" -- Leave Type Name }, { "id": 2, "name": "Compensatory Leave" } ]