V1AssessmentCheckIn
checkinLocation objectnullable
Check-in location coordinates
latitudenumbernullable
Latitude coordinate
Example:
10.762622longitudenumbernullable
Longitude coordinate
Example:
106.660172checkinDatestring<date-time>nullable
Check-in date and time
Example:
2025-12-12T10:47:57.465000+00:00isManualbooleannullable
Whether check-in was manual or automatic
Example:
truereasonstringnullable
Reason for check-in (if manual)
Example:
GPS not availableV1AssessmentCheckIn
{
"checkinLocation": {
"latitude": 10.762622,
"longitude": 106.660172
},
"checkinDate": "2025-12-12T10:47:57.465000+00:00",
"isManual": true,
"reason": "GPS not available"
}