List templates in organization
In this article, you will learn how to list templates in organization.
List templates in organization
Request Type: GET
Header: Authorization: ApiKey <my_api_token>
URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/templates/
Results:
{
"results": [
{
"author": "user_12345",
"author_nickname": "sample_user_1",
"date_created": "2026-03-20T10:15:30.000000Z",
"date_edited": "2026-03-22T12:00:00.000000Z",
"description": "",
"name": "Sample Template 1",
"rules": [],
"uuid": "a1b2c3d4-e5f6-4a7b-9c8d-1e2f3a4b5c6d"
},
{
"author": "user_67890",
"author_nickname": "sample_user_2",
"date_created": "2026-03-21T08:30:00.000000Z",
"date_edited": null,
"description": "",
"name": "Sample Template 2",
"rules": [],
"uuid": "b2c3d4e5-f6a7-4b8c-9d0e-2f3a4b5c6d7e"
}
]
}
Related Articles
Creating tag templates
In this article, you will learn how to setup and manage a tag template for video tagging in SPAN sports performance analysis platform. This article will cover the following steps for creating and configuring new tag templates: 1. Creating a new ...
Adding an existing user into an organization
In this article, you will learn how to add an existing user into an organization in SPAN sports performance analysis platform. Before you begin If users don't have existing SPAN account, they can sign up for a new account administered by SPAN or link ...
List statuses in organization
In this article, you will learn how to list statuses in organization. List statuses in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/statuses/ Results: { "count": ...
List folders in organization
In this article, you will learn how to list folders in an organization. List folders in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/folders/ Results: { "count": ...
List assets in organization
In this article, you will learn how to list assets in organization. List assets in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/assets/ Results: { "results": [ { ...