Methods

  • get - Timesheet Report

Resource

{
    "actualEnd": "date-time",
    "actualEndTime": "date-span",
    "actualStart": "date-time",
    "actualStartTime": "date-span",
    "breakDuration": "date-span",
    "breaks": [
        {
            "endTime": "date-time",
            "isPaidBreak": "boolean",
            "startTime": "date-time"
        }
    ],
    "comments": "string",
    "consolidatedWithTimesheetLineId": "int32",
    "dateCreated": "date-time",
    "dateReviewed": "date-time",
    "duration": "date-span",
    "durationExcludingBreaks": "date-span",
    "employeeExternalId": "string",
    "employeeId": "int32",
    "employeePensionContribution": "double",
    "employerLiabilities": "double",
    "employerPensionContribution": "double",
    "end": "date-time",
    "endTime": "date-span",
    "firstName": "string",
    "formattedTimeVariance": "string",
    "gross": "double",
    "id": "int32",
    "location": "string",
    "netEarnings": "double",
    "numberOfBreaks": "int32",
    "paye": "double",
    "reviewedBy": "string",
    "shiftConditionShortCodes": [
        "string"
    ],
    "shiftConditions": "string",
    "start": "date-time",
    "startTime": "date-span",
    "status": "string",
    "surname": "string",
    "timeVariance": "date-span",
    "totalCost": "double",
    "totalCostVariance": "double",
    "unitType": "string",
    "units": "double",
    "workType": "string"
}

Properties

Name Type Description
actualEnd date-time DateTime
actualEndTime date-span TimeSpan
actualStart date-time DateTime
actualStartTime date-span TimeSpan
breakDuration date-span TimeSpan
breaks[] array
breaks[].endTime date-time Nullable
breaks[].isPaidBreak boolean Boolean
breaks[].startTime date-time Nullable
comments string String
consolidatedWithTimesheetLineId int32 Nullable
dateCreated date-time DateTime
dateReviewed date-time Nullable
duration date-span TimeSpan
durationExcludingBreaks date-span TimeSpan
employeeExternalId string String
employeeId int32 Int32
employeePensionContribution double Nullable
employerLiabilities double Nullable
employerPensionContribution double Nullable
end date-time DateTime
endTime date-span TimeSpan
firstName string String
formattedTimeVariance string String
gross double Nullable
id int32 Int32
location string String
netEarnings double Nullable
numberOfBreaks int32 Int32
paye double Nullable
reviewedBy string String
shiftConditionShortCodes[] array of string
shiftConditions string String
start date-time DateTime
startTime date-span TimeSpan
status string String
surname string String
timeVariance date-span TimeSpan
totalCost double Nullable
totalCostVariance double Nullable
unitType string String
units double Decimal
workType string String