Advanced Article Search.
cURL
curl --request GET \ --url https://api.octaviatech.app/cms/articles/advanceSearch \ --header 'x-api-key: <api-key>'
{ "success": true, "statusCode": 200, "message": "OK", "data": { "items": [ { "id": "{{objectId}}", "tags": [ "ai" ] } ], "pagination": { "total": 1, "page": 1, "limit": 20, "totalPages": 1 } } }
"{{objectId}}"
CSV list of tags (single param)
"ai,news"
"2025-05-01"
"2025-10-31"
1
20
createdAt
publishDate
"publishDate"
asc
desc
"desc"
OK
Was this page helpful?