GET
/
knowledge-base
curl --request GET \
  --url https://api.wapikit.com/api/knowledge-base
{
  "items": [
    {
      "uniqueId": "<string>",
      "title": "<string>",
      "content": "<string>",
      "url": "<string>",
      "type": "Document",
      "status": "Created",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "paginationMeta": {
    "page": 123,
    "per_page": 123,
    "total": 123
  }
}

Response

200
application/json

Knowledge base items fetched successfully

The response is of type object.