- Article
The Articles API is a central place to gather all information and take actions on your articles. Articles can live within collections and sections, or alternatively they can stand alone.
The title of the article. For multilingual articles, this will be the title of the default language's content.
The description of the article. For multilingual articles, this will be the description of the default language's content.
The body of the article in HTML. For multilingual articles, this will be the body of the default language's content.
The body of the article in markdown. For multilingual articles, this will be the body of the default language's content.
Whether the article is published or is a draft. For multilingual articles, this will be the state of the default language's content.
The time when the article was created. For multilingual articles, this will be the timestamp of creation of the default language's content in seconds.
The time when the article was last updated. For multilingual articles, this will be the timestamp of last update of the default language's content in seconds.
Whether the published article has unpublished changes staged as a draft on top of its live content. Only returned on the Preview API version. For multilingual articles this reflects the default language's content; a pure draft (never published) reports false.
The time, in seconds, when the staged draft was last edited, or null when there is no staged draft. Only returned on the Preview API version.
The URL of the article. For multilingual articles, this will be the URL of the default language's content.
The ids of the article's parent collections or sections. An article without this field stands alone.
[ 18, 19 ]
The default locale of the help center. This field is only returned for multilingual help centers.
The Translated Content of an Article. The keys are the locale codes and the values are the translated content of the article.
The ID of the folder this article belongs to, or null if not in a folder.
Whether the article is available for AI Chatbot. For multilingual articles, this will be the value of the default language's content.
Whether the article is available for AI Copilot. For multilingual articles, this will be the value of the default language's content.
Whether the article is available for AI Sales Agent. For multilingual articles, this will be the value of the default language's content.
The ID of the teammate who created the article. For multilingual articles, this will be the creator of the default language's content.
The ID of the teammate who last updated the article. For multilingual articles, this will be the last editor of the default language's content.
Whether the article is excluded from Fin AI Agent article suggestions.
The audience that can view this article in the Help Center. everyone means all users and visitors can view it; restricted indicates a custom audience ruleset. For multilingual articles, this is the article-level audience.
The Unix timestamp (in seconds) at which the article is scheduled to be published. null when no publish is scheduled. Mutually exclusive with scheduled_unpublish_at — at most one pending schedule exists per article.
The Unix timestamp (in seconds) at which the article is scheduled to be unpublished. null when no unpublish is scheduled. Mutually exclusive with scheduled_publish_at — at most one pending schedule exists per article.
The statistics of an article.
{ "statistics": { "type": "article_statistics", "views": 10, "conversions": 0, "reactions": 10, "happy_reaction_percentage": 40, "neutral_reaction_percentage": 40, "sad_reaction_percentage": 20, "fin_involvements": 10, "fin_resolutions": 8, "fin_resolution_rate": 80 }, "type": "article", "id": "6871119", "workspace_id": "hfi1bx4l", "title": "Default language title", "description": "Default language description", "body": "Default language body in html", "body_markdown": "# Default language title\n\nDefault language body in markdown\n", "author_id": "5017691", "state": "published", "created_at": 1672928359, "updated_at": 1672928610, "has_unpublished_changes": false, "draft_updated_at": 1672928610, "url": "http://intercom.test/help/en/articles/3-default-language", "parent_ids": [ 18, 19 ], "default_locale": "en", "translated_content": { "type": "article_translated_content", "ar": { … }, "bg": { … }, "bs": { … }, "ca": { … }, "cs": { … }, "da": { … }, "de": { … }, "el": { … }, "en": { … }, "es": { … }, "et": { … }, "fi": { … }, "fr": { … }, "he": { … }, "hr": { … }, "hu": { … }, "id": { … }, "it": { … }, "ja": { … }, "ko": { … }, "lt": { … }, "lv": { … }, "mn": { … }, "nb": { … }, "nl": { … }, "pl": { … }, "pt": { … }, "ro": { … }, "ru": { … }, "sl": { … }, "sr": { … }, "sv": { … }, "tr": { … }, "vi": { … }, "pt-BR": { … }, "zh-CN": { … }, "zh-TW": { … } }, "tags": { "type": "tag.list", "tags": [ … ] }, "folder_id": 6, "ai_chatbot_availability": true, "ai_copilot_availability": true, "ai_sales_agent_availability": true, "created_by_id": 5017691, "updated_by_id": 5017691, "exclude_from_article_suggestions": false, "help_center_audience": "everyone", "scheduled_publish_at": 1769443200, "scheduled_unpublish_at": 1769443200 }