Skip to content

Get event category collection

GET
/rest/v1/event/event-category

Parameters

Query Parameters

filter[id]

Filter by category IDs

Type
string
filter[parentId]

Filter by parent category ID

Type
string
filter[published]

Filter by published status

Type
string
filter[name.el]

Filter by category name (Greek, partial)

Type
string
filter[name.en]

Filter by category name (English, partial)

Type
string
filter[slug.el]

Filter by category slug (Greek)

Type
string
filter[slug.en]

Filter by category slug (English)

Type
string
sort

Sort order

Type
string
page

Page number

Type
integer
limit

Pagination limit

Type
integer
with

With relations (e.g., translations)

Type
string

Responses

Successful operation

application/json
JSON
"string"

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI