Fetches all work plans

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

Team ID

Query Params
number

Set true to disable pagination (ignore limit and offset)

date

End Date (MM/DD/YYYY)

number

Limit the number of work plans returned (Default: 30)

number

Maximum Daily Hours

number

Maximum Total Hours

member_ids[]
array of numbers

Member IDs

member_ids[]
number

Minimum Daily Hours

number

Minimum Total Hours

number

Skip the number of work plaans by offset (Default: 0)

phase_ids[]
array of numbers

Phase IDs

phase_ids[]
project_ids[]
array of numbers

Project IDs

project_ids[]
standard_work_category_ids[]
array of numbers

Standard Work Category IDs

standard_work_category_ids[]
date

Start Date (MM/DD/YYYY)

Responses
200

Success

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,
    }
  ]
}
401

Invalid Authentication Key and/or Team ID

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