Authorizations
Response
OK
The response is of type any.
Search Articles.
curl --request GET \
--url https://api.octaviatech.app/cms/articles/search \
--header 'x-api-key: <api-key>'{
"success": true,
"statusCode": 200,
"message": "OK",
"data": {
"items": [
{
"id": "{{objectId}}",
"slug": "droopy-nose",
"mainTitle": {
"en": "Droopy Nose",
"es": "Nariz caída"
}
}
],
"pagination": {
"total": 1,
"page": 1,
"limit": 20,
"totalPages": 1
}
}
}OK
The response is of type any.
Was this page helpful?
curl --request GET \
--url https://api.octaviatech.app/cms/articles/search \
--header 'x-api-key: <api-key>'{
"success": true,
"statusCode": 200,
"message": "OK",
"data": {
"items": [
{
"id": "{{objectId}}",
"slug": "droopy-nose",
"mainTitle": {
"en": "Droopy Nose",
"es": "Nariz caída"
}
}
],
"pagination": {
"total": 1,
"page": 1,
"limit": 20,
"totalPages": 1
}
}
}