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: https://app.banyanboard.com/api/orgs/<my_org_uuid>/category_members/
Results:
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"author": "user_12345",
"author_nickname": "sample_user_1",
"date_created": "2026-03-20T10:15:30.000000Z",
"date_edited": null,
"description": "",
"name": "Sample Category Member 1",
"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 Category Member 2",
"uuid": "b2c3d4e5-f6a7-4b8c-9d0e-2f3a4b5c6d7e"
}
]
}
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 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 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: { ...