Skip to main content
GET
/
knowledge
/
{knowledgeId}
Get knowledge base document
curl --request GET \
  --url https://app.getaptly.com/api/portal/knowledge/{knowledgeId}
{
  "_id": "<string>",
  "title": "<string>",
  "slug": "<string>",
  "content": "<string>",
  "contentType": "html",
  "category": "<string>",
  "tags": [
    "<string>"
  ],
  "publishedAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

knowledgeId
string
required

Response

Knowledge document

_id
string
title
string
slug
string
content
string
contentType
enum<string>
Available options:
html,
markdown
category
string
tags
string[]
publishedAt
string<date-time>
updatedAt
string<date-time>