Returns planned work per person. This endpoint provides the same data that https://use.operating.app/reports/capacity uses as the base of it's calculations. 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 people, where each person element details the planned work for that specific time block. Each person object also includes a breakdown of planned work per project within that time block for that person.
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.