GET/projects/api/v3/reporting/precanned/budget/report//totals.json
Get budget report totals
Query Params
- Name
 startDate- Type
 - string
 - Description
 
- Name
 searchTerm- Type
 - string
 - Description
 filter by project or company
- Name
 orderMode- Type
 - string
 - Description
 order mode
- Default
 asc- Allowed values
 ascdesc
- Name
 orderBy- Type
 - string
 - Description
 order by
- Default
 name- Allowed values
 namebudgetStatusbudgetAmountFinancialbudgetAmountTimebudgetUsedFinancialbudgetUsedTimebudgetUsedPercentagebudgetRemainingFinancialbudgetRemainingTimebillableTimenonBillableTimeprofitprofitPercentagebillableTotalrevenueTimeBasedrevenueExpensestotalCostcostTimeBasedcostBillableTimeBasedcostNonBillableTimeBasedcostExpenses
- Name
 endDate- Type
 - string
 - Description
 budget end date
- Name
 pageSize- Type
 - integer
 - Description
 number of items in a page
- Default
 50
- Name
 page- Type
 - integer
 - Description
 page number
- Default
 1
- Name
 include- Type
 - array[string]
 - Description
 include
- Format
 - Comma separated values
 - Allowed values
 companiesprojectsprojects.budgetstasklists.budgetsproject.taskliststasklists
- Name
 filter- Type
 - array[any]
 - Description
 filter object body
- Format
 - Comma separated values
 
- Name
 fields[projects]- Type
 - array[string]
 - Description
 - Format
 - Comma separated values
 - Allowed values
 idname
- Name
 fields[projectBudgets]- Type
 - array[string]
 - Description
 - Format
 - Comma separated values
 - Allowed values
 idprojectIdtypestatuscapacityUsedcapacityoriginatorBudgetIdisRepeatingrepeatPeriodrepeatUnitrepeatsRemainingsequenceNumberstartDateTimeendDateTimecurrencyCodetimelogTypeexpenseTypedefaultRatenotificationIdscreatedByUserIddateCreatedupdatedUserIddateUpdatedcompletedByUserIddateCompleteddeletedByUserIddateDeleted
- Name
 fields[companies]- Type
 - array[string]
 - Description
 - Format
 - Comma separated values
 - Allowed values
 idnamelogoUploadedToServerlogoImage
Responses
- Code
 - 200
 - Type
 - object
 - Schema
 - Description
 - 200 OK
 
- Code
 - 400
 - Type
 - object
 - Schema
 - Description
 - 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON. 
- Code
 - 403
 - Type
 - object
 - Schema
 - Description
 - 403 Forbidden
ErrorResponse defines how []Error should be marshaled to JSON. 
200 OK
BudgetReportTotals
{
  "activeBudgetCount": 0,
  "billableTime": 0,
  "billableTimeAverage": 0,
  "billableTotal": 0,
  "billableTotalAverage": 0,
  "budgetAmountFinancial": 0,
  "budgetAmountFinancialAverage": 0,
  "budgetAmountTime": 0,
  "budgetAmountTimeAverage": 0,
  "budgetRemainingFinancial": 0,
  "budgetRemainingFinancialAverage": 0,
  "budgetRemainingTime": 0,
  "budgetRemainingTimeAverage": 0,
  "budgetUsedFinancial": 0,
  "budgetUsedFinancialAverage": 0,
  "budgetUsedPercentage": 0,
  "budgetUsedPercentageAverage": 0,
  "budgetUsedTime": 0,
  "budgetUsedTimeAverage": 0,
  "companyCount": 0,
  "completedBudgetCount": 0,
  "costBillableTimeBased": 0,
  "costBillableTimeBasedAverage": 0,
  "costExpenses": 0,
  "costExpensesAverage": 0,
  "costNonBillableTimeBased": 0,
  "costNonBillableTimeBasedAverage": 0,
  "costTimeBased": 0,
  "costTimeBasedAverage": 0,
  "nonBillableTime": 0,
  "nonBillableTimeAverage": 0,
  "profit": 0,
  "profitAverage": 0,
  "profitPercentage": 0,
  "profitPercentageAverage": 0,
  "projectBudgetCount": 0,
  "projectCount": 0,
  "revenueExpenses": 0,
  "revenueExpensesAverage": 0,
  "revenueTimeBased": 0,
  "revenueTimeBasedAverage": 0,
  "totalCost": 0,
  "totalCostAverage": 0,
  "upcomingBudgetCount": 0
}