v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Community Posts

Get

Get a post for a given id

get/public/api/community-posts/{id}

Path parameters

idstring required

The id of the post

Headers

Acceptstring

e.g. application/json

Response

OK

post_idstring
descriptionstring
community_idstring
user_idstring
publish_typestring
publish_datestring
created_datestring
updated_datestring

Example response

{
  "post_id": "677d40dc0241bb002127310f",
  "description": "<div>Working test</div>",
  "community_id": "667ac0b15ba1350028ac0b99",
  "user_id": "66150878202c1cfafdb4f8f5",
  "publish_type": "postnow",
  "publish_date": "2025-01-07T14:57:32.036Z",
  "created_date": "2025-01-07T14:57:32.122Z",
  "updated_date": "2025-01-07T14:57:32.122Z"
}