Retrieve Knowledge Base Category Collection

CUSTOM-ENDPOINT

GET https://api.speakap.io/networks/:eid/knowledge-base/categories/

CUSTOM-REQUEST

  • URI: /networks/{networkEID}/knowledge-base/categories/
  • Method: GET
  • Accept: application/vnd.speakap.api-v2025.0.5+json+hal
  • Authentication: OAuth 2.0

Parameters

NameTypeDescription
networkEIDEIDNetwork EID

Filters

NameTypeDescription
parentKnowledgeBaseCategoryEIDEIDFilters all children categories for a specific category.
limitintThe limit of returned categories
offsetintThe current page for pagination
embedstringAll the categories embedded in the response.

Response

StatusData
200Returns a collection of Categories resource
400Bad request: returns an Error object
401Unauthorized: returns an Error object
403Forbidden: returns an Error object