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.
/contentshttps://api.lynkow.com/v1Query parameters
categoryIdsstring[]Array of strings
contentModeenum("standard" | "structured")One of: standard, structured
dateFromstringFilter from date (ISO 8601)
dateTostringFilter until date (ISO 8601)
excludeIdsstring[]Array of strings
groupByTranslationbooleanBoolean
hasCategorybooleanBoolean
hasTagbooleanBoolean
idsstring[]Array of strings
limitnumberNumber <= 200
localestringBCP 47 locale code (e.g. "en", "fr")
pagenumberNumber
publishedFromstringFilter by publish date from (ISO 8601)
publishedTostringFilter by publish date until (ISO 8601)
searchstringFull-text search query
slugstringURL-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
translationGroupIdstringTranslation group UUID (links translations across locales)
typestringResource type