You are currently viewing 'Get Roster By Team ID ' page



Usage

GET /RosterUpdates 

Content-Type

application/json

Description

Returns a list of athletes that have been modified in the supplied date/time range.

Note

Sample request URL
/RosterUpdates/?ModifiedDateStart=20210121 12:00:00&ModifiedDateEnd=20210121 17:50:00&SchoolYear=2020&Page=1

Example

Type Name Required Note
Query String ModifiedDateStart YES Must be formatted as yyyyMMdd hh:mm:ss
Query String ModifiedDateEnd YES Must be formatted as yyyyMMdd hh:mm:ss
Query String SchoolYear YES School Year for which you'd like to access information
Query String Page NO 50 records per page. Page 1 is assumed if not supplied

Sample response:

[

{
"AthleteID" : "123456asvfberb-8cv4573",
"SchoolID": "00000000-0000-0000-0000-000000000000",
"TeamID": "00000000-0000-0000-0000-000000000000",
"FirstName": "Sydney",
"LastName": "Aalbers",
"AthleteFullName": "Aalbers, Sydney Paige",
"SchoolName": "School 1 High School",
"SportName": "Football",
"LevelName": "Varsity",
"LevelShortName": "Var",
"TeamName": "Varsity FB",
"Year": "2017",
"Classification": "test",
"Position": "",
"Jersey_number": "",
"Height": "",
"Weight": "",
"Program_Custom_Field1": "field1",
"Program_Custom_Field2": "field2",
"Bio": ""
"Image": https://www.rankone.com/images/GetImage.ashx?D=R&F=dFNXVW1HN3p1bEhMYmpqaCtOQnFLUT09,
"Grade": "11",
"Email": "",
"Jersey_NumberIntegerFormat": 0,
"Program_Classification": false,
"Program_Position": false,
"Program_JerseyNum": false,
"Program_Height": false,
"Program_Weight": false,
"Program_Custom_Field1Bool": true,
"Program_Custom_Field2Bool": false,
"Classification_Sort": 1,
"JerseyNum_Sort": 3,
"Height_Sort": 4,
"Weight_Sort": 5,
"Custom1_Sort": 6,
"Custom2_Sort": 7,
"Program_Custom_Field1_Desc": "T-Shirt Size",
"Program_Custom_Field2_Desc": "Custom Field",
"SortField": 1,
"Guardian_1_Name": "",
"Guardian_2_Name": "",
"Guardian_1_Email": "",
"Guardian_2_Email": "",
"Guardian_1_Phone": "",
"Guardian_2_Phone": "",
"Address": "123 Address",
"Address2": "123 Address",
"City": "Denton",
"State": "TX",
"Zip": "76166",
"DateModified": "2021-03-30T13:46:50,
"ShowOnProgram": true,
"AvailableToPublic": true,
},
...
]