Skip to content

Get Questions

Advanced filtering for prediction questions across different events, categories, and statuses.

POST/event/v1/getquestions
Terminal window
curl -X POST https://api.juspredict.com/event/v1/getquestions \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"category": 1,
"event_status": [2],
"question_status": [1]
}'
{
"status": { "type": "SUCCESS" },
"question_info": [
{
"question": { "question_id": "q-uuid", "name": "..." },
"event": { "id": "e-uuid", "name": "..." }
}
]
}
FieldTypeDescription
statusStatusOperation status.