Skip to Content

PostResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the post.[default to null]
profile_idLongProfile ID of the post author.[default to null]
category_idLongCategory ID where the post belongs.[default to null]
titleStringTitle of the post.[default to null]
contentStringContent of the post.[default to null]
slugStringURL-friendly slug for the post.[default to null]
statusCommunityPostStatusCurrent status of the post.[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]