Retrieve an article
Fetch a specific article by its unique identifier.
If the article has not been created because the associated submission was not approved, a 404 status will be returned.
Path Parameters
The unique identifier for the article to be retrieved.
Response
An article stored within the Knowledge Base.
Specific instructions to ensure responses are relevant and address exceptions.
The refined content of the article, resulting from the cleanup process.
The current version label of the article. This field is null if the initial submission is still pending review.
The current deployment status of the article.
NONE
, DRAFT
, SANDBOX
, PRODUCTION
, SANDBOX_AND_PRODUCTION
The unique identifier for the article.
Additional key-value pairs related to the article.
The original content of the article prior to the cleanup process.
The original title of the article prior to the cleanup process.
The unique identifier for the submission currently under review for this article. This field is null if there are no pending submissions.
Examples of customer questions related to the article. Defaults to an empty array if not provided.
The refined title of the article, resulting from the cleanup process.
The timestamp indicating when the article was last updated. This field is null if the initial submission is still pending review.
The email address of the user who last updated the article. This field is null if the initial submission is still pending review.
The reference URL of the article. Defaults to null if not provided.
Was this page helpful?