Get screening question report data
Retrieves paginated screening question report data grouped by Deal + Athlete. Each row contains dynamic question/answer columns (question_1, answer_1, question_2, answer_2, etc.). Response includes max_questions count for frontend column generation.
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Body
Date range filter
last_month, last_week, this_week, All "last_month"
Filter by specific job/deal ID
100
Filter by specific athlete ID
200
Column key to sort by (static: deal_id, athlete_name, application_id, timestamp. Dynamic: question_1, answer_1, question_2, etc.)
"deal_id"
Sort direction
asc, desc, ASC, DESC "DESC"
Timezone offset in decimal hours from UTC
-5
Page number
1
Items per page (default 10)
10
Alias for limit (takes priority over limit if both sent)
25
Column-level filters
[]