Skip to main content
GET
/
partner
/
screeningQuestionReport-columnSelector
Get screening question report column options
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.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Response

200 - application/json

Column options

key
string
Example:

"deal_id"

label
string
Example:

"Deal ID"

is_enable
enum<string>
Available options:
Y,
N
Example:

"Y"