Methods

  • get - Timesheet Report

Resource

{
    "actualEnd": "date-time",
    "actualEndTime": "string",
    "actualStart": "date-time",
    "actualStartTime": "string",
    "breakDuration": "string",
    "breaks": [
        {
            "endTime": "date-time",
            "isPaidBreak": "boolean",
            "startTime": "date-time"
        }
    ],
    "comments": "string",
    "consolidatedWithTimesheetLineId": "int32",
    "dateCreated": "date-time",
    "dateReviewed": "date-time",
    "duration": "string",
    "durationExcludingBreaks": "string",
    "employeeExternalId": "string",
    "employeeId": "int32",
    "employerLiabilities": "double",
    "end": "date-time",
    "endTime": "string",
    "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": "string",
    "status": "string",
    "surname": "string",
    "timeVariance": "string",
    "totalCost": "double",
    "totalCostVariance": "double",
    "unitType": "string",
    "units": "double",
    "workType": "string"
}

Properties

Name Type Description
actualEnd date-time DateTime
actualEndTime string TimeSpan
actualStart date-time DateTime
actualStartTime string TimeSpan
breakDuration string 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 string TimeSpan
durationExcludingBreaks string TimeSpan
employeeExternalId string String
employeeId int32 Int32
employerLiabilities double Nullable
end date-time DateTime
endTime string 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 string TimeSpan
status string String
surname string String
timeVariance string TimeSpan
totalCost double Nullable
totalCostVariance double Nullable
unitType string String
units double Decimal
workType string String