List category groups in template

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: https://app.banyanboard.com/api/templates/<my_template_uuid>/template_category_groups/

Results:
Info
{
  "count": 2,
  "next": null,
  "previous": null,
  "results": [
    {
      "alias": "",
      "category_group_name": "Sample Category Group 1",
      "category_group_uuid": "a1b2c3d4-e5f6-4a7b-9c8d-1e2f3a4b5c6d",
      "date_created": "2026-03-20T10:15:30.000000Z",
      "fill_color": "",
      "is_lead_time_manual": false,
      "is_visible": true,
      "lag_time": "5.000",
      "lead_time": "5.000",
      "linked_panel": null,
      "shortcut_key": "",
      "stroke_color": "",
      "stroke_width": "0.00",
      "template_name": "Sample Template",
      "template_uuid": "t1u2v3w4-x5y6-4z7a-9b8c-1d2e3f4g5h6i",
      "url": "",
      "uuid": "c1d2e3f4-a5b6-4c7d-9e8f-1a2b3c4d5e6f"
    },
    {
      "alias": "",
      "category_group_name": "Sample Category Group 2",
      "category_group_uuid": "b2c3d4e5-f6a7-4b8c-9d0e-2f3a4b5c6d7e",
      "date_created": "2026-03-21T08:30:00.000000Z",
      "fill_color": "",
      "is_lead_time_manual": false,
      "is_visible": true,
      "lag_time": "5.000",
      "lead_time": "5.000",
      "linked_panel": null,
      "shortcut_key": "",
      "stroke_color": "",
      "stroke_width": "0.00",
      "template_name": "Sample Template",
      "template_uuid": "t1u2v3w4-x5y6-4z7a-9b8c-1d2e3f4g5h6i",
      "url": "",
      "uuid": "d2e3f4a5-b6c7-4d8e-9f0a-2b3c4d5e6f7g"
    }
  ]
}

    • Related Articles

    • 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 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: ...
    • List annotation groups

      In this article, you will learn how to list all annotation groups in a single file. List annotation groups Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/assets/<my_file_uuid>/annotation_groups/ ...
    • 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 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/ ...