groupIdList element
| Type: | groupIdList |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
| Available Since: | 1.4-M1 |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<groupIdList>
<groupIds>...</groupIds>
<groupIds>...</groupIds>
<!--...more "groupIds" elements...-->
</groupIdList>
Example JSON
{
"groupIds" : [ "...", ... ]
}