getChartData

Returns audit information for a specified Event Collector area (work items, cases, process templates, process instances, or events) based on specified filter criteria. For example, you can request all outstanding work items whose status is OFFERED.

This operation returns the audit information in a tabular format, which is consumable by charting libraries such as Highcharts.

Usage

BPMChartService.getChartData(ChartModel,callback)

Parameters

Parameter Type Description
chartModel ChartModel object Data model to be used by the service request. The response populates ChartModel.data with the audit data requested.
callback Function Callback function to handle success or failure results from the request.