Skip to main content

Typed access

Reporting operations are reached via client.Api.Insight.Report.Item on EksoClient.
await client.Api.Insight.Report.Item.Report_itemAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
POST/api/insight/report/itemReturns billable item data for the specified reporting period.
POST/api/insight/report/profitabilityReturns profitability data for the specified reporting period.
POST/api/insight/report/profitability/drilldownReturns detailed profitability drilldown data for a specific item or grouping.
POST/api/insight/report/risk/board-cycleReturns board cycle time risk analysis for the specified reporting period.
POST/api/insight/report/risk/estimate-loggedReturns work estimate versus time logged risk data for the specified reporting period.
POST/api/insight/report/time-codeReturns time code distribution data for the specified reporting period.
POST/api/insight/report/time-week-summaryReturns a weekly summary of logged time for the specified reporting period.
POST/api/insight/report/userReturns a per-user summary of logged time for the specified reporting period.
POST/api/insight/report/user-timesheetReturns detailed timesheet entries for a specific user and reporting period.

See also