Skip to content

Dixa API (beta)

Download OpenAPI description
Languages
Servers
Mock server
https://docs.dixa.io/_mock/openapi/dixa-api/beta
https://dev.dixa.io

Analytics

Operations

Agents

Operations

End Users

Operations

Chatbots

Operations

Anonymization

Operations

Custom Attributes

Operations

Teams

Operations

Conversations

Operations

Messages

Operations

Internal Notes

Operations

Ratings

Operations

Tags

Operations

Queues

Operations

Contact Endpoints

Operations

Webhooks

Operations

Templates

Operations

Business Hours

Operations

Knowledge

Operations

Move article

Request

Move a knowledge article to a new parent

Security
ApiKeyAuth
Path
articleIdstring(uuid)required
parentIdstring(uuid)required
curl -i -X PATCH \
  'https://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/knowledge/articles/{articleId}/parent/{parentId}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Response
No content

Remove article parent

Request

Remove a parent from a knowledge article

Security
ApiKeyAuth
Path
articleIdstring(uuid)required
curl -i -X DELETE \
  'https://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/knowledge/articles/{articleId}/parent' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Response
No content

List collections

Request

Paginated list knowledge collections

Security
ApiKeyAuth
Query
pageLimitinteger(int32)

Maximum number of results per page. May be used in combination with pageKey to change the number of results in between page requests.

pageKeystring

Base64 encoded form of pagination query parameters. Do not try to construct or change programmatically as the internal structure may change without notice.

curl -i -X GET \
  'https://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/knowledge/collections?pageLimit=0&pageKey=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

A list of knowledge collections

Bodyapplication/json
dataArray of objects(Collection)
Response
application/json
{ "data": [ {} ] }

Organization

Operations