API Reference: get group by group id

ELSE3 months 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 Tananaev3 months ago

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

ELSE3 months ago

Ok. Thank you

Anton Tananaev3 months ago

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

GET /api/groups/{id}