Dixa API//
- Get category
Get collection
Get collection catalog
Get category translations
Get article
Delete article
Update article
Get article translations
Update article translations
Create article
Publish translation
Unpublish translation
Delete article translation
Publish article
Unpublish article
Move article
Remove article parent
List collections
Upload article attachments
Get category
Get a knowledge category by id
Security
ApiKeyAuth(Required scopes: knowledge.content:r)
GET
curl -i -X GET \
'https://dev.dixa.io/beta/knowledge/categories/{categoryId}?language=string' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": { "id": "123e4567-e89b-12d3-a456-426614174000", "title": { … }, "isDefaultLocation": true, "isLocked": false, "restrictions": { … }, "parentCategory": "222e4567-e89b-12d3-a456-426614174111", "parentCollections": [ … ] } }