Skip to content
Dashboard

Articles

Help centers allow organizations to create and manage knowledge bases with articles and collections. Currently, Featurebase supports one help center per organization.

List articles
GET/v2/help_center/articles
Create an article
POST/v2/help_center/articles
Get an article by ID
GET/v2/help_center/articles/{id}
Update an article
PATCH/v2/help_center/articles/{id}
Delete an article
DELETE/v2/help_center/articles/{id}
Edit an article body (find/replace)
POST/v2/help_center/articles/{id}/edit_body
Search articles
POST/v2/help_center/articles/search
ModelsExpand Collapse
Article object { id, availableLocales, createdAt, 27 more }
id: string

Article unique identifier

availableLocales: array of "bn" or "bs" or "pt-BR" or 39 more

Available locales

One of the following:
"bn"
"bs"
"pt-BR"
"bg"
"ca"
"hr"
"cs"
"da"
"nl"
"en"
"et"
"fi"
"fr"
"de"
"el"
"hi"
"hu"
"id"
"it"
"ja"
"ko"
"lv"
"lt"
"ms"
"mn"
"nb"
"pl"
"pt"
"ro"
"ru"
"sr"
"zh-CN"
"sk"
"sl"
"es"
"sw"
"sv"
"th"
"zh-TW"
"tr"
"uk"
"vi"
createdAt: string

ISO 8601 timestamp when created

helpCenterId: string

Help Center ID

locale: "bn" or "bs" or "pt-BR" or 39 more

Current locale

One of the following:
"bn"
"bs"
"pt-BR"
"bg"
"ca"
"hr"
"cs"
"da"
"nl"
"en"
"et"
"fi"
"fr"
"de"
"el"
"hi"
"hu"
"id"
"it"
"ja"
"ko"
"lv"
"lt"
"ms"
"mn"
"nb"
"pl"
"pt"
"ro"
"ru"
"sr"
"zh-CN"
"sk"
"sl"
"es"
"sw"
"sv"
"th"
"zh-TW"
"tr"
"uk"
"vi"
object: "article"

Object type identifier

organization: string

Organization ID

state: "live" or "draft"

Article state

One of the following:
"live"
"draft"
updatedAt: string

ISO 8601 timestamp when last updated

author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

defaultLocale: optional "bn" or "bs" or "pt-BR" or 39 more

Default locale

One of the following:
"bn"
"bs"
"pt-BR"
"bg"
"ca"
"hr"
"cs"
"da"
"nl"
"en"
"et"
"fi"
"fr"
"de"
"el"
"hi"
"hu"
"id"
"it"
"ja"
"ko"
"lv"
"lt"
"ms"
"mn"
"nb"
"pl"
"pt"
"ro"
"ru"
"sr"
"zh-CN"
"sk"
"sl"
"es"
"sw"
"sv"
"th"
"zh-TW"
"tr"
"uk"
"vi"
description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

icon: optional ArticleIcon { type, value }

Article icon

type: "emoji" or "custom"

Icon type

One of the following:
"emoji"
"custom"
value: string

Icon value (emoji or URL)

isDraftDiffersFromLive: optional boolean

Whether draft differs from live

isPublished: optional boolean

Whether the article is published

liveUpdatedAt: optional string

ISO 8601 timestamp when live version was last updated

order: optional number

Display order

parentId: optional string

Parent collection ID

path: optional string

Path to article within help center hierarchy

publishedLocales: optional array of "bn" or "bs" or "pt-BR" or 39 more

Published locales

One of the following:
"bn"
"bs"
"pt-BR"
"bg"
"ca"
"hr"
"cs"
"da"
"nl"
"en"
"et"
"fi"
"fr"
"de"
"el"
"hi"
"hu"
"id"
"it"
"ja"
"ko"
"lv"
"lt"
"ms"
"mn"
"nb"
"pl"
"pt"
"ro"
"ru"
"sr"
"zh-CN"
"sk"
"sl"
"es"
"sw"
"sv"
"th"
"zh-TW"
"tr"
"uk"
"vi"
slug: optional string

URL slug

surveyId: optional string

Associated survey ID

title: optional string

Article title

translationCreatedAt: optional string

ISO 8601 timestamp when translation was created

translations: optional object { id, bg, bn, 39 more }

Translations by locale code

id: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

bg: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

bn: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

bs: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ca: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

cs: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

da: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

de: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

el: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

en: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

es: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

et: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

fi: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

fr: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

hi: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

hr: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

hu: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

it: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ja: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ko: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

lt: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

lv: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

mn: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ms: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

nb: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

nl: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

pl: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

pt: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

"pt-BR": optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ro: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ru: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

sk: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

sl: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

sr: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

sv: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

sw: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

th: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

tr: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

uk: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

vi: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

"zh-CN": optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

"zh-TW": optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

translationUpdatedAt: optional string

ISO 8601 timestamp when translation was last updated

visibleBy: optional array of string

Visibility settings

ArticleAuthor object { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

ArticleIcon object { type, value }

Article icon

type: "emoji" or "custom"

Icon type

One of the following:
"emoji"
"custom"
value: string

Icon value (emoji or URL)

ArticleIconInputNova object { type, value }

Icon object for the article

type: "emoji" or "predefined"

Type of icon (emoji or predefined only)

One of the following:
"emoji"
"predefined"
value: string

Icon value

maxLength255
ArticleTranslation object { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ArticleTranslationInputNova object { body, description, title }
body: optional string

Article body content in this locale (HTML or markdown). HTML supports Featurebase custom blocks (callouts, multi-code, accordions, columns, file/image/video, iframes) — see the Content Components guide.

description: optional string

Article description in this locale

maxLength512
title: optional string

Article title in this locale

maxLength512
EditArticleBodyBody object { newText, oldText, dryRun, 4 more }
newText: string

Replacement text. Keep this to a fragment, not a whole document (max 10000 chars). May be an empty string to delete the matched fragment. When the match came from tier 2 (raw markup), the full resulting body is re-run through the XSS sanitizer, so any dangerous markup in newText is stripped. Images inserted via edit_body are not uploaded to Featurebase storage — use articles.update with formatter ‘raw’ for image changes.

maxLength10000
oldText: string

Exact fragment to find in the stored article body. Keep this to a fragment, not a whole document (max 10000 chars). Tier 1 matches only inside TEXT nodes (markup, tags, and attributes are never searched or altered) and is entity-aware, so oldText: "A & B" matches a stored A &amp; B. If tier 1 finds nothing, tier 2 falls back to a literal substring match over the raw body string (markup included). Do NOT include <img> tags — their stored src differs from the API representation and will not match.

minLength1
maxLength10000
dryRun: optional boolean

Preview the edit without writing. Returns the match count, matching mode, and previews (changed spans with surrounding context) so an agent can verify the edit before committing. Recommended workflow: dry-run across a set of articles first, confirm the counts and previews, then re-issue each call with dryRun: false.

expectedReplacements: optional number

Assert the exact number of matches. When set, the edit replaces all matches only if the count is exactly this value, otherwise it returns 400. Takes precedence over replaceAll. Use this to make bulk edits safe: dry-run first to learn the count, then commit with the expected number.

minimum1
locale: optional "bn" or "bs" or "pt-BR" or 39 more

Locale of the body to edit. Defaults to the help center’s default locale.

One of the following:
"bn"
"bs"
"pt-BR"
"bg"
"ca"
"hr"
"cs"
"da"
"nl"
"en"
"et"
"fi"
"fr"
"de"
"el"
"hi"
"hu"
"id"
"it"
"ja"
"ko"
"lv"
"lt"
"ms"
"mn"
"nb"
"pl"
"pt"
"ro"
"ru"
"sr"
"zh-CN"
"sk"
"sl"
"es"
"sw"
"sv"
"th"
"zh-TW"
"tr"
"uk"
"vi"
replaceAll: optional boolean

Replace every match. When omitted (or false) and expectedReplacements is not set, the edit requires exactly one match and returns 400 if oldText is ambiguous (found more than once). Provide more surrounding context in oldText to make a unique match, or set this to true.

target: optional "draft" or "live"

Which body to edit: the unpublished draft (default) or the published live content. Editing live records a history snapshot and purges the public edge cache, mirroring a publish.

One of the following:
"draft"
"live"
EditArticleBodyPreview object { after, before }
after: string

The same span and window after the edit.

before: string

The changed span framed by up to 60 characters of surrounding context, before the edit.

EditArticleBodyResponse object { id, dryRun, locale, 6 more }
id: string

The edited article id

dryRun: boolean

Whether this was a preview (no write performed)

locale: string

Locale that was edited

matches: number

Number of matches found for oldText

mode: "text" or "html"

Which matching tier applied. text = text-node-only, byte-stable (markup untouched). html = raw-markup fallback (result re-sanitized). Tier 1 (text) is always attempted first.

One of the following:
"text"
"html"
object: "article.body_edit"

Object type identifier

previews: array of EditArticleBodyPreview { after, before }

Up to 20 before/after windows, one per replaced match, for verification. Preview strings are raw untrusted text (tier-2 previews show pre-sanitization content) — never render them as HTML.

after: string

The same span and window after the edit.

before: string

The changed span framed by up to 60 characters of surrounding context, before the edit.

replaced: number

Number of matches actually replaced (0 when dryRun is true)

target: "draft" or "live"

Which body was edited

One of the following:
"draft"
"live"
ArticleDeleteResponse object { id, deleted, object }
id: string

Unique identifier of the deleted article

deleted: true

Indicates the resource was deleted

object: "article"

Object type identifier

ArticleSearchResponse object { data, nextCursor, object, 2 more }
data: array of object { id, availableLocales, createdAt, 27 more }

Array of search results

id: string

Article unique identifier

availableLocales: array of "bn" or "bs" or "pt-BR" or 39 more

Available locales

One of the following:
"bn"
"bs"
"pt-BR"
"bg"
"ca"
"hr"
"cs"
"da"
"nl"
"en"
"et"
"fi"
"fr"
"de"
"el"
"hi"
"hu"
"id"
"it"
"ja"
"ko"
"lv"
"lt"
"ms"
"mn"
"nb"
"pl"
"pt"
"ro"
"ru"
"sr"
"zh-CN"
"sk"
"sl"
"es"
"sw"
"sv"
"th"
"zh-TW"
"tr"
"uk"
"vi"
createdAt: string

ISO 8601 timestamp when created

helpCenterId: string

Help Center ID

locale: "bn" or "bs" or "pt-BR" or 39 more

Current locale

One of the following:
"bn"
"bs"
"pt-BR"
"bg"
"ca"
"hr"
"cs"
"da"
"nl"
"en"
"et"
"fi"
"fr"
"de"
"el"
"hi"
"hu"
"id"
"it"
"ja"
"ko"
"lv"
"lt"
"ms"
"mn"
"nb"
"pl"
"pt"
"ro"
"ru"
"sr"
"zh-CN"
"sk"
"sl"
"es"
"sw"
"sv"
"th"
"zh-TW"
"tr"
"uk"
"vi"
object: "article"

Object type identifier

organization: string

Organization ID

state: "live" or "draft"

Article state

One of the following:
"live"
"draft"
updatedAt: string

ISO 8601 timestamp when last updated

author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

defaultLocale: optional "bn" or "bs" or "pt-BR" or 39 more

Default locale

One of the following:
"bn"
"bs"
"pt-BR"
"bg"
"ca"
"hr"
"cs"
"da"
"nl"
"en"
"et"
"fi"
"fr"
"de"
"el"
"hi"
"hu"
"id"
"it"
"ja"
"ko"
"lv"
"lt"
"ms"
"mn"
"nb"
"pl"
"pt"
"ro"
"ru"
"sr"
"zh-CN"
"sk"
"sl"
"es"
"sw"
"sv"
"th"
"zh-TW"
"tr"
"uk"
"vi"
description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

icon: optional ArticleIcon { type, value }

Article icon

type: "emoji" or "custom"

Icon type

One of the following:
"emoji"
"custom"
value: string

Icon value (emoji or URL)

isDraftDiffersFromLive: optional boolean

Whether draft differs from live

isPublished: optional boolean

Whether the article is published

liveUpdatedAt: optional string

ISO 8601 timestamp when live version was last updated

order: optional number

Display order

parentId: optional string

Parent collection ID

path: optional string

Path to article within help center hierarchy

publishedLocales: optional array of "bn" or "bs" or "pt-BR" or 39 more

Published locales

One of the following:
"bn"
"bs"
"pt-BR"
"bg"
"ca"
"hr"
"cs"
"da"
"nl"
"en"
"et"
"fi"
"fr"
"de"
"el"
"hi"
"hu"
"id"
"it"
"ja"
"ko"
"lv"
"lt"
"ms"
"mn"
"nb"
"pl"
"pt"
"ro"
"ru"
"sr"
"zh-CN"
"sk"
"sl"
"es"
"sw"
"sv"
"th"
"zh-TW"
"tr"
"uk"
"vi"
slug: optional string

URL slug

surveyId: optional string

Associated survey ID

title: optional string

Article title

translationCreatedAt: optional string

ISO 8601 timestamp when translation was created

translations: optional object { id, bg, bn, 39 more }

Translations by locale code

id: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

bg: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

bn: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

bs: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ca: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

cs: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

da: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

de: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

el: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

en: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

es: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

et: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

fi: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

fr: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

hi: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

hr: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

hu: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

it: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ja: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ko: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

lt: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

lv: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

mn: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ms: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

nb: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

nl: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

pl: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

pt: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

"pt-BR": optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ro: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

ru: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

sk: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

sl: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

sr: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

sv: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

sw: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

th: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

tr: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

uk: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

vi: optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

"zh-CN": optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

"zh-TW": optional ArticleTranslation { author, body, createdAt, 6 more }
author: optional ArticleAuthor { authorId, name, avatarUrl }

Article author

authorId: string

Author user ID

name: string

Author name

avatarUrl: optional string

Author avatar URL

body: optional string

Article body content (HTML)

createdAt: optional string

ISO 8601 timestamp when translation was created

description: optional string

Article description

externalUrl: optional string

External URL

featurebaseUrl: optional string

Featurebase URL

slug: optional string

URL slug

title: optional string

Article title

updatedAt: optional string

ISO 8601 timestamp when translation was last updated

translationUpdatedAt: optional string

ISO 8601 timestamp when translation was last updated

visibleBy: optional array of string

Visibility settings

nextCursor: string

Cursor for fetching the next page (null if no more results)

object: "list"

Object type identifier

totalCount: optional number

Total number of articles matching the query, capped at 5000. When the actual total is at or above the cap, totalCountCapped is true and the value is exactly the cap.

totalCountCapped: optional boolean

True when totalCount is exactly the cap and the real count may be higher. UI can render as e.g. “5000+”.