Rank One Partner API Version 1.0
You are currently viewing 'Get All Injury Treatments for an Athlete ' page
Usage
GET /Athlete/Injury/AllTreatments/:DistrictId/:AthleteId
Content-Type
application/json
Description
Get all injury treatments for an athlete
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/Injury/AllTreatments/00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
Example
Type | Name | Required | Note |
URL | District ID | YES | District ID of user |
URL | Athlete ID | YES | Athlete ID of athlete |
Sample response:
[
{
"injuryGuid": "6b006911-27ca-4459-9fd1-65e539ec6767",
"athleteGuid": "488235f4-47c6-47e9-a549-3a99ff7580b1",
"injuryDate": "2018-05-20T10:00:00",
"status": "Open",
"chiefComplaint": "Left Abdominal Contusion",
"eligibleToParticipate": true,
"estimatedReturnDate": "2018-06-29T00:00:00",
"treatments": [
{
"injuryTreatmentGuid": "e4d9983d-9fbf-4e98-bf7a-741bcfb28b61",
"injuryGuid": "6b006911-27ca-4459-9fd1-65e539ec6767",
"treatmentDate": "2018-05-21T00:00:00+00:00"
"currentAssessment": "Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam."
},
{
"injuryTreatmentGuid": "c186cd4d-a718-49f2-8b9a-d144f5e91e1c",
"injuryGuid": "6b006911-27ca-4459-9fd1-65e539ec6767",
"treatmentDate": "2018-05-21T17:11:00+00:00"
"currentAssessment": "Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur."
},
...
]
},
...
]