Get Articles by Category ID.
cURL
curl --request GET \ --url https://api.octaviatech.app/cms/articles/getByCategoryId/{categoryId} \ --header 'x-api-key: <api-key>'
{ "success": true, "statusCode": 200, "message": "OK", "data": { "items": [ { "id": "{{objectId}}", "category": [ "{{objectId}}" ], "slug": "droopy-nose" } ], "pagination": { "total": 1, "page": 1, "limit": 20, "totalPages": 1 } } }
"{{objectId}}"
x >= 1
1
1 <= x <= 100
20
OK
Was this page helpful?