Rank One Partner API Version 1.0
You are currently viewing 'Get Claimed Students ' page
Usage
GET /Account/GetClaimedStudents/
Content-Type
application/json
Description
Returns a list of students a parent has claimed.
Note
Put the access token generated from the User Login endpoint in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE".Example
Sample Response:
[
{
"ID": "0acd2fce-ff04-4f70-81ea-b17142507a40",
"firstName": "Karen",
"lastName": "Smith",
"schoolName": "Test High School 1",
"schoolID": "1ed77716-8b57-4caf-a636-0ffdd29ab9e0",
"Sports":
[
{
"ID": "1",
"sportName": "Basketball"
"gender": "M"
},
{
"ID": "2",
"sportName: "Softball"
"gender": "F"
}
]
},
...
]