Skip to main content

Retrieve a list of work time log lines

GET 

/odata/v2/WorkTimeLogLine

Retrieve a list of work time log lines

Request

Query Parameters

    select string
    expand string
    filter string
    orderby string
    count boolean

Responses

OK

Schema

    value

    object[]

    nullable

    required

  • Array [

  • workTimeLogHeaderId stringnullable
    dayOfWeek int32
    columnName stringnullable
    oldValue stringnullable
    newValue stringnullable
    rowNumber int32
    createdBy stringnullable
    createdDateTime date-time
    modifiedBy stringnullable
    modifiedDateTime date-timenullable
    versionStamp int32
    documentsExists boolean

    workTimeLogHeader

    object

    workTimeLogViolations

    object[]

    nullable

  • Array [

  • workTimeLogHeaderId stringnullable
    dayOfWeek int32
    violationType int32
    rowNumber int32
    createdBy stringnullable
    createdDateTime date-time
    modifiedBy stringnullable
    modifiedDateTime date-timenullable
    versionStamp int32
    documentsExists boolean
    workTimeLogHeader
  • ]

  • workTimeLogHeaderId stringnullable
    workTimeJournalId stringnullable
    submittedDateTime date-time
    note stringnullable
    rowNumber int32
    createdBy stringnullable
    createdDateTime date-time
    modifiedBy stringnullable
    modifiedDateTime date-timenullable
    versionStamp int32
    documentsExists boolean

    workTimeJournal

    object

    workTimeJournalLines

    object[]

    nullable

  • Array [

  • workTimeJournalId stringnullable
    dayOfWeek int32
    block1StartTime date-timenullable
    block1EndTime date-timenullable
    block2StartTime date-timenullable
    block2EndTime date-timenullable
    workFromHome boolean
    workingHours double
    breaksHeld boolean
    workTimeDayType int32
    rowNumber int32
    createdBy stringnullable
    createdDateTime date-time
    modifiedBy stringnullable
    modifiedDateTime date-timenullable
    versionStamp int32
    documentsExists boolean
    allowEdit boolean
    dayTypeLookup int32
    workTimeJournal
  • ]

  • workTimeLogHeaders undefined[]nullable

    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
    workTimeJournalId stringnullable
    employeeId stringnullable
    startDate date-time
    endDate date-time
    submitted boolean
    submittedBy stringnullable
    submittedDateTime date-timenullable
    violationsApproved boolean
    rowNumber int32
    createdBy stringnullable
    createdDateTime date-time
    modifiedBy stringnullable
    modifiedDateTime date-timenullable
    versionStamp int32
    documentsExists boolean
    yearWeek stringnullable

    workTimeViolations

    object[]

    nullable

  • Array [

  • workTimeJournal
    workTimeJournalId stringnullable
    dayOfWeek int32
    violationType int32
    rowNumber int32
    createdBy stringnullable
    createdDateTime date-time
    modifiedBy stringnullable
    modifiedDateTime date-timenullable
    versionStamp int32
    documentsExists boolean
  • ]

  • ]

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