API URL/grp/tree
    DescriptionGet CMS all groups/roles list RESTFul API
    AccessRestricted to roles: admin, demo
    Rquest methodGET
    Request data typen/a
    Request datan/a
    Response typeJSON
    Response data
    [ // dynatree object data { key: '###SOURCE###', // root node key title: 'All Groups', // root node title folder: true, // root node is folder children: [ // all group node array { // all group node data key: 'group code', // all group code title: 'group name', // all group name icon: 'user-group-icon.png' // group icon file name } ... ] } ]
    Vulnerability Scanner