Retrieve an Article
Introduction
Allows retrieving a draft or published Article.Usage
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UID of the Article
Response
Article show
The UID of the Equipment
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")
The user who created the article. Pass ?expand[]=field_name for full object.
DEPRECATED: Use author instead. UID of the User who created the article
DEPRECATED: Use body_markdown instead.
Content of the article, rendered as markdown
The category of this article. Pass ?expand[]=field_name for full object.
DEPRECATED: Use category instead.
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")
URL that the article redirects to
The user who last edited the article. Pass ?expand[]=field_name for full object.
DEPRECATED: Use last_editor instead. UID of the User who last edited the article
Indicates if the Article is published
confluence, external, external_links, guru, notion, siit, slab, slack datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")

