curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/screeningQuestionReportExport \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"date_filter_range": "last_month",
"job_id": 100,
"athlete_id": 200,
"selected_id_arr": [],
"timezone_diff": -5,
"filter": [],
"columnSelected": []
}
'{
"status": "success",
"message": "Your report export has started. We'll email you the link once it's ready"
}Queues an asynchronous export of the screening question report. Uses the same filters as the current report view. Export file will be emailed to the partner when ready.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/screeningQuestionReportExport \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"date_filter_range": "last_month",
"job_id": 100,
"athlete_id": 200,
"selected_id_arr": [],
"timezone_diff": -5,
"filter": [],
"columnSelected": []
}
'{
"status": "success",
"message": "Your report export has started. We'll email you the link once it's ready"
}Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Date range filter
last_month, last_week, this_week, All "last_month"
Filter by job ID
100
Filter by athlete ID
200
Selected IDs to export
[]Timezone offset
-5
Same filter structure as screeningQuestionReport
[]Columns to include in export
Show child attributes
[]