Create an article
POST/v2/help_center/articles
Creates a new article in your organization’s help center.
Request Body
Required attributes:
title- The title of the article
Optional attributes:
description- A brief description of the articlebody- The HTML content of the article (supports external image URLs and base64 data URIs)formatter- Content formatter: “default” or “ai” (AI converts markdown/html to Featurebase format)parentId- The ID of the parent collection. When provided, the article is created in the Help Center that owns the collectionhelpCenterId- The ID of the Help Center to create the article in. Use this for root-level articles in a non-default Help Centericon- Icon object with type and valuestate- “live” or “draft” (defaults to “draft”)translations- Dictionary of translations keyed by locale
Help Center Placement
If parentId is provided, the parent collection determines the target Help Center. If both parentId and helpCenterId are provided, the parent collection must belong to the requested Help Center. If neither is provided, the article is created in the organization’s active Help Center.
Response
Returns the created article object with:
id- Unique identifiertitle- Article titledescription- Article descriptionbody- Article content (HTML)slug- URL slugicon- Article icon (emoji or custom)parentId- Parent collection IDhelpCenterId- ID of the help center this article belongs toorganization- Organization IDstate- Article state (live or draft)author- Author information (name, authorId, avatarUrl)translations- Translations for different localescreatedAt- ISO 8601 timestamp when createdupdatedAt- ISO 8601 timestamp when last updated
Body ParametersJSON
body: optional string
HTML (or markdown) content of the article. HTML supports Featurebase custom blocks (callouts, multi-code, accordions, columns, file/image/video, iframes) — see the Content Components guide. External image URLs and base64 data URIs are uploaded to our storage automatically.
Create an article
curl https://do.featurebase.app/v2/help_center/articles \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $FEATUREBASE_API_KEY" \
-d '{
"title": "Getting Started Guide",
"body": "<p>Welcome to our getting started guide.</p>",
"description": "Learn how to get started with our platform",
"formatter": "default",
"helpCenterId": "h7l3snparrtl08hn",
"parentId": "6474684",
"state": "draft"
}'{
"id": "1234567",
"availableLocales": [
"en",
"de"
],
"createdAt": "2024-10-18T12:33:09.099Z",
"helpCenterId": "j7c5g8ah3ewxp4lo",
"locale": "en",
"object": "article",
"organization": "6595518396205e06b897ad65",
"state": "live",
"updatedAt": "2024-10-18T13:03:25.921Z",
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"defaultLocale": "en",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"icon": {
"type": "emoji",
"value": "📖"
},
"isDraftDiffersFromLive": false,
"isPublished": true,
"liveUpdatedAt": "2024-10-18T13:03:25.921Z",
"order": 1,
"parentId": "6474684",
"path": "/getting-started",
"publishedLocales": [
"en"
],
"slug": "1234567-getting-started-guide",
"surveyId": "6743752ca81ae59d25cf834b",
"title": "Getting Started Guide",
"translationCreatedAt": "2024-10-18T12:33:09.099Z",
"translations": {
"id": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"bg": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"bn": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"bs": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ca": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"cs": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"da": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"de": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"el": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"en": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"es": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"et": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"fi": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"fr": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"hi": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"hr": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"hu": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"it": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ja": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ko": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"lt": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"lv": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"mn": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ms": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"nb": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"nl": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"pl": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"pt": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"pt-BR": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ro": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ru": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"sk": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"sl": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"sr": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"sv": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"sw": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"th": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"tr": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"uk": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"vi": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"zh-CN": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"zh-TW": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
}
},
"translationUpdatedAt": "2024-10-19T14:22:15.123Z",
"visibleBy": [
"everyone"
]
}Returns Examples
{
"id": "1234567",
"availableLocales": [
"en",
"de"
],
"createdAt": "2024-10-18T12:33:09.099Z",
"helpCenterId": "j7c5g8ah3ewxp4lo",
"locale": "en",
"object": "article",
"organization": "6595518396205e06b897ad65",
"state": "live",
"updatedAt": "2024-10-18T13:03:25.921Z",
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"defaultLocale": "en",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"icon": {
"type": "emoji",
"value": "📖"
},
"isDraftDiffersFromLive": false,
"isPublished": true,
"liveUpdatedAt": "2024-10-18T13:03:25.921Z",
"order": 1,
"parentId": "6474684",
"path": "/getting-started",
"publishedLocales": [
"en"
],
"slug": "1234567-getting-started-guide",
"surveyId": "6743752ca81ae59d25cf834b",
"title": "Getting Started Guide",
"translationCreatedAt": "2024-10-18T12:33:09.099Z",
"translations": {
"id": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"bg": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"bn": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"bs": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ca": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"cs": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"da": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"de": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"el": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"en": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"es": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"et": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"fi": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"fr": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"hi": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"hr": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"hu": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"it": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ja": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ko": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"lt": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"lv": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"mn": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ms": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"nb": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"nl": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"pl": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"pt": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"pt-BR": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ro": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"ru": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"sk": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"sl": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"sr": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"sv": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"sw": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"th": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"tr": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"uk": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"vi": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"zh-CN": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
},
"zh-TW": {
"author": {
"authorId": "507f1f77bcf86cd799439011",
"name": "John Doe",
"avatarUrl": null
},
"body": "<p>Welcome to our guide.</p>",
"createdAt": "2024-10-18T12:33:09.099Z",
"description": "Learn how to get started",
"externalUrl": "https://help.yourdomain.com/en/articles/1234567-getting-started-guide",
"featurebaseUrl": "https://yourorg.fbasedev.com/en/help/articles/1234567-getting-started-guide",
"slug": "1234567-getting-started-guide",
"title": "Getting Started Guide",
"updatedAt": "2024-10-19T14:22:15.123Z"
}
},
"translationUpdatedAt": "2024-10-19T14:22:15.123Z",
"visibleBy": [
"everyone"
]
}