The data returned about your internal articles when you list them.
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 }