Skip to main content
GET
Advanced search articles

Authorizations

x-api-key
string
header
required

Query Parameters

keyword
string

Free-text term matched against titles, summaries and body

Example:

"droopy"

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

"{{objectId}}"

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

"{{objectId}}"

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

"{{objectId}}"

tags
string

Single tag, or repeat the param for several (?tags=ai&tags=news). Not comma-separated

Example:

"ai"

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