Search contents

Full-text search across content titles, slugs, and bodies. Returns matching contents with highlighted search terms. More powerful than the `search` query param on the list endpoint — this performs full-text search with ranking.

Required permissions
contents.view
GET/contents/search
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?