Skip to content

Get collection catalog

Request

Get collection catalog, including all categories and articles

Security
ApiKeyAuth(Required scopes: knowledge.collections:r)
Path
collectionIdstring, (uuid)required
Query
languagestring

Language in which the article translations will be returned. If not provided, the default language will be used.

GET
/beta/knowledge/collections/{collectionId}/catalog
curl -i -X GET \
  'https://dev.dixa.io/beta/knowledge/collections/{collectionId}/catalog?language=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The knowledge collection catalog

Bodyapplication/json
dataobject(CollectionCatalogItem)required
Response
{ "data": { "categories": [], "articles": [] } }