Get post participants
Deprecated
Get debate participants, pollOptions (wherein there're voters as participants), and those who've answered a question.
Request samples
curl --location --request GET 'https://api.sqabl.com/v1/post//participants?optionIndex&argumentType&pageSize&lastEvaluatedKey&keyword'
Responses
application/json {
"success": true,
"statusCode": 200,
"data": [
{
"id": "cm1n5ubk200008ov3f8907ugy",
"displayName": "Hiseous Zaddy",
"imageSrc": "https://image.url/"
},
{
"id": "cm1n5ubk200008ov3f8907ugy",
"displayName": "Hiseous Zaddy",
"imageSrc": "https://image.url/",
"description": "My description"
},
{
"id": "cm1n5ubk200008ov3f8907ugy",
"displayName": "Hiseous Zaddy",
"imageSrc": "https://image.url/",
"description": "My description"
}
]
}
Modified at 2025-06-29 16:18:15