Retrieves all projects associated with a FreshBooks business account. This action returns a paginated list of projects with comprehensive details including client information, billing rates, budget, completion status, team members, and associated services. Use this to discover a…
activebooleanFilter by active status. Set to true to return only active projects, false for inactive projects. Omit to return all projects regardless of active status.
sort_bystringSort order for the returned projects. Choose 'created_at' for creation date, 'due_date' for project due date, or 'title' for alphabetical order. Omit for default API ordering.
completebooleanFilter by completion status. Set to true to return only completed projects, false for incomplete projects. Omit to return all projects regardless of completion status.
skip_groupbooleanExclude group membership data. Set to true to omit the group field (which contains team member and invitation details) from each project to reduce response size.
business_idRequiredintegerThe unique identifier of the business whose projects you want to list. Obtain this from the List Businesses action.
updated_sincestringFilter by last update time. Only returns projects updated at or after this UTC datetime. Must be in RFC3339 format (e.g., '2023-01-01T00:00:00Z').
include_logged_durationbooleanInclude time tracking data. Set to true to include the total logged duration (in seconds) for each project in the response.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.