This guide covers creating and managing start lists (draw) and summary tables (results) with filters, column options, sorting, and export functionality.
This panel provides two main report types: Start Lists (Draw) showing order and basic athlete info, and Summary Tables (Results) showing scores, ranks, and aggregates. You can save your setup as configurations that automatically update across all connected displays. All outputs use UTF-8 encoding for proper international character display.
This panel provides two report types:
You can save your setup as a configuration. When you edit and save a configuration, pages using it will update automatically on next load. All outputs use UTF‑8 so names like “Łukasz” display correctly.
config_id for HTML/CSV/JSON.Visibility depends on each configuration’s Status (e.g., public, private, draft).
Filters are stored in configurations for 1‑click recall later.
Advanced: API can accept rename_* parameters, e.g. rename_bib=Start+No.
Pick a Sort By field and Direction:
After you save edits, any page rendering this configuration will show the updated version automatically on next load.
Share results or consume them programmatically:
config_id:
/v2/api/summary_table_api.php?config_id=123&format=html/v2/api/summary_table_api.php?config_id=123&format=csv/v2/api/summary_table_api.php?config_id=123&format=json
/v2/api/summary_table_api.php?event_id=1&heat_number=1&gender=all&format=html
CSV is UTF‑8 with BOM. JSON preserves unicode characters.
heat_number=H in API links.event_id, heat_numbergender = all|M|Fcategory or category_idsort (e.g., OverallAverage)sort_direction = asc|descshow_rank, show_bib, show_participant, show_category, show_club, show_gender, show_fis_code, show_licence_code, show_countryshow_runs, show_judges, show_control_points, show_figuresshow_event_settings + details: show_format_name, show_judge_info, show_scale_info, show_drop_rule, show_mode_config, show_heat_infoshow_heat_best, show_heat_average, show_overall_best, show_highest_averagerename_bib, rename_participant, rename_category, rename_club, rename_gender, rename_overall_average, rename_overall_best, rename_heat_best, rename_heat_average, …Exact keys depend on your build; use the panel’s Rename section to see what’s available.