List statuses in organization

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:
Info
{
  "count": 2,
  "next": null,
  "previous": null,
  "results": [
    {
      "name": "Semi Final",
      "allowed_transitions": {
        "predecessors": [],
        "transitions": [
          null
        ]
      },
      "uuid": "a1b2c3d4-e5f6-4a7b-9c8d-1e2f3a4b5c6d"
    },
    {
      "name": "Final",
      "allowed_transitions": {
        "predecessors": [],
        "transitions": [
          null
        ]
      },
      "uuid": "b2c3d4e5-f6a7-4b8c-9d0e-2f3a4b5c6d7e"
    }
  ]
}

    • Related Articles

    • 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: { ...
    • 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": [ { ...
    • 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 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/ ...