A powerful, rebrandable CMS for any XML driven website or web application.

Element methods

elements/show
Returns a details of specified element.

URL: http://www.your-domain.com/your-admin-folder/cms-license/api/elements/show.format
Example: http://www.designroyale.com/royalecms/cms-warnermusic/api/elements/show.xml?id=1
Data formats: xml, json
HTTP Method(s): GET
Parameters: id (Required) - The ID of the element to fetch information for.
Example Response:
<element>
    <id>1</id>
    <name>01/09/2009</name>
    <template_id>1</template_id>
    <blocks>
        <block>
            <id>29</id>
            <type>date</type>
            <value>01/09/2009</value>
        </block>
        ...
    </blocks>
</element>