PayrollAu
Retrieves a leave application by a unique leave application id
get/LeaveApplications/{LeaveApplicationID}
Path parameters
LeaveApplicationIDstring uuid required
Example:4ff1e5cc-9835-40d5-bb18-09fdb118db9c
Leave Application id for single object
Response
search results matching criteria
Example response
{
"LeaveApplications": [
{
"LeaveApplicationID": "e0eb6747-7c17-4075-b804-989f8d4e5d39",
"EmployeeID": "fb4ebd68-6568-41eb-96ab-628a0f54b4b8",
"LeaveTypeID": "742998cb-7584-4ecf-aa88-d694f59c50f9",
"Title": "Annual Leave",
"StartDate": "/Date(322560000000+0000)/",
"EndDate": "/Date(322560000000+0000)/",
"Description": "My leave",
"LeavePeriods": [
{
"NumberOfUnits": 22.8,
"PayPeriodEndDate": "/Date(322560000000+0000)/",
"PayPeriodStartDate": "/Date(322560000000+0000)/"
}
],
"UpdatedDateUTC": "/Date(1583967733054+0000)/"
}
]
}