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

    /url/pst

    API URL/url/pst
    DescriptionPaste CMS folder/page via list RESTFul API
    AccessRestricted to roles: admin, demo (r/o)
    Rquest methodPOST
    Request data typeRequest raw data
    Request data
    { key: 'folder id in DB table', // target folder node id data: [ // source folders and pages list to be pasted [ // array per folder/page 'folder/page id in DB table', // ex. '1' 'type' // 0 - page, 1 - folder ] ... ] }
    Response typeJSON
    Response data
    { rc: 'return code', // '0' - success, '1' - error msg: 'return message' // error message }