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

    /plugin/info/:id

    API URL/plugin/info/:id
    DescriptionGet CMS plugin info API
    AccessFree
    Rquest methodGET
    Request data typeURL route parameters
    Request data :id - CMS plugin ID, ex. 'news'
    Response typeJSON
    Response data
    { rc: '0', msg: 'success', data: { logged: true, // true if user is logged on admin: true, // true if logged user is CMS builtin administrator grp: [], // groups assigned to logged user path: '\/cms\/srv\/plugins\/news' // path to CMS plugin folder } }