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
Text content of the article
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
slack, external, confluence, siit, guru, external_links, notion, slab datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")

