manage:attendance permission. Returns every slot with its weekly windows, active or not.core.session_token: ********************Authorization: Bearer ********************curl --location '/attendance/slots'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"code": "string",
"label": "string",
"kind": "DAILY",
"requiresCheckOut": true,
"requiresGeofence": true,
"photoPolicy": "OPTIONAL",
"appliesToRoles": [
"string"
],
"sortOrder": 0,
"isActive": true,
"windows": [
{
"id": "string",
"slotId": "string",
"dayOfWeek": 0,
"isActive": true,
"checkInOpenAt": "string",
"startAt": "string",
"checkInCloseAt": "string",
"checkOutOpenAt": "string",
"endAt": "string",
"checkOutCloseAt": "string",
"lateToleranceMinutes": 0,
"earlyLeaveToleranceMinutes": 0
}
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}