Manage schedules
Use this section to add/update/delete schedules in evalink talos.
Schedules can be set to define a timeslot. You can define workflows based on these schedules.
Example:
You can define, that in case of an alarm the call is sent to a different recipient, based on the schedule. Through opening hours it’s sent to your in-house security, through closed hours it,s sent to a private ARC.
post
https://talos-app.io
/api/schedule-service/schedules
create new schedules
get
https://talos-app.io
/api/schedule-service/schedules/search/findByDeviceId{deviceId}
list the schedules by device ID
delete
https://talos-app.io
/api/schedule-service/schedules/{id}
delete the schedules
get
https://talos-app.io
/api/schedule-service/special-days/search/findByCompanyId{companyId}
list the special days by companyId
post
https://talos-app.io
/api/schedule-service/special-days
create new special days
{
"companyId": "string",
"date": "string",
"dayType": "FIX",
"id": "string",
"name": "string",
"rule": "string"
}
delete
https://talos-app.io
/api/schedule-service/special-days/{id}
delete the special days