Checkpoints

Time in/out and location checkpoint operations

Time in/out checkpoint

post
/activity/checkpoint

Record time in or time out for an activity record

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
activityRecordIdstring · uuidRequired
latitudenumberRequired
longitudenumberRequired
timeInstring · date-timeOptional
timeOutstring · date-timeOptional
approvalStatusstringRequired
timeInImagestringOptional
timeOutImagestringOptional
Responses
post
/activity/checkpoint

Get live location checkpoint

get
/activity/live-location/{activityRecordId}

Get live location data for an activity record

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
activityRecordIdstring · uuidRequired
Responses
get
/activity/live-location/{activityRecordId}

Update live location checkpoint

put
/activity/live-location/update/{activityRecordId}

Update live location for an activity record

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
activityRecordIdstring · uuidRequired
Body
longitudestringRequired
latitudestringRequired
Responses
put
/activity/live-location/update/{activityRecordId}

Last updated