Knowledge base

Get article

GET
/api/public/v3/knowledge_base/articles/{id}

Path Parameters

id*integer

Response Body

application/json

application/json

curl -X GET "https://example.com/api/public/v3/knowledge_base/articles/0"
{  "data": {    "id": 0,    "title": "string",    "body": {      "type": "string",      "content": [        {          "type": "string",          "content": [            {              "text": "string",              "type": "string"            }          ]        }      ]    },    "body_html": null,    "editor_version": 0,    "position": 0,    "created_by": null,    "category": {      "id": 0,      "name": "string",      "parent_id": null    },    "created_at": "string",    "updated_at": "string"  }}