Get the list of properties in a group.

You can get the group ID from “management → groups and buildings”:

Request: Groups(group, usr, pwd)

parameter

type

format

mandatory?

group

integer

Yes

usr

integer

Yes

pwd

string

Yes

Response:

{
  "Groups": [
    1001,
    1002,
    1003
  ]
}