Skip to Content

CmsBlogPostResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the blog post.[default to null]
titleStringTitle of the blog post.[default to null]
slugStringURL-friendly slug for the blog post.[default to null]
contentStringFull content/body of the blog post.[default to null]
excerptStringOptional excerpt or summary of the blog post.[optional] [default to null]
category_idLongOptional category ID this post belongs to.[optional] [default to null]
author_idLongOptional author user ID.[optional] [default to null]
localeStringLanguage/locale code (e.g., “en”, “tr”).[default to null]
featured_image_urlStringOptional URL to the featured image.[optional] [default to null]
published_atDateOptional publication timestamp.[optional] [default to null]
statusCmsPublicationStatusPublication status (e.g., Draft, Published, Archived).[default to null]
seo_dataanyOptional SEO metadata as JSON.[optional] [default to null]
created_atDateTimestamp when the post was created.[default to null]
updated_atDateTimestamp when the post was last updated.[default to null]

[Back to Model list] [Back to API list] [Back to README]