static-content
Get all static content
Retrieve all static content with optional filters
get/static-content
Query parameters
categorystring
Filter by category
languageTypestring
Filter by language (EN/BM)
publishedstring
Filter by publish status
Response
Contents retrieved successfully
Example response
[
{
"content_id": 1,
"title": "Terms and Conditions",
"slug": "terms-and-conditions",
"description": "Our terms of service",
"category": "Legal",
"content": "<h1>Terms</h1><p>Content...</p>",
"languageType": "EN",
"is_published": true,
"published_at": "2025-11-01T10:00:00Z",
"author": "Admin",
"view_count": 150,
"created_at": "2025-11-01T10:00:00Z",
"updated_at": "2025-11-01T12:00:00Z"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.