Get a deal folder (milestone-wise, full detail)
Get a deal folder (milestone-wise, full detail)
Returns the full milestone-wise deal folder payload for the athlete + job associated with this folder. Returns the <b>same response shape</b> as <code>POST /deal-folder/athlete-job-details</code> — including computed <b>deal-folder-state</b> (<code>deal_folder.deal_folder_status</code>) and per-milestone <b>deliverable-state</b> (<code>milestones[].deal_folder_file_status</code>) rollups.<br><br>Pass the optional <code>milestone_id</code> query param to restrict the <code>milestones</code> array to a single milestone (useful for iOS detail screens).<br><br>Accessible by athlete, brand, or agent.
GET
Get a deal folder (milestone-wise, full detail)
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Path Parameters
Deal folder ID
Example:
12
Query Parameters
If supplied, the response only includes this milestone in the milestones array.
Example:
200
Response
Milestone-wise deal folder payload — same shape as POST /deal-folder/athlete-job-details. See that endpoint's 200 schema for the full structure (deal_folder_status, milestones[].deal_folder_file_status, files[].status, files[].status_label, etc.).