GET api/GetDelinquentEmployees/{DomainName}/{UserName}/{ActiveDay}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DomainName

string

Required

UserName

string

Required

ActiveDay

string

Required

Body Parameters

None.

Response Information

Resource Description

TimeEntryMembers
NameDescriptionTypeAdditional information
EmployeeID

integer

None.

IsDelinquent

boolean

None.

NotificationTitle

string

None.

NotificationText

string

None.

StandardHours

decimal number

None.

LoggedHours

decimal number

None.

MinimumReqHours

decimal number

None.

WaitTime

integer

None.

RuleID

integer

None.

Percent_Hours_Req

integer

None.

Prev_Week_Hours

decimal number

None.

Prev_Week_REQ_Hours

decimal number

None.

Prev_TOT_Hours

integer

None.

Prev_AGG_Hours

decimal number

None.

AGGR_WRK_HRS

decimal number

None.

AGGR_REQ_HRS

decimal number

None.

ActiveDay

integer

None.

TimeEntryURL

string

None.

TeeNoShowTime

string

None.

ColorCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "EmployeeID": 1,
  "IsDelinquent": true,
  "NotificationTitle": "sample string 3",
  "NotificationText": "sample string 4",
  "StandardHours": 5.1,
  "LoggedHours": 6.1,
  "MinimumReqHours": 7.1,
  "WaitTime": 8,
  "RuleID": 9,
  "Percent_Hours_Req": 10,
  "Prev_Week_Hours": 11.1,
  "Prev_Week_REQ_Hours": 12.1,
  "Prev_TOT_Hours": 13,
  "Prev_AGG_Hours": 14.1,
  "AGGR_WRK_HRS": 15.1,
  "AGGR_REQ_HRS": 16.1,
  "ActiveDay": 17,
  "TimeEntryURL": "sample string 18",
  "TeeNoShowTime": "sample string 19",
  "ColorCode": "sample string 20"
}