API Reference: get group by group id

ELSEa month ago

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.

Anton Tananaeva month ago

Groups don't have unique ids. They only have internal id.

ELSEa month ago

Ok. Thank you

Anton Tananaeva month ago

Just to add, if you want to get a group by internal id, you can already do that:

GET /api/groups/{id}