{% extends "orga/cfp/base.html" %} {% load bootstrap4 %} {% load i18n %} {% load static %} {% block content %}
{% blocktranslate trimmed %} Build your own custom export here, by selecting all the data you need, and the export format. CSV exports can be opened with Excel and similar applications, while JSON exports are often used for integration with other tools. {% endblocktranslate %}
{% blocktranslate trimmed %} pretalx provides a range of exports. If none of these match what you are looking for, you can also provide a custom plugin to export the data – please ask your administrator to install the plugin. {% endblocktranslate %} {% blocktranslate trimmed %} If you are looking for exports of proposals, sessions or schedule data, please head here: {% endblocktranslate %} {% translate "Schedule exports" %}
{% blocktranslate trimmed %} You can either create exactly the export you need in the “Custom” tab, or use these pre-built exports: {% endblocktranslate %}
{% translate "You can also use the API to export or use data." %}
{% blocktranslate trimmed %} Some of the general exports are only accessible for organisers, or include more information when accessed with your organiser account. If you want to access the organiser version in automatic integrations, you’ll have to provide your authentication token just like in the API, like this: {% endblocktranslate %}
curl -H "Authorization: Token {{ request.user.auth_token.key }}" {{ request.event.api_urls.speakers.full }}