Get a knowledge collection by id
Security
ApiKeyAuth(Required scopes: knowledge.collections:r)
GET
curl -i -X GET \
'https://dev.dixa.io/beta/knowledge/collections/{collectionId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": { "id": "78dfb531-2e1e-4ffc-bd18-fdad68cd2419", "title": "Test Collection", "description": "This is a test collection", "internalKbEnabled": true, "restrictions": { … } } }