v1

latestOpenAPI 3.0.02026-07-24900287.5 KB
Annotations

Get an Athlete Annotation

This API will return an annotation for the provided athlete id and annotation id.

get/athletes/{athlete_id}/annotations/{annotation_athlete_id}

Path parameters

athlete_idstring required

Athlete Id

annotation_athlete_idstring required

Annotation Athlete Id

Response

Athlete Annotation Object

idstring
athlete_idstring
created_atstring
modified_atstring

Example response

{
  "created_at": "2023-10-31 23:59:59",
  "modified_at": "2023-10-31 23:59:59",
  "annotation": {
    "created_at": "2023-10-31 23:59:59",
    "modified_at": "2023-10-31 23:59:59",
    "annotation_category": {
      "name": "Kick",
      "import_name": "play_type_kick",
      "start_offset": 15,
      "end_offset": 2,
      "default_color": "#A55F7B",
      "is_bakeable": 1,
      "created_at": "2023-10-31 23:59:59",
      "modified_at": "2023-10-31 23:59:59",
      "is_editable": 1
    },
    "annotation_metadata": [
      {
        "created_at": "2023-10-31 23:59:59",
        "modified_at": "2023-10-31 23:59:59"
      }
    ],
    "athlete_ids": [
      "4d1d947a-d795-4a24-85ed-919690c48283"
    ]
  }
}