Skip to main content

Send Online Results to Results Systems

RunScore can push results directly to external results platforms. The example below sends results to Race Roster for a 5K race.

Key points

  • Use External Report To RaceRoster to flag the output as an external report for Race Roster.
  • Set Records Per Page to a number that exceeds your participant count so all results fit on a single page.
  • Use No Page Numbers because the output is a JSON file, not a printed page.
  • Place the Race Roster results race ID (wrapped in ##) inside the Header block.
  • Include both gun time and chip time as two separate Event blocks — Race Roster expects both.

Example listing file

* Upload Results to RaceRoster 5k
External Report To RaceRoster
Records Per Page 100000
No Page Numbers
Header
##227867##
.End Of Header
Select Bib
> 0
AND
Select DNF
EQ
AND RACE
SW 5K
Field BIB
Field FIRST NAME
FIELD LAST NAME
Field AGE
Field GENDER
Event Finish
minus GunStart
Field Header Gun Start Time
Time Format MM:SS.1
Event Finish
minus ChipStart
Field Header Chip Start Time
Time Format MM:SS.1
Replace the results race ID for each race

The ##227867## value in the header is the Race Roster results race ID for this specific event. You'll find the correct ID in your Race Roster dashboard — update it for every new race you set up.