How to add a new widget for {{ endpoint.name }} endpoint
Open numerics dashboard application on your mobile device
Create a new dasboard or open an existing dashboard.
Press plus sign on the upper right corner of your dashboard to create a new widget on that dashboard.
From the widget sources, choose "custom json" view as shown on image below:
{% if endpoint_response_class == label_response_class %}
In "Basic Widgets" section, choose "Label from json data" widget as shown on image below.(remember url for endpoint "{{ endpoint.name }}" is "{{ request.scheme|safe }}://{{ request.get_host|safe }}{{ endpoint_url }}")
{% else %}
In "Basic Widgets" section, choose "Number from json data" widget as shown on image below.(remember url for endpoint "{{ endpoint.name }}" is "{{ request.scheme|safe }}://{{ request.get_host|safe }}{{ endpoint_url }}
{% endif %}
Set endpoint url as source of the widget by pasting it to source section as shown in the image below.")
At this point, widget should load the data from the endpoint.