APIs in the AnalyticsUtils module
Use the APIs in the AnalyticsUtils module to help analytics entities or actions perform data interactions with the PRPC server.
- updateInsight(insightID, insightObject)
Updates an existing insight.
- createInsight(insightObject)
Creates a new insight containing the specified metadata.
- deleteInsight(insightID)
Deletes an existing insight.
- exportToExcel(exportRequest)
Exports a table into an Excel file.
- getDataObjects()
Retrieves the list of data objects in the current application.
- getDataPageObjects(useCache)
Retrieves the list of data objects in the current application.
- getDataViewMetadata(dataViewName, skipStoreCheck)
Obtains the metadata of the given data view and caches the response in session storage.
- getDefaultColumns(payload)
Retrieves the default columns for a table displaying case data.
- getFieldsForDataSource(dataViewName, skipStoreCheck)
Obtains the columns configured on the Report Definition bound to the given data view.
- getInsightByID(insightID)
Retrieves the metadata of a specific insight.
- getInsightIDs()
Retrieves all available insights.
- translateStrings(stringsToTranslate)
Translates a list of strings.
Previous topic setBehaviorOverrides(overridesObj) Next topic updateInsight(insightID, insightObject)