Get clockings
Returns a list of all clockings within a date/time range.
Query parameters
| Name | Type | Required | Example |
|---|---|---|---|
fromDate | string | required | 2019-01-25T08:00:00 |
toDate | string | required | 2019-01-25T17:00:00 |
includeClockingsWithoutUser | boolean | optional | false |
Responses
200OK
[
{
"Id": "00000000-0000-0000-0000-000000000000",
"DateTimeUtc": "2019-01-25T07:29:37",
"DateTimeLocal": "2019-01-25T08:29:37",
"User": {
"Id": "00000000-0000-0000-0000-000000000000",
"Code": "012345",
"EmployerCode": "012345",
"Name": "John Doe",
"Badge": {
"Id": "00000000-0000-0000-0000-000000000000",
"InternalNumber": "00AA11BB",
"ExternalNumber": "12345678"
},
"DayProgramId": "00000000-0000-0000-0000-000000000000"
},
"Vehicle": {
"Id": "00000000-0000-0000-0000-000000000000",
"Code": "012345",
"Name": "Vehicle 1",
"VehicleTypeId": "00000000-0000-0000-0000-000000000000",
"LastSyncDateUtc": "2019-01-25T07:29:37",
"LastPosition": {
"AnalogExportList": [
{
"Number": 0,
"Name": null,
"StatusName": null,
"AnalogInputType": 0
}
],
"InputExportList": [
{
"Number": 0,
"Name": null,
"Status": null,
"StatusName": null
}
],
"IsPrivate": false,
"BadgeUser": "John Doe",
"BadgeNr": "00AA11BB",
"TypeText": "Position",
"Type": "1",
"VehicleId": "00000000-0000-0000-0000-000000000000",
"InputAcc": false,
"Heading": 10,
"Speed": 50,
"Altitude": 0,
"Latitude": 50.812939,
"Longitude": 3.245304,
"AddressExport": {
"Street": "Dumolinlaan",
"HouseNumber": "9",
"PostalCode": "8500",
"City": "Kortrijk",
"Submunicipality": "Kortrijk",
"Country": 0
},
"ReportDateLocal": "2019-01-25T08:29:37",
"ReportDateUtc": "2019-01-25T07:29:37",
"GpsDateUtc": "2019-01-25T07:29:37",
"OutputExportList": [
{
"Number": 0,
"Name": null,
"Status": null,
"StatusName": null
}
],
"Pois": [
"00000000-0000-0000-0000-000000000000",
"00000000-0000-0000-0000-000000000000"
]
}
},
"Type": 0,
"Location": {
"Address": {
"Street": "Dumolinlaan",
"HouseNumber": "9",
"PostalCode": "8500",
"City": "Kortrijk",
"Submunicipality": "Kortrijk",
"Country": 0
},
"Longitude": 3.245304,
"Latitude": 50.812939
},
"Pois": [
"00000000-0000-0000-0000-000000000000",
"00000000-0000-0000-0000-000000000000"
],
"IsManual": false,
"Description": null,
"AbsenceCode": null,
"JobNumber": "1575-7577-4",
"Note": "clocking note"
}
]401Unauthorized
403Forbidden