Rank One Partner API Version 1.0
You are currently viewing 'Get Injury File List ' page
Usage
GET /Athlete/InjuryFileList/:DistrictID/:InjuryID
Content-Type
application/json
Description
Returns injury file 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/InjuryFileList/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:
[
{
"injuryFileGuid": "0cf55247-2d04-4e5f-9d90-a830a8dde757",
"fileName": "file1.jpg",
"mimeType": "image/jpeg"
"fileType": (See File Types)
},
{
"injuryFileGuid": "dc0fde70-6d2b-4b07-9320-84a5f5727196",
"fileName": "file2.pdf",
"mimeType": "application/pdf"
"fileType": (See File Types)
},
...
]