List contents

List published content entries for the site. Supports pagination, locale filter, tag and category filters, slug lookup, and date ranges. Reads pass through the public-field serializer; admin-only fields (author_id, organization_id, internal flags) are stripped.

GET/contents
Base URLhttps://api.lynkow.com/public/{siteId}

Query parameters

authorIdstring

Author user ID

categoryIdsstring[]

Array of strings

contentModeenum("standard" | "structured")

One of: standard, structured

dateFromstring

Filter from date (ISO 8601)

dateTostring

Filter until date (ISO 8601)

excludeIdsstring[]

Array of strings

groupByTranslationboolean

Boolean

hasCategoryboolean

Boolean

hasTagboolean

Boolean

idsstring[]

Array of strings

limitnumber

Number <= 200

Max: 200

localestring

BCP 47 locale code (e.g. "en", "fr")

pagenumber

Number

publishedFromstring

Filter by publish date from (ISO 8601)

publishedTostring

Filter by publish date until (ISO 8601)

slugstring

URL-friendly identifier, unique per site and locale

slugsstring[]

Array of strings

sortByenum("created_at" | "updated_at" | "published_at" | "title" | "slug" | "display_order")

One of: created_at, updated_at, published_at, title, slug, display_order

sortOrderenum("asc" | "desc")

One of: asc, desc

statusenum("draft" | "published" | "archived" | "scheduled")

One of: draft, published, archived, scheduled

tagIdsstring[]

Array of strings

translationGroupIdstring

Translation group UUID (links translations across locales)

typestring

Resource type

Feedback

Was this page helpful?