Skip to content

Get collection catalog

Request

Get collection catalog, including all categories and articles

Security
ApiKeyAuth
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
/v1/knowledge/collections/{collectionId}/catalog
curl -i -X GET \
  'https://dev.dixa.io/v1/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": [] } }