get
http://localhost:3001/api//work_plan/index
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Success
Example Response
mosaic_id is Work Plan ID in this case
{
count: 10,
work_plans: [
{
activity_phase_id: 80000,
bars: [
{
start_date: "2023-05-09",
end_date: "2023-05-12",
day_count: 4,
sub_total_hours: "20.0"
},
{
start_date: "2023-05-16",
end_date: "2023-05-19",
day_count: 4,
sub_total_hours: "20.0"
},
{
start_date: "2023-05-23",
end_date: "2023-05-26",
day_count: 4,
sub_total_hours: "20.0"
},
{
start_date: "2023-05-30",
end_date: "2023-05-31",
day_count: 2,
sub_total_hours: "10.0"
}
],
budget_status: "active",
created_at: "2023-05-03T10:37:55.609-04:00",
daily_hours: "5.0",
description: "description of work plan",
end_date: "2023-05-31",
member_id: 88000,
member_email: "[email protected]",
member_name: "John Doe",
mosaic_id: 476500,
mosaic_team_id: 12345,
phase_id: 337300,
phase_name: "Planning",
percent_capacity: 0.5,
portfolio_id: 69110,
portfolio_name: "Sample",
position_ids: [1, 2, 3],
project_id: 315000,
project_title: "Sample",
schedule_unit: "day",
standard_work_category_id: 90000,
standard_work_category_title: "Meeting",
start_date: "2023-05-09",
total_hours: "70.0",
updated_at: "2023-05-09T10:37:55.609-04:00",
weekly_hours: null,
working_days_off: false,
working_holidays: false,
}
]
} 401Invalid Authentication Key and/or Team ID
