Introduction
Every C2 Website has a build-in JSON Rest-API wich is used by our widgets and apps to display data. This API is accessible by developers to create own functionality by themselfs. The JSON-API offers some rudimentary access to the following data: page, pagelist, user, userlist. In addition to that you can sort the returned results and search the database for a specific term. There is access to more specific functions like larger third party API frameworks that are loaded on demand and are only available upon specific demand.The JSON-API is only build for retrieving data, not for submitting it to the server.