v1
latestOpenAPI 3.0.02026-07-24900287.5 KBTeams
Get all Athletes For a Team
This API retrieves the list of athletes for a provided team id.
get/teams/{id}/athletes
Path parameters
idstring required
Team Id
Response
List of Athletes in a Team
Example response
[
{
"created_at": "2023-10-31 23:59:59",
"modified_at": "2023-10-31 23:59:59",
"device_info": {
"device_id": 12345,
"activity_dictionaries": [
{
"device_id": 12345,
"created_at": "2023-10-31 23:59:59",
"modified_at": "2023-10-31 23:59:59",
"synced_at": "2023-10-31 23:59:59"
}
]
}
}
]