knowledgeBaseArticle
Retrieves the contents of a single knowledge base article.
Arguments
| Argument | Type | Description |
|---|---|---|
| id (required) | String! | The knowledge base article ID. |
Returns
Sample
{
"data": {
"knowledgeBaseArticle": {
"articleNumber": "example-string",
"author": "example-string",
"createdDate": "2024-01-01T00:00:00.000Z",
"description": "example-string",
"id": "example-string",
"lastModified": "2024-01-01T00:00:00.000Z",
"cause": [
{
"index": 0,
"parentIndex": 0,
"tag": "example-string",
"text": "example-string"
}
],
"environment": [
{
"index": 0,
"parentIndex": 0,
"tag": "example-string",
"text": "example-string"
}
]
}
}
}