Skip to main content

Retrieve a list of time tracking groups

GET 

/odata/v2/TimeTrackingGroup

Response is limited to 3000 records. Follow '@odata.nextLink' to retrieve the next page.

Request

Query Parameters

Responses

OK

Schema

    value

    object[]

    nullable

    required

  • Array [

  • timeTrackingGroupName stringnullable
    rowNumber int32
    createdBy stringnullable
    createdDateTime date-time
    modifiedBy stringnullable
    modifiedDateTime date-timenullable
    versionStamp int32
    documentsExists boolean

    timeTrackingCodes

    object[]

    nullable

  • Array [

  • timeTrackings

    object[]

    nullable

  • Array [

  • timeTrackingId stringnullable
    employeeId stringnullable
    approvedDateTime date-timenullable
    approvalStatus int32
    approver stringnullable
    submitter stringnullable
    timeTrackingCodeName stringnullable
    transDate date-time
    startTime date-timenullable
    endTime date-timenullable
    description stringnullable
    balanceEffect double
    nuisanceEffect double
    allDay boolean
    hours double
    rowNumber int32
    createdBy stringnullable
    createdDateTime date-time
    modifiedBy stringnullable
    modifiedDateTime date-timenullable
    versionStamp int32
    documentsExists boolean
    origin int32
    batchId stringnullable
    timeTrackingCode

    employee

    object

    employeeId stringnullable
    externalReference stringnullable
    initials stringnullable
    email stringnullable
    nameFirstName stringnullable
    nameMiddleName stringnullable
    nameLastName stringnullable
    nameFullName stringnullable
    hiredDate date-timenullable
    seniorityDate date-timenullable
    terminatedDate date-timenullable

    position

    object

    positionId stringnullable
    employeeId stringnullable
    title stringnullable
    locationId stringnullable
    organizationId stringnullable
    employmentCategoryName stringnullable
    dimension1Id stringnullable
    dimension2Id stringnullable
    dimension3Id stringnullable
    dimension4Id stringnullable
    externalReference stringnullable
  • ]

  • timeTrackingGroups undefined[]nullable
    timeTrackingCodeName stringnullable
    percentDayOff double
    nuisanceEffectFrom date-timenullable
    allDayAllowed boolean
    negativeValueAllowed boolean
    rowNumber int32
    createdBy stringnullable
    createdDateTime date-time
    modifiedBy stringnullable
    modifiedDateTime date-timenullable
    versionStamp int32
    documentsExists boolean
    enterInHours boolean
    active boolean
    negativeBalanceAllowed boolean
    qtyPayoutMax double
    color int32
    visibleEmployeeDashboard booleannullable
    visibleManagerDashboard booleannullable
    visibleHrDashboard booleannullable

    timeTrackingIntegrations

    object[]

    nullable

  • Array [

  • timeTrackingCode
    timeTrackingCodeName stringnullable
    version int32
    transDate date-time
    balanceEffect double
    nuisanceEffect double
    employeeId stringnullable
    payrollUpdateStatus int32
    payrollDateTime date-timenullable
    rowNumber int32
    createdBy stringnullable
    createdDateTime date-time
    modifiedBy stringnullable
    modifiedDateTime date-timenullable
    versionStamp int32
    documentsExists boolean
    startTime date-timenullable
    endTime date-timenullable
    correction boolean
    hours double
    timeTrackingId stringnullable
    origin int32
    externalStatus int32

    employee

    object

    employeeId stringnullable
    externalReference stringnullable
    initials stringnullable
    email stringnullable
    nameFirstName stringnullable
    nameMiddleName stringnullable
    nameLastName stringnullable
    nameFullName stringnullable
    hiredDate date-timenullable
    seniorityDate date-timenullable
    terminatedDate date-timenullable

    position

    object

    positionId stringnullable
    employeeId stringnullable
    title stringnullable
    locationId stringnullable
    organizationId stringnullable
    employmentCategoryName stringnullable
    dimension1Id stringnullable
    dimension2Id stringnullable
    dimension3Id stringnullable
    dimension4Id stringnullable
    externalReference stringnullable
  • ]

  • ]

  • ]

  • @odata.context stringnullable
    @odata.count int32nullable
    @odata.nextLink stringnullable
Loading...