Fetches all budget estimates for 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
integer
required

Project to fetch budget estimates from

Responses
200

Success

Example Response

mosaic_id is the Budget Estimate ID in this case


{
  estimations: [{
    activity_phase_id: 66666,
    created_at: "2020-05-06T13:38:04.768-04:00",
    estimated_amount: 5000.0,
    estimated_hours: 5.0,
    estimated_percentage: 50.0,
    member_email: "[email protected]",
    member_id: 113345,
    member_name: "Mosaic",
    mosaic_id: 88393,
    mosaic_team_id: 12345,
    phase_id: 44444,
    phase_name: "Phase C",
    portfolio_id: 22222,
    portfolio_name: "Portfolio A",
    project_id: 33333,
    project_title: "Project B",
    scope_id: 77777,
    standard_work_category_id: 55555,
    standard_work_category_title: "Default",
    updated_at: "2021-09-20T15:46:13.770-04:00"
  }]
}
401

Invalid Authentication Key and/or Team ID

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