Get Articles by Tag.
cURL
curl --request GET \ --url https://api.octaviatech.app/cms/articles/getByTag/{tag} \ --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 } } }
"ai"
1
20
OK
The response is of type any.
any
Was this page helpful?