Responsive design

Notice: Undefined index: social_google in /home/webroot/www.kusoftas.com/cms/templates_c/demo^7b9c5ab6cf20f7b62a4fced0b8a945dae9af628c_0.file.skin-template-header.tpl.cache.php on line 163

Download

Last stable v 5.2 2024-11-01

    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 } ... ] } ]