Skip to main content

V1AssessmentCheckIn

checkinLocation objectnullable

Check-in location coordinates

latitudenumbernullable

Latitude coordinate

Example: 10.762622
longitudenumbernullable

Longitude coordinate

Example: 106.660172
checkinDatestring<date-time>nullable

Check-in date and time

Example: 2025-12-12T10:47:57.465000+00:00
isManualbooleannullable

Whether check-in was manual or automatic

Example: true
reasonstringnullable

Reason for check-in (if manual)

Example: GPS not available
V1AssessmentCheckIn
{
"checkinLocation": {
"latitude": 10.762622,
"longitude": 106.660172
},
"checkinDate": "2025-12-12T10:47:57.465000+00:00",
"isManual": true,
"reason": "GPS not available"
}