Skip to content
James Errington edited this page Jun 14, 2018 · 10 revisions

Events

Mandatory Response Body

Key Value Type Value Description
club string Club that ran the Event
comment string Event comment
date string Date of event as YYYY-MM-DD
format number 1 => 'Normal Event', 2 => 'Event with no Results', 3 => 'Score Event'
id number Event id
locked boolean true if Event is locked to new routes
mapid string id of map used for Event
name string Event name
type string 'I' => 'International', 'N' => 'National', 'R' => 'Regional', 'L' => 'Local', 'T' => 'Training'

Optional Response Body

Key Value Type Value Description
A number
B number
C number
D number
E number
F number
suffix string '.gif' if map file is a .gif

Course

Mandatory Response Body

Key Value Type Value Description
codes string[] Array of control codes
courseid number Course id
name string Course name
xpos number[] Array of control x positions
ypos number[] Array of control y positions

Result

Mandatory Response Body

Key Value Type Value Description
courseid number Course id
coursename string Course name
name string Name of athlete
position string Position on course
resultid number Result id
splits number[] Time at each control
starttime number Time athlete started
status string Status of result
time string Time for result

Clone this wiki locally