PbxAdminApi - Get information about groups
Hello,
when using the SOAP-API we can get information about all the "objects" in the pbx. Especailly we need to get information about "groups"/"waiting queues"/....
When using the PbxAdminApi function "GetGroups" we get the names of the groups delivered (see below).
When we then try to get information about the groups we only get information about "Attendant" (because there exists a pbx object with the same name as the group).
We also need to get information about the other groups/waiting queue/....
How can we get the other pbx objects like "waiting queue", "call broadcast", ...?
{
"api": "PbxAdminApi",
"mt": "GetGroupsResult",
"groups": [
"Attendant",
"agents",
"gruppe1",
"gruppe2",
"zentrale"
]
}
"api": "PbxAdminApi",
"mt": "GetGroupsResult",
"groups": [
"Attendant",
"agents",
"gruppe1",
"gruppe2",
"zentrale"
]
}
Thanks