curl --request GET \
--url http://localhost/mogl/mogl-backend/api/partner/screeningQuestionReport-columnSelector \
--header 'Authorization: Bearer <token>'[
{
"key": "deal_id",
"label": "Deal ID",
"is_enable": "Y"
}
]Returns available columns for the screening question report: deal_id, athlete_name, application_id, all_questions, all_answers, timestamp. Each with enabled/disabled status based on partner preferences.
curl --request GET \
--url http://localhost/mogl/mogl-backend/api/partner/screeningQuestionReport-columnSelector \
--header 'Authorization: Bearer <token>'[
{
"key": "deal_id",
"label": "Deal ID",
"is_enable": "Y"
}
]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.