curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/screeningQuestionReport-columnSelector-update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deal_id": "Y",
"athlete_name": "Y",
"application_id": "Y",
"all_questions": "Y",
"all_answers": "N",
"timestamp": "N"
}
'{
"status": "success",
"message": "Column Selector updated successfully"
}Save which columns should be visible in the screening question report.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/screeningQuestionReport-columnSelector-update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deal_id": "Y",
"athlete_name": "Y",
"application_id": "Y",
"all_questions": "Y",
"all_answers": "N",
"timestamp": "N"
}
'{
"status": "success",
"message": "Column Selector updated successfully"
}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.
Show Deal ID column
Y, N "Y"
Show Athlete Name column
Y, N "Y"
Show Application ID column
Y, N "Y"
Show All Questions column
Y, N "Y"
Show All Answers column
Y, N "N"
Show Timestamp column
Y, N "N"