List blog categories

List published categories for the site. Returns a flat list with the computed `path` per the site's `blogUrlMode` (`with-categories` vs `flat`). Use `/categories/tree` for the nested representation.

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

Query parameters

dateFromstring

Filter from date (ISO 8601)

dateTostring

Filter until date (ISO 8601)

excludeIdsstring[]

Array of strings

idsstring[]

Array of strings

includeChildrenboolean

Boolean

isRootboolean

Boolean

limitnumber

Number <= 100

Max: 100

pagenumber

Number

parentIdany

Parent resource ID

slugstring

URL-friendly identifier, unique per site and locale

slugsstring[]

Array of strings

sortByenum("created_at" | "updated_at" | "name" | "slug" | "display_order")

One of: created_at, updated_at, name, slug, display_order

sortOrderenum("asc" | "desc")

One of: asc, desc

Feedback

Was this page helpful?