Skip to content

Get collection

Request

Get a knowledge collection by id

Security
ApiKeyAuth(Required scopes: knowledge.collections:r)
Path
collectionIdstring, (uuid)required
GET
/beta/knowledge/collections/{collectionId}
curl -i -X GET \
  'https://dev.dixa.io/beta/knowledge/collections/{collectionId}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The knowledge collection

Bodyapplication/json
dataobject(Collection)required
Response
{ "data": { "id": "78dfb531-2e1e-4ffc-bd18-fdad68cd2419", "title": "Test Collection", "description": "This is a test collection", "internalKbEnabled": true, "restrictions": {} } }