Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The name of the project. Max 255 characters.
The client ID (uuid) associated with this project.
The billing type for the project.
tm, fixed, fixed_recurring, non_billable The member ID (uuid) of the initial project admin. All projects require at least one project admin.
The URL-friendly slug for the project. Will be autogenerated from name if not provided. Max 255 characters.
Notes associated with the project. Max 5000 characters.
The project status.
tentative, not_started, in_progress, paused, completed, cancelled The start date of the project. Must be in the form YYYY-MM-DD. Must come on or before end if set.
The end date of the project. Must be in the form YYYY-MM-DD. Must come on or after start if set.
The project code. Max 255 characters.
The purchase order number. Max 255 characters.
Whether time logged on this project counts as productive time. Only applicable for internal client projects.
The 3-letter currency code associated with the project. Defaults to the client or workspace currency if not supplied.
The revenue recognition method. Only used when billingTypeId is "fixed" or "fixed_recurring".
invoiced, manual, automated_hours, automated_tm_basis Whether the project uses roles.
Requires notes on time entries for this project.
Requires a task selection on time entries for this project.
The record status of the project. Defaults to active.
active, archived When enabled, locks time and expenses on the project, preventing further edits.
Whether time should be tracked per assigned role. Only applies when useRoles is true.
When enabled, caps the number of hours a member can log per day on the project.
The maximum number of hours a member can log per day on the project. Only used if capMaxMemberHoursPerDay is true.
When enabled, caps the number of hours a member can log per week on the project.
The maximum number of hours a member can log per week on the project. Only used if capMaxMemberHoursPerWeek is true.
When enabled, caps the number of hours a member can log per month on the project.
The maximum number of hours a member can log per month on the project. Only used if capMaxMemberHoursPerMonth is true.
The URL to the associated cloud storage folder.
The practice ID (uuid) associated with this project.
The project type ID (uuid) associated with this project.
A list of project tag IDs (uuid) associated with this project.
The member ID (uuid) of the sales representative for this project.
The business unit ID (uuid) associated with this project.
Whether the project has a budget.
The budget mode. Only used if useBudget is true.
summary, detailed, aggregated The budgeted services revenue. Only used if useBudget is true.
The budgeted billable hours. Only used if useBudget is true and budgetMode is "summary".
The budgeted non-billable hours. Only used if useBudget is true and budgetMode is "summary".
The budgeted billable expenses. Only used if useBudget is true and budgetMode is "summary".
The budgeted non-billable expenses. Only used if useBudget is true and budgetMode is "summary".
The budgeted other items amount. Only used if useBudget is true and budgetMode is "summary".
Whether the project has a monthly budget.
The monthly budget mode. Only used if useMonthlyBudget is true.
summary, detailed The budgeted monthly services revenue. Only used if useMonthlyBudget is true.
The budgeted monthly billable hours. Only used if useMonthlyBudget is true and monthlyBudgetMode is "summary".
The budgeted monthly non-billable hours. Only used if useMonthlyBudget is true and monthlyBudgetMode is "summary".
The budgeted monthly billable expenses. Only used if useMonthlyBudget is true and monthlyBudgetMode is "summary".
The budgeted monthly non-billable expenses. Only used if useMonthlyBudget is true and monthlyBudgetMode is "summary".
The budgeted monthly other items amount. Only used if useMonthlyBudget is true and monthlyBudgetMode is "summary".
200
The unique identifier for the object.
The URL-friendly slug for the project.
The name of the project.
Notes associated with the project.
The project status.
tentative, not_started, in_progress, paused, completed, cancelled The start date for the project. Will be in the form YYYY-MM-DD.
The end date for the project. Will be in the form YYYY-MM-DD. null if no end date is set.
The project code.
The purchase order number.
The billing type for the project.
tm, fixed, fixed_recurring, non_billable Whether this project is billable. Derived from billingTypeId — false only when billingTypeId is "non_billable".
The 3-letter currency code associated with the project.
The revenue recognition method. Only applicable when billingTypeId is "fixed" or "fixed_recurring". null for other billing types.
invoiced, manual, automated_hours, automated_tm_basis Deprecated. Always null.
Deprecated. Always null.
Deprecated. Always null.
Deprecated. Always null.
Whether the project uses roles.
Whether the project has a budget.
The budget mode. null when useBudget is false.
summary, detailed, aggregated Whether the project has a monthly budget.
The monthly budget mode. null when useMonthlyBudget is false.
summary, detailed When enabled, caps the number of hours a member can log per day on the project.
The maximum number of hours a member can log per day on the project. Only used if capMaxMemberHoursPerDay is true. null when capMaxMemberHoursPerDay is false.
When enabled, caps the number of hours a member can log per week on the project.
The maximum number of hours a member can log per week on the project. Only used if capMaxMemberHoursPerWeek is true. null when capMaxMemberHoursPerWeek is false.
When enabled, caps the number of hours a member can log per month on the project.
The maximum number of hours a member can log per month on the project. Only used if capMaxMemberHoursPerMonth is true. null when capMaxMemberHoursPerMonth is false.
Requires notes on time entries for this project.
Requires a task selection on time entries for this project.
The record status of the project.
active, archived Whether time logged on this project counts as productive time. Only applicable for internal client projects; null for external client projects.
When enabled, locks time and expenses on the project, preventing further edits.
Whether time should be tracked per assigned role. Only applies when useRoles is true. null when useRoles is false.
The URL to the associated cloud storage folder.
The timestamp when the object was created.
The date the project was completed. Only populated when statusId is "completed".
The client associated with the project.
The practice associated with the project.
The project type associated with the project.
The project group associated with the project.
The tags associated with the project.
The sales representative for the project.
The business unit associated with the project.
The overall budget targets for the project. null when useBudget is false.
The monthly budget targets for the project. null when useMonthlyBudget is false.