Home//
REST API Reference
/- Internal Article
List all articles
Create an article
Retrieve an article
Update an article
Delete an article
Retrieve an article draft
Stage an article draft
Publish an article draft
Add a tag to an article
Remove a tag from an article
List article versions
Retrieve an article version
Search for articles
Article
Articles
Article Search Highlights
Article Search Response
Article Version
Article Version Summary
Internal Article
The type of object - internal_article.
Default:"internal_article"
Value:"internal_article"
Example:"internal_article"
The body of the article in markdown.
Example:"# Internal Guide\n\nBody of the article in markdown\n"
The list of audience IDs this internal article is targeted to for Fin AI Agent. Empty array means no audience targeting is set.
Example:
[ 1, 2 ]
Whether the internal article is available for AI Chatbot (Fin).
Example:true
{ "type": "internal_article", "id": "6871119", "title": "string", "body": "Default language body in html", "body_markdown": "# Internal Guide\n\nBody of the article in markdown\n", "owner_id": "5017691", "author_id": "5017691", "created_at": 1672928359, "updated_at": 1672928610, "locale": "string", "audience_ids": [ 1, 2 ], "ai_chatbot_availability": true, "ai_copilot_availability": true, "ai_sales_agent_availability": true }