getProjectsReportingUtilization
Generate detailed utilization reports in CSV, HTML, PDF, or XLSX formats. Filter by date, user, team, or project to analyze resource allocation and productivity for accessible personnel within Teamwork MCP.
Instructions
Generate utilization report in various formats (CSV, HTML, PDF, XLSX). Generates a utilization report containing all people for the provided filters. Only the people that the logged-in user can access will be returned.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
IncludeCompletedTasks | No | include completed tasks | |
companyIds | No | filter by company ids | |
endDate | No | filter by end date | |
fieldsUsers | No | Query parameter: fields[users] | |
fieldsUtilizations | No | Query parameter: fields[utilizations] | |
format | Yes | The format of the report | |
groupBy | No | group by | |
include | No | include | |
includeArchivedProjects | No | include archived projects | |
includeClients | No | include client users | |
includeCollaborators | No | include collaborators | |
includeTotals | No | adds report summary to response | |
includeUtilizations | No | adds report rows for individual entities | |
isCustomDateRange | No | determine if the query is for a custom date range | |
isReportDownload | No | generate a report document | |
jobRoleIds | No | filter by jobrole ids | |
legacyResponse | No | return response without summary and its legacy body structure | |
orderBy | No | sort by | |
orderMode | No | group by | |
page | No | page number | |
pageSize | No | number of items in a page | |
projectIds | No | filter by project ids | |
reportFormat | No | define the format of the report | |
searchTerm | No | filter by user first or last name | |
selectedColumns | No | customise the report by selecting columns to be displayed. | |
skipCounts | No | SkipCounts allows you to skip doing counts on a list API endpoint for performance reasons. | |
sort | No | sort by (deprecated, use orderBy) | |
sortOrder | No | order mode | |
startDate | No | filter by start date | |
teamIds | No | filter by team ids | |
userIds | No | filter by userIds | |
zoom | No | determine the type of zoom filter used to display on the report |