evalink talos
Search…
evalink talos API Documentation
Get started
1. Create a free evalink talos account
2. Create a test set-up in evalink talos
3. About REST – The Basics
4. Get Postman
5. Create your first API Token in evalink talos
6. Make your first REST API call
Alarm API
Send alarms using simple webhooks
Send alarms with content using webhooks and header attachments
Send alarms using REST
Query alarms
Management API
Manage users
Manage devices
Manage groups
Manage contacts
Manage schedules
Manage virtual receivers
Manage webhooks
Manage workflows
Powered By
GitBook
Manage contacts
Use this section to add/update/delete new contacts on global (company) level or site (device) level.
Introduction
Contact data is owned and managed by the contact-service. It's important to understand that contacts can be created at multiple levels:
global
group
site/device
get
https://talos-app.io
/api/contact-service/contacts/search/findGlobalContacts{companyId}
list global contacts
get
https://talos-app.io
/api/contact-service/contacts/search/findByDeviceGroupIdIn{deviceGroupIds}
list contacts for one or many device groups
get
https://talos-app.io
/api/contact-service/contacts/search/findByDeviceIdIn{deviceIds}
list contacts of one or many devices
post
https://talos-app.io
/api/contact-service/contacts
create a global contact
post
https://talos-app.io
/api/contact-service/contacts
create a contact on group level
post
https://talos-app.io
/api/contact-service/contacts
create a contact on device level
delete
https://talos-app.io
/api/contact-service/contacts/{id}
delete a contact
patch
https://talos-app.io
/api/contact-service/contacts/{id}
update a contact
Management API - Previous
Manage groups
Next - Management API
Manage schedules
Last modified
1yr ago
Copy link
Contents
Introduction
get
list global contacts
get
list contacts for one or many device groups
get
list contacts of one or many devices
post
create a global contact
post
create a contact on group level
post
create a contact on device level
delete
delete a contact
patch
update a contact