Manage schedules
Use this section to add/update/delete schedules in evalink talos.
Introduction
create new schedules
Headers
Name
Type
Description
{
"activateAlarm": "string",
"buffer": 0,
"companyId": "string",
"createdAt": 0,
"deactivateAlarm": "string",
"deviceGroupId": "string",
"deviceId": "string",
"entityStatus": "string",
"entries": [
{
"autoDelete": true,
"autoDeleteAt": 0,
"dayOfWeek": "FRIDAY",
"endDate": "string",
"endTime": "string",
"entryType": "DATE",
"id": "string",
"specialDayId": "string",
"startDate": "string",
"startTime": "string"
}
],
"excludedCount": 0,
"excludedSchedulesPreview": [
{
"id": "string",
"name": "string"
}
],
"id": "string",
"includedCount": 0,
"includedSchedulesPreview": [
{
"id": "string",
"name": "string"
}
],
"links": {
"empty": true
},
"name": "string",
"nextActivateAlarm": 0,
"nextDeactivateAlarm": 0,
"rolesPreview": [
{
"id": "string",
"name": "string"
}
],
"timeZone": "string",
"updatedAt": 0,
"updatedBy": "string",
"usageCount": 0
}list the schedules by device ID
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
delete the schedules
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
list the special days by companyId
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
create new special days
Headers
Name
Type
Description
delete the special days
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?