List Projects & Activities
list_projectsFetch project/activity costing entries from timesheets and expenses, including employee, project, activity, currency, hours/cost, and transaction dates.
Instructions
Get project/activity costing entries (from timesheets and expenses) with employee, project, activity, currency, hours/cost and transaction dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Only see activities against this particular project name | |
| activity | No | See this activity across all projects | |
| currency | No | Only see project costing amounts in this currency name | |
| employee | No | Employee code to only return records for that particular employee | |
| location | No | One or more location names (separated by commas) to filter by | |
| department | No | One or more department names (separated by commas) to filter by | |
| max_records | No | Optional client-side limit on the number of records returned. Use to keep responses small when exploring data; the API itself does not paginate. | |
| expense_category | No | Only see projects/activities allocated to this expense category (expense project allocations only) | |
| transaction_date_to | No | Only project costing entries on/before this date (format yyyy-mm-dd) | |
| transaction_date_from | No | Only project costing entries on/after this date (format yyyy-mm-dd) |