Fetches all phases under a project

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Query Params
number
required

Project ID

Responses
200

Success

Example Response

mosaic_id is Phase ID in this case


{
  phase: [{
    bill_rate_type: "member",
    budget_fixed_fee_with: "phase_estimate",
    budget_hourly_with: "phase_estimate",
    budget_phase_by: "total hours",
    budget_status "active",
    children_ids: [111333667, 111333668],
    cost_rate_multiplier: "1.0",
    created_at: "2022-01-01T14:19:10.352-04:00",
    end_date: "2022-01-31",
    estimated_cost: 0.0,
    estimated_hours: 100.0,
    is_archived: false,
    is_billable: true,
    is_budget: true,
    is_default: false,
    is_main: false,
    mosaic_id: 111333666,
    mosaic_team_id: 12345,
    name: "Example Phase",
    parent_id: 111333665,
    phase_number: "2313",
    profit_percentage: 100.0,
    project_id: 123456,
    rate_group_id: 56665,
    rate_multiplier "1.0",
    start_date: "2022-01-01",
    title: "Example Phase",
    total: "10000.0",
    updated_at: "2022-01-01T14:19:10.352-04:00",
  }]
}
401

Invalid Authentication Key and/or Team ID

404

Unable to find Project

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!