Knowledge base
Get a article
Retrieve information about a specific article.
get/knowledge_base/articles/{article_id}
Response
OK
Example response
{
"data": {
"created_by": {
"id": 100,
"first_name": "John",
"last_name": "Doe",
"email": "test@example.com"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.