Rank One District API Version 1.0
You are currently viewing ' Get Athlete By AthleteID And TeamID ' page
Usage
GET /Roster/Athlete/:TeamGUID/:AthleteID
Content-Type
application/json
Description
Return athlete using athlete ID and team ID
Note
Example
Type | Name | Required | Note |
---|---|---|---|
URL | :TeamGUID | YES | |
URL | :AthleteID | YES |
Sample response:
{
"AthleteID" : "123456asvfberb-8cv4573",
"AthleteFullName": "Aalbers, Sydney Paige",
"SchoolName": "School 1 High School",
"SportName": "Football",
"LevelName": "Varsity",
"LevelShortName": "V",
"TeamName": "Varsity FB",
"Year": "2017",
"Classification": "test",
"Position": "",
"Jersey_number": "",
"Height": "",
"Weight": "",
"Program_Custom_Field1": "field1",
"Program_Custom_Field2": "field2",
"Bio": ""
}