# Knowledge

## Get collection

 - [GET /v1/knowledge/collections/{collectionId}](https://docs.dixa.io/openapi/dixa-api/v1/knowledge/getknowledgecollectionscollectionid.md): Get a knowledge collection by id

## Get collection catalog

 - [GET /v1/knowledge/collections/{collectionId}/catalog](https://docs.dixa.io/openapi/dixa-api/v1/knowledge/getknowledgecollectionscollectionidcatalog.md): Get collection catalog, including all categories and articles

## Get category

 - [GET /v1/knowledge/categories/{categoryId}](https://docs.dixa.io/openapi/dixa-api/v1/knowledge/getknowledgecategoriescategoryid.md): Get a knowledge category by id

## Get category translations

 - [GET /v1/knowledge/categories/{categoryId}/translations](https://docs.dixa.io/openapi/dixa-api/v1/knowledge/getknowledgecategoriescategoryidtranslations.md): Get the knowledge category translations

## Get article

 - [GET /v1/knowledge/articles/{articleId}](https://docs.dixa.io/openapi/dixa-api/v1/knowledge/getknowledgearticlesarticleid.md): Get a knowledge article by id

## Get article translations

 - [GET /v1/knowledge/articles/{articleId}/translations](https://docs.dixa.io/openapi/dixa-api/v1/knowledge/getknowledgearticlesarticleidtranslations.md): Get a knowledge article translations

## List collections

 - [GET /v1/knowledge/collections](https://docs.dixa.io/openapi/dixa-api/v1/knowledge/getknowledgecollections.md): Paginated list knowledge collections

