GET_CLOCKIT_OFFLINE_ADMIN_TOKEN

Use this method to get a one time token to connect to ClockIt-Online. Use this in applications that don't require login by each user, but do require ClockIt-Online integration.


All parameters are POST to URL http://v5.clockit-online.net/api/api.php

Parameter Type Value
methodstringGET_CLOCKIT_OFFLINE_ADMIN_TOKEN
usernamestringemail address of a (admin/manager) user, known by ClockIt-Online
passwordstringClockIt-Online password of the user account

Responses are in JSON format

Parameter Type Value
swErrorstring"true"/"false"
errorMsgstringFilled in with the errormessage or blank in case swError = true
resultstringnon expiring token. Use this token in other API calls