API Reference: get group by group id

ELSE a year 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 Tananaev a year ago

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

ELSE a year ago

Ok. Thank you

Anton Tananaev a year ago

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

GET /api/groups/{id}