v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get comment board by custom_id

get/comment-board-by-custom-id/{custom_id}/

Response

200

idstring
urlstring
client_idstring
custom_idstring
titlestring
{"stackTrail":"paths:/comment-board-by-custom-id/{custom_id}/:get:responses:200:content:application/json:schema:properties:custom_data","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/comment-board-by-custom-id/{custom_id}/:get:responses:200:content:application/json:schema:properties:description","oasType":"schema","type":"unknown"}
allow_commentsboolean
replies_depthinteger
comments_urlstring
comment_detail_url_templatestring
created_bystring
created_atstring
reaction_space_idstring

Example response

{
  "id": "eefa00d2-cf12-48de-99a0-3f10a1d3587a",
  "url": "https://cf-blast.livelikecdn.com/api/v1/comment-boards/eefa00d2-cf12-48de-99a0-3f10a1d3587a/",
  "client_id": "lom9db0XtQUhOZQq1vz8QPfSpiyyxppiUVGMcAje",
  "custom_id": "custom-id",
  "title": "User_Test",
  "allow_comments": true,
  "replies_depth": 2,
  "comments_url": "https://cf-blast.livelikecdn.com/api/v1/comments/",
  "comment_detail_url_template": "https://cf-blast.livelikecdn.com/api/v1/comments/{comment_id}/",
  "created_by": "460c435b-d3b7-4add-bc63-628b0911f811",
  "created_at": "2022-12-21T10:58:46.151911Z",
  "reaction_space_id": "a0e8a202-0674-4124-b494-f5e32c056dc0"
}