TobitSoftware / chayns-backend

The chayns® Backend API allows you to interact with our servers from your Tapp and contains many useful functions.
MIT License
12 stars 0 forks source link
chayns chayns-backend csharp nodejs oauth2 php rest-api tobit

[license]() [GitHub pull requests]() []()

chayns® Backend API [v2.0]

The backend API provides additional possibilites on top of the frontend API. To use this API, the tapp must be registered in the Tapp administration in the TSPN. After the registration the Tapp Secret is needed for the authorization on requests to the API.

General

The requests in frontend and backend have the same structure. For the authorization you can use the Tapp Secret along with the TappID in the backend or a PageAccessToken in the frontend.

The request structure looks like

https://api.chayns.net/{APIVersion}/{LocationID}/{Controller}/{ObjectID}

(the ObjectID parameter is optional).

General parameters explained

For more detailed information on the Backend API you should take a look at the Wiki or at the Getting Started.