Need to return all home and away venues for athletic events
Are you referring to the list of current venues and opponents in Core? If so, you can do these GET requests here.
GET: api/datadirect/AthleticVenuesGetCombined?t=${token}
and
GET: api/datadirect/AthleticOpponentsGet?t=${token}
You won't be notified about changes to this idea.
Are you referring to the list of current venues and opponents in Core? If so, you can do these GET requests here.
GET: api/datadirect/AthleticVenuesGetCombined?t=${token}
and
GET: api/datadirect/AthleticOpponentsGet?t=${token}