Returns planned work per project. This endpoint provides the same data that https://use.operating.app/reports/project-portfolio uses as the base of it's calculations. To obtain the total planned work, query the entire intended time range; to retrieve only remaining work, query from the current date onward. Grouping and filtering by type of work should be handled by the API consumer.
The response is an array of time blocks of weeks or months as specified by the timeUnit parameter. Each time block contains an array of projects, where each project element details the planned work for that specific time block. Each project object also includes a breakdown of planned work per person within that time block for that project as well as a breakdown of planned work per unnamed position including competence role of the positions.
If the range starts or ends in the middle of a block, the response will include that partial block as a full entry, but with data limited to the specified timeRangeStart and timeRangeEnd parameters.