{% extends 'admin/master.html' %} {% import 'admin/lib.html' as lib with context %} {% macro extra() %} {% endmacro %} {% block head %} {{ super() }} {% endblock %} {% block body %}

Welcome to the Gamification Engine Admin-Area

For further information have a look at the docs:
ReadTheDocs

If you need any kind of Support, visit our Website and contact us at
www.gamification-software.com

API-Demo
Description Get Progress

GET to "/progress/{userId}"

Increase Value

POST to "/increase_value/{variable_name}/{userId}"

Add or Update User

POST to "/add_or_update_user/{user_id}"

Delete User

POST to "/delete_user/{user_id}"

Get Achievement Level

GET to "/achievement/{achievement_id}/level/{level}"

{%if settings_enable_authentication %} Login

POST to "/auth/login"

{% endif %} Register Device

POST to "/register_device/{user_id}"

Get Messages

GET to "/messages/{user_id}"

Set Messages Read

POST to "/read_messages/{user_id}"

{% endblock %} {% block tail %} {{ super() }} {% endblock %}