List of knowledge bases

This method will provide you with a complete list of all knowledge bases which are defined within your account.

URL

/api/v2/knowledge/list

Access

Only account tokens are permitted to access this method.

Supported Parameters

There are no parameters for this method

Example JSON

[
  {
    "id": 1,
    "name": "Codebase Documentation",
    "format": "markdown",
    "all_teams": true
  },
  {
    "id": 2,
    "name": "Dial 9 Documentation",
    "format": "markdown",
    "all_teams": false,
    "teams": [
      {
        "id": 6,
        "name": "Management"
      }
    ]
  }
]

Proudly powered by Katapult. Running on 100% renewable energy.