Returns the users' workloads per day.

Returns the users' workloads per day for projects, tasks, task schedules and calendar events that have an overlap with the interval specified by intervalStart and intervalEnd. Takes into consideration weekly availability, absences, user capacity, planned efforts, as well as project budget. <Check title="Required Permissions">The user must be an admin or have `user-planning-data:read` permissions.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

userIdslist of stringsOptional

The ids of the users to get the workload for, as a comma-separated list of Guids.

intervalStartstringRequiredformat: "date-time"
The start of the interval to filter by.
intervalEndstringRequiredformat: "date-time"
The end of the interval to filter by.
roughPlanningFromintegerRequired
The number of days from today when the rough planning should start.
fetchDetailsbooleanOptionalDefaults to false

(Optional - default: false) If set to true, the result will contain the hierarchy of elements that are contributing to the workload (projects, tasks, appointments). Otherwise it will return only the workload value. Works only for single day queries.

ignoreCalendarEventsbooleanOptionalDefaults to false
Whether to ignore calendar events. Can significantly improve performance.

Response

OK
userIdstring or nullformat: "uuid"
workloadslist of objects or null