Fetches all phases under a team

Path Params
number
required

Team ID

Query Params
boolean

Use all Projects in the search if set true; ignore limit and offset

date

Filter for archived Phases after this date (MM/DD/YYYY)

date

Filter for archived Phases before this date (MM/DD/YYYY)

boolean

Set Phase as budget if set true

number

Limit the number of Projects in the search (Default: 30)

number

Skip the Projects by offset in the search (Default: 0)

string

Limit the identified Projects by search params

project_ids
array of numbers

Array of Project IDs to filter the Phases

project_ids
phase_ids
array of numbers

Array of Phase IDs to filter the Phases

phase_ids
Responses
200

Success

Example Response

{
  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",
    project_id: 123456,
    profit_percentage: 100.0,
    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

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