Need a way to get a list of athletic locations

Need to return all home and away venues for athletic events

  • Deleted User
  • May 10 2017
  • Already exists
  • Attach files
  • Guest commented
    May 12, 2017 18:25

    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}