Get Article by ID and Language.
cURL
curl --request GET \ --url https://api.octaviatech.app/cms/articles/getByIdByLanguage/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "statusCode": 200, "message": "OK", "data": { "id": "{{objectId}}", "mainTitle": { "en": "Droopy Nose", "es": "Nariz caída" }, "summary": { "en": "Short summary", "es": "Resumen breve" }, "body": { "en": "<p>HTML</p>", "es": "<p>HTML</p>" } } }
"{{objectId}}"
OK
The response is of type any.
any
Was this page helpful?