Retrieve user workload planner
Return the workload planner for each users of the installation.
Query Params
- Name
startDate- Type
- string
- Description
define the start date of the planner
- Name
searchUserName- Type
- string
- Description
filter by user name
- Name
searchTaskName- Type
- string
- Description
filter by task name
- Name
projectStatus- Type
- string
- Description
filter by project status
- Name
orderMode- Type
- string
- Description
order mode
- Default
asc- Allowed values
ascdesc
- Name
orderBy- Type
- string
- Description
order by
- Default
name- Allowed values
namecompany
- Name
endDate- Type
- string
- Description
define the end date of the planner
- Name
pageSize- Type
- integer
- Description
number of items in a page
- Default
50
- Name
page- Type
- integer
- Description
page number
- Default
1
- Name
subtractLoggedTimeFromEstimates- Type
- boolean
- Description
subtract logged time from task estimated time
- Name
skipCounts- Type
- boolean
- Description
SkipCounts allows you to skip doing counts on a list API endpoint for performance reasons.
- Name
prorating- Type
- boolean
- Description
include tasks that have the start and due dates outside the window range
- Default
false
- Name
onlyUntaggedTasks- Type
- boolean
- Description
filter ony untagged tasks
- Name
onlyStarredProjects- Type
- boolean
- Description
filter by starred projects only
- Name
matchAllProjectTags- Type
- boolean
- Description
enforce all tag ids must be matched
- Name
includeTeamUserIds- Type
- boolean
- Description
include team users to the responsible party ids
- Default
true
- Name
includeTasksWithoutDates- Type
- boolean
- Description
include tasks without start and due date
- Name
includeCompletedTasks- Type
- boolean
- Description
include completed tasks
- Name
includeCompanyUserIds- Type
- boolean
- Description
include company users to the responsible party ids
- Default
true
- Name
includeCalendarEvents- Type
- boolean
- Description
include calendar events on capacity calculation
- Name
includeAssigneeTeams- Type
- boolean
- Description
include teams related to the responsible party ids
- Name
includeAssigneeCompanies- Type
- boolean
- Description
include companies related to the responsible party ids
- Name
includeArchivedProjects- Type
- boolean
- Description
include archived projects
- Name
distribute- Type
- boolean
- Description
distribute the estimated time for a task between all the assignees
- Name
teamIds- Type
- array[integer]
- Description
filter by member of team ids
- Format
- Comma separated values
- Name
tagIds- Type
- array[integer]
- Description
filter by task tag ids
- Format
- Comma separated values
- Name
responsiblePartyIds- Type
- array[integer]
- Description
filter by responsible party ids
- Format
- Comma separated values
- Name
projectTagIds- Type
- array[integer]
- Description
filter by project tag ids
- Format
- Comma separated values
- Name
projectStatuses- Type
- array[string]
- Description
list of project status
- Format
- Comma separated values
- Name
projectOwnerIds- Type
- array[integer]
- Description
filter by project owner ids
- Format
- Comma separated values
- Name
projectIds- Type
- array[integer]
- Description
filter by project ids
- Format
- Comma separated values
- Name
projectHealths- Type
- array[integer]
- Description
list of project health
- Format
- Comma separated values
- Name
projectCompanyIds- Type
- array[integer]
- Description
filter by company ids
- Format
- Comma separated values
- Name
projectCategoryIds- Type
- array[integer]
- Description
filter by project category ids
- Format
- Comma separated values
- Name
memberOfProjectIds- Type
- array[integer]
- Description
filter by member of project ids
- Format
- Comma separated values
- Name
include- Type
- array[string]
- Description
include
- Format
- Comma separated values
- Allowed values
usersusers.workingHoursusers.workingHours.workingHoursEntrytaskstasks.timelogstasklistsmilestonescompaniescalendarEvents
- Name
fields[workingHours]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idobjectTypeobjectIdnamedescriptiondateCreateddateUpdatedentryIds
- Name
fields[workingHourEntries]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idworkingHourIdweekdaystartTimeendTimetaskHourstimezone
- Name
fields[users]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idfirstNamelastNametitleemailcompanyIdcompanyisAdminisClientUserisServiceAccounttypedeletedavatarUrllengthOfDayworkingHoursIdworkingHouruserRateuserCostcanAddProjects
- Name
fields[timelogs]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
iddateCreatedminutesdescriptiontimeLoggedbillabledeleteddateDeletedhasStartTimedateEditeddeskTicketIduserIdtaskIdprojectIdloggedByUserIddeletedByUserIdeditedByUserIdtaskIdPreMoveprojectBillingInvoiceId
- Name
fields[tasks]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idnamedateUpdatedparentTaskIdisPrivatestatustasklistIdstartDatedueDate
- Name
fields[tasklists]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idnameprojectIdmilestoneId
- Name
fields[milestones]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idnamedescriptiondeadlinecompletedprojectIdcreatedOnlastChangedOncreatorUserIdreminderprivatelockdownIdstatuscompletedOncompleterIdpercentageComplete
- Name
fields[companies]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idnamelogoUploadedToServerlogoImage
- Name
fields[calendarEvents]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idtitlestartDateendDatetypeIdprivacyTypeallDaylocationdescriptionshowAsBusyattendeesCanEditprojectUsersCanEditmonthlyRepeatTypedateLastUpdatedcreatedDateTimedeleteddateDeletedadditionalPropertiescurrentUserAssociationTypesequenceIdprojectIdownerUserIddeletedByUserIdcreatedByUserIdupdatedByUserId
- Name
excludeTagIds- Type
- array[integer]
- Description
filter by removing task tag ids
- Format
- Comma separated values
- Name
companyIds- Type
- array[integer]
- Description
filter by user company id
- Format
- Comma separated values
- Name
assigneeTeamIds- Type
- array[integer]
- Description
filter by assignee team ids
- Format
- Comma separated values
- Name
assigneeCompanyIds- Type
- array[integer]
- Description
filter by assignee company ids
- Format
- Comma separated values
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
WorkloadPlannersResponse contains information about a group of planners.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
200 OK
{ "included": { "calendarEvents": { "additionalProp": { "additionalProperties": "string", "allDay": true, "attendeesCanEdit": true, "attendingUserIds": [ 0 ], "attendingUsers": [ { "id": 0, "meta": {}, "type": "string" } ], "createdAt": "string",