Logotype Sitevision Developer
Log in
Log in

Endpoints

The Model REST API offers plenty of endpoints to fetch, create, delete and update data.

Documentation and Sitevision version

This generated documentation of the endpoints corresponds to the latest version of Sitevision.

For a complete and dynamic view what is available in your actual Sitevision environment, refer to the local documentation available on your website at:

<protocol> :// <domain> / rest-api / doc

Note that your website must have activated the REST API for external access for it to be accessible for browsing.

Working with REST API endpoints in your custom apps

Some data and operations are only available through the REST API and not in the Public API.

To use the REST API from the server-side of a custom app (WebApp, RESTApp, Widget and so on) you should always use the RestApi utility of the Public API instead of using requester.

If you need to extend the funtionallity of the REST API, consider building a RESTApp.

Did you find the content on this page useful?