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.
Property
Read-onlyYes

Parameters

Accepts a FinanceProfitabilityRequest body with:
FieldTypeDescription
filterBystringDimension to group by: container, board, cycle, sku, jobrole, costcenter
startDateDateTimeStart of the date range
endDateDateTimeEnd of the date range

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.
Property
Read-onlyYes

Parameters

Accepts a FinanceDataRequest body with date range fields.

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.
Property
Read-onlyYes

Parameters

Accepts a FinanceDataRequest body with date range fields.

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.
Property
Read-onlyYes

Parameters

Accepts a FinanceDataRequest body with date range fields.

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.
Property
Read-onlyYes

Parameters

Accepts a FinanceDataRequest body with date range fields.

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.
Property
Read-onlyYes

Parameters

Accepts a FinanceDataRequest body with date range fields.

Returns

A list of FinanceBillableItem entries.

Metadata Tools

get_job_role_list

Get the list of configured job roles.
Property
Read-onlyYes

Parameters

None.

Returns

A list of ConfigJobRole objects with ID and name.

get_cost_center_list

Get the list of configured cost centers.
Property
Read-onlyYes

Parameters

None.

Returns

A list of ConfigCostCenter objects with ID and name.

get_sku_list

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

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.
Property
Read-onlyYes

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.
Property
Read-onlyYes

Parameters

None.

Returns

A list of DataFieldListData with ID and value.