List category members in template
In this article, you will learn how to list category members in template.
List category members in template
Request Type: GET
Header: Authorization: ApiKey <my_api_token>
URL: https://app.banyanboard.com/api/templates/<my_template_uuid>/template_category_group_category_members/
Results:
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"alias": "",
"category_member_name": "Sample Member 1",
"category_member_uuid": "a1b2c3d4-e5f6-4a7b-9c8d-1e2f3a4b5c6d",
"date_created": "2026-03-20T10:15:30.000000Z",
"fill_color": "",
"is_visible": true,
"lag_time": "5.000",
"lead_time": "5.000",
"linked_panel": null,
"shortcut_key": "",
"stroke_color": "",
"stroke_width": "0.00",
"url": "",
"uuid": "c1d2e3f4-a5b6-4c7d-9e8f-1a2b3c4d5e6f"
},
{
"alias": "",
"category_member_name": "Sample Member 2",
"category_member_uuid": "b2c3d4e5-f6a7-4b8c-9d0e-2f3a4b5c6d7e",
"date_created": "2026-03-21T08:30:00.000000Z",
"fill_color": "",
"is_visible": true,
"lag_time": "5.000",
"lead_time": "5.000",
"linked_panel": null,
"shortcut_key": "",
"stroke_color": "",
"stroke_width": "0.00",
"url": "",
"uuid": "d2e3f4a5-b6c7-4d8e-9f0a-2b3c4d5e6f7g"
}
]
}
Related Articles
List category members in organization
In this article, you will learn how to list category members in organization. List category members in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: ...
List category groups in template
In this article, you will learn how to list category groups in template. List category groups in template Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: ...
List category groups in organization
In this article, you will learn how to list category groups in organization. List category groups in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/category_groups/ ...
List events in asset (file)
In this article, you will learn how to list all events in an asset. Live events in asset Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/assets/<my_file_uuid>/templates/<my_template_2_uuid>/events/ ...
Reload by selecting template, folder and file
In this article, you will learn how to reload the video dashboard by selecting a template, folder and file. Before you begin To learn how to access video dashboard in SPAN sports performance analysis platform, refer to this article. Reload video ...