get https://api.triathlon.org/v1/events//programs//entries/
The Retrieve Program Entry method returns a single program entry by entry_id
.
This method will return a 404
if no matching entry if found. This method inherits the access permissions of the Program Listings method and as such wait list data will not be accessible prior to 30 days before the start of the race.
The following example returns the program entry for entry_id of 35841.
curl --header "apikey: [[app:key]]" https://api.triathlon.org/v1/events/78726/programs/264331/entries/358431