Check In Schedules
Returns the check in schedule active for the device. This can be either device or group check in schedule
Tenant Var Code
Device Id
OK
A unique identifier of the schedule
A string with name of the check in schedule
Whole number specifying time interval for check in message in minutes
Array of ISO 8601 values with times
String containing the ISO 8601 value for interval
String containing the ISO 8601 value for start time
String containing the ISO 8601 value for end time. For example PT22H30M represents 22:30
The name of time zone used for this schedule
Timestamp (UTC) indicating version of record being returned
GET /V2/{tenantVarCode}/devices/{deviceId}/checkinschedule HTTP/1.1
Accept: */*
OK
{
"ScheduleId": "text",
"Name": "text",
"BufferPeriod": 1,
"Type": "Intervals",
"SelectedTimes": [
"text"
],
"Interval": "text",
"StartTime": "text",
"EndTime": "text",
"TimeZoneId": "text",
"SelectedDaysOfWeek": [
"Sunday"
],
"Timestamp": "2026-01-01T00:00:00.000Z"
}Tenant Var Code
OK
A unique identifier of the schedule
A string with name of the check in schedule
Whole number specifying time interval for check in message in minutes
Array of ISO 8601 values with times
String containing the ISO 8601 value for interval
String containing the ISO 8601 value for start time
String containing the ISO 8601 value for end time. For example PT22H30M represents 22:30
The name of time zone used for this schedule
Timestamp (UTC) indicating version of record being returned
GET /V2/{tenantVarCode}/checkinschedules HTTP/1.1
Accept: */*
OK
[
{
"ScheduleId": "text",
"Name": "text",
"BufferPeriod": 1,
"Type": "Intervals",
"SelectedTimes": [
"text"
],
"Interval": "text",
"StartTime": "text",
"EndTime": "text",
"TimeZoneId": "text",
"SelectedDaysOfWeek": [
"Sunday"
],
"Timestamp": "2026-01-01T00:00:00.000Z"
}
]Tenant Var Code
Schedule Id
OK
A unique identifier of the schedule
A string with name of the check in schedule
Whole number specifying time interval for check in message in minutes
Array of ISO 8601 values with times
String containing the ISO 8601 value for interval
String containing the ISO 8601 value for start time
String containing the ISO 8601 value for end time. For example PT22H30M represents 22:30
The name of time zone used for this schedule
Timestamp (UTC) indicating version of record being returned
GET /V2/{tenantVarCode}/checkinschedules/{scheduleId} HTTP/1.1
Accept: */*
OK
[
{
"ScheduleId": "text",
"Name": "text",
"BufferPeriod": 1,
"Type": "Intervals",
"SelectedTimes": [
"text"
],
"Interval": "text",
"StartTime": "text",
"EndTime": "text",
"TimeZoneId": "text",
"SelectedDaysOfWeek": [
"Sunday"
],
"Timestamp": "2026-01-01T00:00:00.000Z"
}
]Last updated

