evalink talos
Search
⌃K

Manage groups

Use this section to add/update/delete new groups of sites(devices).

Introduction

evalink talos allows you to group your sites (devices) according to your needs. You can create multiple groups within your company but each site (device) can belong to only one group.
get
https://talos-app.io
/api/device-service/device-groups/search/findByCompanyId
get a list of your site (device) groups by company ID
post
https://talos-app.io
/api/device-service/device-groups
create a new site (device) group
{
"companyId": "064646f3-18a2-4298-a28e-6e2883f2XXXX",
"name": "My Group",
"attributes": []
}
get
https://talos-app.io
/api/device-service/device-groups/search/findByIdIn{ids}
get a list of site (device) groups by site group IDs
get
https://talos-app.io
/api/device-service/device-groups/{id}
get a site (device) group by site group ID
delete
https://talos-app.io
/api/device-service/device-groups/{id}
delete a site (device) group
patch
https://talos-app.io
/api/device-service/device-groups/{id}
update an existing site (device) group
{
"companyId": "064646f3-18a2-4298-a28e-6e2883f27407",
"name": "My New Group",
"attributes": []
}
get
https://talos-app.io
/api/device-service/device-groups/{id}/devices
get a list of sites (devices) belonging to a particular site group