curl --request GET \
--url http://localhost/mogl/mogl-backend/api/partner/deliverableReport-columnSelector \
--header 'Authorization: Bearer <token>'[
{
"key": "deal_id",
"label": "Deal ID",
"is_enable": "Y"
}
]Returns all available columns for the deliverable report with their current enabled/disabled status based on partner preferences. Columns include: deal_id, deal_name, category, athlete_name, hire_date, deal_completion_date, deliverable_id, deliverable_number, deliverable_type, due_date, submitted, submitted_date, approved, approval_date, preview, proof_of_work, cost, cpm, impressions, cpe, total_engagements, engagement_rate, comments, likes, shares, bookmarks, retweets, last_date_refresh.
curl --request GET \
--url http://localhost/mogl/mogl-backend/api/partner/deliverableReport-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.