Skip to content

Article Content

The Content of an Article.

typestring or null

The type of object - article_content .

Enum:null"article_content"
Example:"article_content"
titlestring

The title of the article.

Example:"How to create a new article"
descriptionstring

The description of the article.

Example:"This article will show you how to create a new article."
bodystring

The body of the article.

Example:"This is the body of the article."
author_idinteger

The ID of the author of the article.

Example:"5017691"
statestring

Whether the article is published or is a draft .

Enum:"published""draft"
Example:"draft"
created_atinteger, (date-time)

The time when the article was created (seconds).

Example:1663597223
updated_atinteger, (date-time)

The time when the article was last updated (seconds).

Example:1663597260
urlstring

The URL of the article.

Example:"http://intercom.test/help/en/articles/3-default-language"
{ "type": "article_content", "title": "How to create a new article", "description": "This article will show you how to create a new article.", "body": "This is the body of the article.", "author_id": "5017691", "state": "draft", "created_at": 1663597223, "updated_at": 1663597260, "url": "http://intercom.test/help/en/articles/3-default-language" }