get https://api.triathlon.org/v1/events//programs//results/
The Retrieve Program Result method returns a single result by result_id
. This method will return a 404 if no matching result if found.
The following example returns the result for result_id
of 476317.
curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/events/90162/programs/270564/results/476317