AroFlo: List Project Tasks With Hours
aroflo_list_project_tasks_with_hoursRetrieve project tasks with hours from AroFlo API, grouping tasks by project and calculating total hours for labor reporting and project management.
Instructions
Given projectIds, fetch tasks joined with project + tasktotals and group tasks by project with total hours. Uses client-side filtering by projectId and supports auto pagination with caps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectIds | Yes | ||
| sinceDateRequested | No | ||
| sinceCreatedUtc | No | ||
| hoursOnly | No | ||
| includeTaskStatus | No | ||
| includeUnassigned | No | ||
| autoPaginate | No | ||
| pageSize | No | ||
| maxResultsPerClient | No | ||
| mode | No | ||
| verbose | No | ||
| debug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||