{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}
API Endpoint
Name {{ object.name }}
URL {{ object.url }}
Method {{ object.http_method }}
Display Mode {{ object.get_display_mode_display }}
Refresh Interval {{ object.refresh_interval }}s
SSL Verification {% if object.verify_ssl %}{% checkmark True %}{% else %}{% checkmark False %}{% endif %}
Timeout {{ object.timeout }}s
Link {% if object.link %} {{ object.link }} {% else %} {{ object.link|placeholder }} {% endif %}
Description {{ object.description|placeholder }}
{% if object.headers %}
Headers
{{ object.headers|json }}
{% endif %} {% if object.mappings %}
Field Mappings
{{ object.mappings|json }}
{% endif %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Live Preview
{% if api_result.error %}
{{ api_result.error }}
{% elif mapped_data %} {% for item in mapped_data %}
{% if item.label %} {{ item.label }}: {% endif %} {{ item.value }} {% if item.suffix %}{{ item.suffix }}{% endif %} {% if item.additional_value %} {{ item.additional_value }} {% endif %}
{% endfor %} {% else %}

No data returned

{% endif %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock content %}