You are currently viewing 'Get Injury Treatment Information ' page



Usage

GET /Athlete/InjuryTreatmentInformation/:DistrictID/:InjuryID

Content-Type

application/json

Description

Returns injury treatment information for the specified InjuryID

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/InjuryTreatmentInformation/00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000

Example

Type Name Required Note
URL District ID YES District ID of user
URL Injury ID YES Injury ID of injury

Sample response:

[
{
"injuryTreatmentGuid": "488235f4-47c6-47e9-a549-3a99ff7580b1",
"injuryGuid": "6b006911-27ca-4459-9fd1-65e539ec6767",
"treatmentDate": "2018-05-20T10:00:00",
"currentAssessment": "Sed ut perspiciatis unde omnis iste natus error sit.",
"notes": [
{
"note": "At vero eos et accusamus et iusto odio dignissimos ducimus"
},
{
"note": "Et harum quidem rerum facilis est et expedita distinctio."
},
...
]
"treatmentReferences": [
{
"headerName": "Modalities"
"refValue": "Crutches"
},
{
"headerName": "Therapeutic Exercise"
"refValue": "Knee Rehab"
},
...
]
},
...
]