Rank One Partner API Version 1.0
You are currently viewing 'Get Concussion Events ' page
Usage
GET /Athlete/ConcussionEvents/:StartDate/:EndDate
Content-Type
application/json
Description
Returns concussion events for the specified date range
Note
Put the access token generated from the Get Access Token endpoint (Auth/ValidateUser) in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE". Sample request URL/Athlete/ConcussionEvents/1-1-2019/1-2-2019
Example
Type | Name | Required | Note |
URL | Start Date | YES | Start of date range |
URL | End Date | YES | End of date range |
Sample response:
{
"athleteGuid": "488235f4-47c6-47e9-a549-3a99ff7580b1",
"injuryDateOffset": "2018-05-20T10:00:00",
"injuryDateUnknown": false,
"injuryTimeUnknown": false,
"injuryGuid": "6b006911-27ca-4459-9fd1-65e539ec6767",
"firstName": "John",
"middleName": "P",
"lastName": "Smith",
"sportName": "Football",
"injuryOccurred": "Field",
"SchoolName": "Demo HS 1",
"IsConcussion": true,
"ATEvalDate": "2019-08-11T00:00:00-05:00",
"PhysicianEvalDate": "2019-08-11T00:00:00-05:00",
"ConcussionLocation": "Home Venue",
"LossOfConsciousness": "No",
"UnconsciousLength": null,
"WearingHelmet": false,
"YearsPlayingSport": 1,
"TeamLevelText": "Junior Varsity",
"Height": 61,
"Weight": 166,
"PreviousNumberOfConcussions": 1,
"LossOfConsciousnessInMostRecentPreviousConcussion": "Yes",
"HeadContactItems": [
{
"InjuryRefHeader": 29,
"headerName": "Head Contact Item",
"primaryRecord": false
"refValue": "Concrete"
},
...
]
},
...