Appearance
time-tracking-employee-statistics
Check if day is closed
GET
/accounts/{accountUuid}/time/v2/employees/{employeeUuid}/daily/{date}/closed
Checks if the day is closed of an employee
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"employeeUuid*
Type
Requiredstring
Format
"uuid"date*
Type
Requiredstring
Format
"date"Responses
Successful response
application/json
JSON "data": { "isClosed": true }, "message": "string", "status": 200, "meta": { }
{
}