evalink talos
Search
⌃K

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