Skip to main content

Reporting tools

get_profitability

See revenue, cost, billable hours, and non-billable hours for a specified date range, broken down by a filter dimension.

Parameters

Returns

A list of FinanceProfitability entries with revenue, cost, billable/non-billable hours per dimension value.

get_time_code_hours_logged

See hours logged per time code for the specified time period.

Parameters

Returns

A list of FinanceChartData entries with time code and hours.

get_weekly_time_logs

Get total time logged per week, broken down by total, billable, and non-billable hours.

Parameters

Returns

A list of FinanceTimeWeekSummary entries per week.

get_work_estimate_logged

Get the top 100 items where time logged exceeds the work estimate, for the specified date range.

Parameters

Returns

A list of FinanceWorkEstimateTimeLogged entries with item details, estimate, and logged hours.

get_user_hours_summary

Per-user summary showing job role, total hours, billable hours, non-billable hours, and percentages.

Parameters

Returns

A list of FinanceTimeUserSummary entries per user.

get_item_billable_summary

Per-item billable hours, cost, revenue, gross margin, with container and board context.

Parameters

Returns

A list of FinanceBillableItem entries.

Metadata tools

get_job_role_list

Get the list of configured job roles.

Parameters

None.

Returns

A list of ConfigJobRole objects with ID and name.

get_cost_center_list

Get the list of configured cost centers.

Parameters

None.

Returns

A list of ConfigCostCenter objects with ID and name.

get_sku_list

Get the list of stock-keeping units (SKUs).

Parameters

None.

Returns

A list of ConfigSku objects with ID and name.

get_non_billable_time_code_list

Get the list of non-billable time codes.

Parameters

None.

Returns

A list of ConfigNonBillable objects with ID and name.

get_billable_time_code_list

Get the list of billable time codes, as used when logging time to items.

Parameters

None.

Returns

A list of DataFieldListData with ID and value.

get_crm_list

Get the list of CRM customer records. Use these IDs for Picker fields with Crm scope.

Parameters

None.

Returns

A list of DataCrm objects with ID and name.