# Knowledge

 - [GET /beta/knowledge/collections/{collectionId}](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/getknowledgecollectionscollectionid.md): Get a knowledge collection by id
 - [GET /beta/knowledge/collections/{collectionId}/catalog](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/getknowledgecollectionscollectionidcatalog.md): Get collection catalog, including all categories and articles
 - [GET /beta/knowledge/categories/{categoryId}](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/getknowledgecategoriescategoryid.md): Get a knowledge category by id
 - [GET /beta/knowledge/categories/{categoryId}/translations](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/getknowledgecategoriescategoryidtranslations.md): Get the knowledge category translations
 - [GET /beta/knowledge/articles/{articleId}](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/getknowledgearticlesarticleid.md): Get a knowledge article by id
 - [DELETE /beta/knowledge/articles/{articleId}](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/deleteknowledgearticlesarticleid.md): Delete a knowledge article
 - [PATCH /beta/knowledge/articles/{articleId}](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/patchknowledgearticlesarticleid.md): Update a knowledge article
 - [GET /beta/knowledge/articles/{articleId}/translations](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/getknowledgearticlesarticleidtranslations.md): Get a knowledge article translations
 - [PATCH /beta/knowledge/articles/{articleId}/translations](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/patchknowledgearticlesarticleidtranslations.md): Update translations for a knowledge article. Supports partial success.
 - [POST /beta/knowledge/articles](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/postknowledgearticles.md): Create a knowledge article
 - [POST /beta/knowledge/articles/{articleId}/translations/{languageId}/publish](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/postknowledgearticlesarticleidtranslationslanguageidpublish.md): Publish a specific translation for search
 - [POST /beta/knowledge/articles/{articleId}/translations/{languageId}/unpublish](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/postknowledgearticlesarticleidtranslationslanguageidunpublish.md): Mark a specific translation as unpublished
 - [DELETE /beta/knowledge/articles/{articleId}/translations/{languageId}](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/deleteknowledgearticlesarticleidtranslationslanguageid.md): Delete all versions of a knowledge article translation
 - [POST /beta/knowledge/articles/{articleId}/publish](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/postknowledgearticlesarticleidpublish.md): Publish a new version of all translations for a knowledge article
 - [POST /beta/knowledge/articles/{articleId}/unpublish](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/postknowledgearticlesarticleidunpublish.md): Remove all translations of a knowledge article from search
 - [PATCH /beta/knowledge/articles/{articleId}/parent/{parentId}](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/patchknowledgearticlesarticleidparentparentid.md): Move a knowledge article to a new parent
 - [DELETE /beta/knowledge/articles/{articleId}/parent](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/deleteknowledgearticlesarticleidparent.md): Remove a parent from a knowledge article
 - [GET /beta/knowledge/collections](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/getknowledgecollections.md): Paginated list knowledge collections
 - [POST /beta/knowledge/articles/attachments](https://docs.dixa.io/openapi/dixa-api/beta/knowledge/postknowledgearticlesattachments.md): Upload one or more image files to be used as attachments in knowledge articles. Supported formats: image/png, image/jpeg, image/gif, image/webp. Maximum 5 files per request, 4 MB per file, with a tota
