Documentation
Code Reference
Installation & Updates
API Reference
Configuration
Documentation & Help Version 5.0
This API is used if conceptcms should be a content server for an external application (EA).
1. External application (EA) calls the XML-RPC function "cmapi.SendPage" in cmsrv_[wsname].php ([wsname] = workspace name) file with parameters:
2. If EA is validated (valid EA ID and PWD and valid IP address), conceptcms will return the content corresponding to the specified conceptcms CDO ID of conceptcms menu item ID. This content can be returned in structured way (an array with ce => value) or in HTML format (document ready to display). To control the return format use the variable: CMSAPI_Type (default is 1 (structured data), 2 is ready-t- display content).
|