get https://api.triathlon.org/v1/teams//results
The Team Results method provides a filterable paginated list of team results.
Additional filters may be used by specify one or all of category_id, specification_id or event_id which all take a pipe delimited list such that multiple options may be specified.
The individual_splits
object contains the results of all athletes that competed in the team.
The headers
array contains the top-level headers of the event whereas the team_headers
object contains the headers of the splits used during the event. headers_count
and team_headers_count
are provided for reference.
The splits
object contains the finish time of all the individual legs and a breakdown of each athlete's performances can be found in the splits
object in the individual_splits
object.