GET api/OnTheGo/EmpTracking/EmployeeClockInStatus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EmployeeClockInStatus| Name | 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-11-04T20:53:09.763Z",
"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-11-04T20:53:09.7632864+00:00</UTCActionTime> </EmployeeTrackingModel.EmployeeClockInStatus>