Skip to main content

Fields

archivedAt : DateTime

When the Article was archived, if it has been archived.

articleId : Int! required

The ID of the Article in the Knowledge Database.

articleType : ArticleType! required

The type of the Article.

audience : ArticleAudience! required

Whether the Article is for internal or external consumption.

The brands associated with the Article.

createdAt : DateTime! required

When the Article was initially loaded into the Knowledge Database.

lastRefreshedAt : DateTime! required

When the Article was last refreshed in the Knowledge Database from its original source.

status : ArticleStatus! required

Whether the Article is active or archived.

tags : [String!]! required

Any metadata tags attached to the Article.

text : String

The body of the Article.

title : String! required

The title of the Article.

url : String

Link to the Article's original source address.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "archivedAt": "1998-10-24T00:48:10.324259+00:00", "articleId": 31971213, "articleType": "COMPANY_BLOG", "audience": "INTERNAL", "brands": [KnowledgeDatabaseArticleBrand], "createdAt": "1999-07-09T23:54:19.974001+00:00", "lastRefreshedAt": "1992-04-14T07:14:16.626929+00:00", "status": "ACTIVE", "tags": "majority-ahead-analysis-reflect-work", "text": "or-hour-color-maybe-word", "title": "side-much-team-discussion-message", "url": "weight-official-learn-especially-nature" }