Hello. As I see API Reference has no /api/groups?uniqueId=
to get only group by id (as it done by /api/devices?uniqueId=
)
Do you plan to add this ability?
Now I should to get info about all groups by /api/groups
and filtering by remote side server. More traffic is useless.
Groups don't have unique ids. They only have internal id.
Just to add, if you want to get a group by internal id, you can already do that:
GET /api/groups/{id}
Hello. As I see API Reference has no
/api/groups?uniqueId=
to get only group by id (as it done by/api/devices?uniqueId=
)Do you plan to add this ability?
Now I should to get info about all groups by
/api/groups
and filtering by remote side server. More traffic is useless.