Public
Documentation Settings

API_Cloud_Checkin

POSTReal Time Checkin

https://checkin.base.vn/v1/cloud/realtime

API to checkin realtime when have new log

HEADERS
Content-Type

application/x-www-form-urlencoded

Bodyurlencoded
client_token

jav-jGSbncBQdWoV2-9RglOxBdVx-0SPp70NzBbalC8

Client Token from cloud checkin client created on Base HRM

user_code

AR1

User checkin code to match on Base HRM

ts

1594178626

(optional) Timestamp in seconds checkin time

code_type

checkin_code

(optional) If value is "checkin_code" then use checkin_code from HRM instead of user_id

POSTGet user code for checkin

https://checkin.base.vn/v1/cloud/checkin_codes

API to get user checkin code for cloud checkin

HEADERS
Content-Type

application/x-www-form-urlencoded

Bodyurlencoded
client_token

Client Token from cloud checkin client created on Base HRM

code_type

(optional) If value is "checkin_code" then use checkin_code from HRM instead of user_id

POSTMass Sync Checkin Logs

https://checkin.base.vn/v1/cloud/mass_sync

API to sync large amount of logs to base checkin from cloud

HEADERS
Content-Type

application/x-www-form-urlencoded

Bodyurlencoded
client_token

Client Token from cloud checkin client created on Base HRM

logs

[{"user_code":1, "dates": ["date":1594141200 ,"logs":[{"id":"159410687000050","deviceUserId":50,"time":1594178626,"ip":"10.20.0.9"}]}]]

Collections of Logs to save

code_type

(optional) If value is "checkin_code" then use checkin_code from HRM instead of user_id

POSTGet Logs API

https://checkin.base.vn/extapi/v1/getlogs
Bodyurlencoded
access_token

79-EWT4J5BNSBPU9EF7NJK88K2XA6Z8Y3T4SRBZJPAR6PC4X12348RT9GFVC8-GFRCDJ3GDKPJK8ZYF7MEZJYX4FT6UAFLBYQ28RDM4NPV2BD2TKXS8C4FN26CKDDP

Token created for checkin at account.base.vn/tokens

start_date

1594178626

Start date to get logs from in timestamp

end_date

1594178626

End date to get logs from in timestamp

Loading