Skip to main content
GET
/
deal-folder
/
{dealFolder}
Get a deal folder (milestone-wise, full detail)
curl --request GET \
  --url http://localhost/mogl/mogl-backend/api/deal-folder/{dealFolder} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Unauthenticated."
}

Authorizations

Authorization
string
header
required

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

Path Parameters

dealFolder
integer
required

Deal folder ID

Example:

12

Query Parameters

milestone_id
integer

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.).