List contents

Returns a paginated list of contents for your site. Supports filtering by status, category, tag, locale, date range, and full-text search. Results include content summaries (no body) for performance. Use `GET /contents/{id}` to retrieve the full body.

Required permissions
contents.view
GET/contents
Base URLhttps://api.lynkow.com/v1

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?