v1
latestOpenAPI 3.1.02026-07-24318141.2 MBGet list of comment board bans
- As a producer or privileged user I can see all the comment-board-ban-profile from the application
- As a moderator, I can get a list of all comment-board-ban-profile for the comment boards where I am a moderator
- As a normal profile, I will get a list of comment-board-ban-profile for myself only.
get/comment-board-bans/
Query parameters
profile_idstring
comment_board_idstring
client_idstring
Headers
Authorizationstring
Bearer Token
Response
200
Example response
{
"count": 4,
"results": [
{
"id": "6f02c194-49aa-4d21-8de3-f433a6670808",
"url": "https://cf-blast.livelikecdn.com/api/v1/comment-board-bans/6f02c194-49aa-4d21-8de3-f433a6670808/",
"profile_id": "1d6b7e94-d52b-4934-9fc7-f07a5763d8e9",
"client_id": "lom9db0XtQUhOZQq1vz8QPfSpiyyxppiUVGMcAje",
"comment_board_id": "7fe49f7c-f3fe-47ac-b855-142713e3277d",
"banned_by_id": "bcdfff51-a9ac-48fa-ac98-bd2fcc0836ba",
"description": "sdk ban",
"created_at": "2023-03-10T10:34:40.136959Z"
}
]
}