GET api/OnTheGo/EmpTracking/EmployeeClockInStatus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EmployeeClockInStatusName | Description | Type | Additional information |
---|---|---|---|
UTCActionTime | date |
Required |
|
ActionProviderID | integer |
Required |
|
IsClockedIn | boolean |
Required |
|
Comment | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "UTCActionTime": "2025-05-02T12:09:45.055Z", "ActionProviderID": 2, "IsClockedIn": true, "Comment": "sample string 4" }
application/xml, text/xml
Sample:
<EmployeeTrackingModel.EmployeeClockInStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appsvc.rapidappsinc.com.Areas.OnTheGo.Models"> <ActionProviderID>2</ActionProviderID> <Comment>sample string 4</Comment> <IsClockedIn>true</IsClockedIn> <UTCActionTime>2025-05-02T12:09:45.0552821+00:00</UTCActionTime> </EmployeeTrackingModel.EmployeeClockInStatus>