Skip to content

Get a single blog article based on filters

GET
/rest/v1/cms/blog/article/item

Parameters

Query Parameters

filter[author]

Filter by author IDs

Type
string
filter[promo]

Filter by promo status

Type
boolean
filter[published]

Filter by published status

Type
boolean
filter[inDates]

Filter between dates, e.g. 2025-08-25,2025-10-05

Type
string
filter[tagId]

Filter by tag ids

Type
string
filter[title.el]

Filter by title (Greek)

Type
string
filter[slug.el]

Filter by slug (Greek)

Type
string
filter[categorySlug.el]

Filter by slug (Greek)

Type
string
filter[notEmptyContent.el]

Filter articles with non-empty content (Greek)

Type
boolean
Exampletrue

Responses

Successful operation

application/json
JSON
"string"

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI