v1
latestOpenAPI 3.1.02026-07-24318141.2 MBGet the list of comment boards
get/comment-boards/
Query parameters
client_idstring required
custom_idstring
comment_board_idstring
To filter for multiple board ids, use ?comment_board_id=board1&comment_board_id=board2
searchstring
free text search on comment board title.
Response
200
Example response
{
"count": 1,
"results": [
{
"id": "357d3ffe-f587-4aa7-be2e-67d39d51aa6f",
"url": "https://cf-blast.livelikecdn.com/api/v1/comment-boards/357d3ffe-f587-4aa7-be2e-67d39d51aa6f/",
"client_id": "lom9db0XtQUhOZQq1vz8QPfSpiyyxppiUVGMcAje",
"custom_id": "abbc",
"allow_comments": true,
"replies_depth": 5,
"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": "aa9daf10-9831-4bda-822c-852ad448cc3c",
"created_at": "2022-12-08T09:50:02.429318Z",
"reaction_space_id": "a0e8a202-0674-4124-b494-f5e32c056dc0"
}
]
}