Get Articles by Sub-category ID.
cURL
curl --request GET \ --url https://api.octaviatech.app/cms/articles/getBySubCategoryId/{subCategoryId} \ --header 'x-api-key: <api-key>'
{ "success": true, "statusCode": 200, "message": "OK", "data": { "items": [ { "id": "{{objectId}}", "subCategory": [ "{{objectId}}" ] } ], "pagination": { "total": 1, "page": 1, "limit": 20, "totalPages": 1 } } }
"{{objectId}}"
1
20
OK
The response is of type any.
any
Was this page helpful?