v1
latestOpenAPI 3.0.02026-07-24900287.5 KBAnnotations
Get an Annotation Category by Id or name
This API will return the annotation category requested by Id or Name
get/annotation_categories/{idOrName}
Path parameters
idOrNamestring required
Annotation Id or Name
Response
Annotation category
Example response
[
{
"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
}
]