Parameters
10 query
Query parameters
· 10mainCategoryCodestringOptionalFilter posts by main category code. If not provided, all posts are returned.
example_mainCategoryCodelocalestringOptionalCommunication locale code — controls the language of textual data (product names, descriptions, articles, storefront UI, transactional e-mails).
Preferred format: BCP 47 language tag — language[-Script][-REGION]. Use the full tag whenever the script or region matters:
en-GBvs.en-US(British vs. American spelling)pt-PTvs.pt-BR(European vs. Brazilian Portuguese)zh-Hansvs.zh-Hant(Simplified vs. Traditional Chinese)sr-Latnvs.sr-Cyrl(Latin vs. Cyrillic Serbian)
Backwards-compatible fallback: the bare two-letter ISO 639-1 code (cs, en, pl, …) is accepted indefinitely — legacy clients that only send the language subtag continue to work unchanged.
Resolution algorithm (server-side): the input is resolved against the supported locale list via the [RFC 4647 Lookup] progressive-fallback strategy — trailing subtags are stripped one by one until a supported locale is found. Example: en-GB-oxendict → en-GB → en (matched). If no subtag combination is supported, the request is rejected.
Currently supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da, hu, ro, nl, pt, fi, nb, hr. Region-specific variants (e.g. en-GB, pt-BR) are accepted and resolved to their base language when the exact variant is not registered separately.
csstatus"draft" | "scheduled" | "published" | "private" | "archived"OptionalFilter by computed publication status (draft, scheduled, published, private, archived).
visibility"public" | "private" | "unlisted" | "subscribe"OptionalFilter by raw visibility column.
hasMainImagestringOptional"true" to keep only posts with a main image, "false" to keep only those without.
example_hasMainImagemissingTranslationstringOptional"true" to keep only posts missing a translation in at least one of the org's configured locales.
example_missingTranslationtagCodestringOptionalFilter posts by tag code (organisation-scoped). Only posts carrying this tag are returned.
example_tagCodekind"post" | "branch" | "all"OptionalDiscriminator filter. Default post — the admin blog grid never surfaces branch-owned documents. branch = only branch documents. all = every content record (diagnostic view).
orderBystringOptionalSort spec <field>:<asc|desc>. Allowed fields: publishedDate, updatedDate, insertedDate, title, wordCount, commentsCount, viewsCount, ratingAverage.
publishedDate:descsortBystringOptionalAlias for orderBy (legacy).
example_sortBy