curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/deliverableReport-columnSelector-update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deal_id": "Y",
"deal_name": "N",
"category": "N",
"athlete_name": "Y",
"hire_date": "Y",
"deal_completion_date": "N",
"deliverable_id": "N",
"deliverable_number": "N",
"deliverable_type": "Y",
"due_date": "N",
"submitted": "N",
"submitted_date": "N",
"approved": "N",
"approval_date": "N",
"preview": "Y",
"proof_of_work": "N",
"cost": "Y",
"cpm": "Y",
"impressions": "N",
"cpe": "Y",
"total_engagements": "N",
"engagement_rate": "Y",
"comments": "N",
"likes": "N",
"shares": "N",
"bookmarks": "N",
"retweets": "N",
"last_date_refresh": "Y"
}
'{
"status": "success",
"message": "Column Selector updated successfully"
}Save which columns should be visible in the deliverable report. Pass each column key with Y (show) or N (hide).
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/deliverableReport-columnSelector-update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"deal_id": "Y",
"deal_name": "N",
"category": "N",
"athlete_name": "Y",
"hire_date": "Y",
"deal_completion_date": "N",
"deliverable_id": "N",
"deliverable_number": "N",
"deliverable_type": "Y",
"due_date": "N",
"submitted": "N",
"submitted_date": "N",
"approved": "N",
"approval_date": "N",
"preview": "Y",
"proof_of_work": "N",
"cost": "Y",
"cpm": "Y",
"impressions": "N",
"cpe": "Y",
"total_engagements": "N",
"engagement_rate": "Y",
"comments": "N",
"likes": "N",
"shares": "N",
"bookmarks": "N",
"retweets": "N",
"last_date_refresh": "Y"
}
'{
"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 Deal Name column
Y, N "N"
Show Category column
Y, N "N"
Show Athlete Name column
Y, N "Y"
Show Hire Date column
Y, N "Y"
Show Deal Completion Date column
Y, N "N"
Show Deliverable ID column
Y, N "N"
Show Deliverable Number column
Y, N "N"
Show Deliverable Type column
Y, N "Y"
Show Due Date column
Y, N "N"
Show Submitted column
Y, N "N"
Show Submitted Date column
Y, N "N"
Show Approved column
Y, N "N"
Show Approval Date column
Y, N "N"
Show Preview column
Y, N "Y"
Show Proof of Work column
Y, N "N"
Show Cost column
Y, N "Y"
Show CPM column
Y, N "Y"
Show Impressions column
Y, N "N"
Show CPE column
Y, N "Y"
Show Total Engagements column
Y, N "N"
Show Engagement Rate column
Y, N "Y"
Show Comments column
Y, N "N"
Show Likes column
Y, N "N"
Show Shares column
Y, N "N"
Show Bookmarks column
Y, N "N"
Show Retweets column
Y, N "N"
Show Last Data Refresh column
Y, N "Y"