get https://api.triathlon.org/v1/events//programs
The Program Listings method returns an array of basic program objects for an event id.
The results
boolean indicates whether results are available for this program. If so you should consult the Program Results method to return them.
The team
boolean indicates whether this program is a team program and as such will return team entries and team results where relevant.
The prog_notes
are provided where available and give additional information and context as to the exact specifications of the program. Some of this information is extracted and also provided as headers in the Retrieve Program Information and Program Results methods.
The following example retrieves the full program listings from event_id of 90162.
curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/events/90162/programs