accelo_get_activity_time_allocated
Retrieve aggregate time allocated across activities, returning summed billable/nonbillable seconds and total charged. Apply filters like staff or date ranges to scope the set.
Instructions
Get aggregate time allocated across a set of activities.
Returns the summed billable/nonbillable seconds and total charged for the activities matched by the filters. This is an AGGREGATION over a collection (endpoint GET /activities/allocations), NOT a single activity's allocation — pass the same filters accepted by accelo_list_activities to scope the set (e.g. {"staff": 14, "date_logged_after": 1690000000}).
Args: filters: Same filter dict as accelo_list_activities (staff, against_type, against_id, date_logged_before/after, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No |