Websites - Public
Public Get Content Paginated
Get paginated content with total count.
Query params: - domain: Website domain (required) - content_type: Content type slug to filter by (optional) - page: Page number (default: 1) - per_page: Items per page (default: 12) - sort_by: Sort field - created_at, updated_at, title (default: created_at) - sort_order: ASC or DESC (default: DESC)
Returns: { "items": [...], "total": 100, "page": 1, "per_page": 12, "total_pages": 9 }
get/public/content/paginated
Query parameters
domainstring required
content_typestring
pageinteger
per_pageinteger
sort_bystring
sort_orderstring
Response
Successful Response
{"stackTrail":"paths:/public/content/paginated:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.