Skip to main content
GET
Advanced search articles

Authorizations

x-api-key
string
header
required

Query Parameters

categoryId
string
Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

subCategoryId
string
Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

authorId
string
Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

tag
string

CSV list of tags (single param)

Example:

"ai,news"

dateFrom
string<date>
Example:

"2025-05-01"

dateTo
string<date>
Example:

"2025-10-31"

page
integer
Example:

1

limit
integer
Example:

20

sortBy
enum<string>
Available options:
createdAt,
publishDate
Example:

"publishDate"

sortOrder
enum<string>
Available options:
asc,
desc
Example:

"desc"

Response

OK