This page contains the reference for the DashboardStateRepresentation resource and all
the representations that make up the dashboard state for API responses. The following
representation details are not REST API endpoints on their own, but describe object
representations used in REST API response bodies.
DashboardStateRepresentation
| dataSourceLinks |
DashboardDataSourceLinkRepresentation[] |
The list of all datasource links in a dashboard. |
Small, 39.0 |
DEPRECATED 39.0-56.0 |
| dataSourceLinksInfo |
DashboardDataSourceLinksInfoRepresentation[] |
The list of datasource links information used as part of the dashboard. |
Small, 57.0 |
57.0 |
| filters |
FilterItemRepresentation[] |
The list of datasource filters applied in this dashboard. |
Small, 41.0 |
41.0 |
| gridLayouts |
GridLayoutRepresentation[] |
The list of all grid layouts for this dashboard. This property replaces the
'layouts' property and the two are mutually exclusive. |
Small, 36.0 |
36.0 |
| layouts |
LayoutRepresentation[] |
DEPRECATED The list of layouts for this dashboard. The gridLayouts parameter replaces this list. |
Small, 36.0 |
36.0 |
| parameters |
ParameterItemRepresentation[] |
The list of parameters created for this dashboard. |
Small, 58.0 |
58.0 |
| steps |
Map<String, StepRepresentation> |
The map of steps used to create this dashboard. The key string is the step name.
Valid step types are:
|
Small, 36.0 |
36.0 |
| widgetStyle |
GridLayoutWidgetStyleRepresentation |
Default styling for widgets in this dashboard. |
Small, 37.0 |
37.0 |
| widgets |
Map<String, DashboardWidgetRepresentation
|
The map of widgets used to create this dashboard. The key string is the widget
name. |
Small, 36.0 |
36.0 |
DashboardDataSourceLinkRepresentation
| fields |
DashboardDataSourceFieldRepresentation[] |
The list of fields connected in the data source link. |
Small, 39.0 |
39.0 |
| label |
String |
The label of the data source link. |
Small, 39.0 |
39.0 |
| name |
String |
The name of the data source link. |
Small, 39.0 |
39.0 |
DashboardDataSourceLinksInfoRepresentation
DashboardDataSourceRelationshipRepresentation
| fromDataSource |
String |
The fully qualified name of the "from" data source. |
Small, 57.0 |
57.0 |
| fromDataSourceType |
ConnectWaveDataSourceTypeEnum |
The type of the "from" data source. Valid values are:
- Apex
- Cdp
- Dataset
- Hierarchy
- ReportType
- Saql
- Sobject
- Static
|
Small, 57.0 |
57.0 |
| toDataSource |
String |
The fully qualified name of the "to" data source. |
Small, 57.0 |
57.0 |
| toDataSourceType |
ConnectWaveDataSourceTypeEnum |
The type of the "to" data source. Valid values are:
- Apex
- Cdp
- Dataset
- Hierarchy
- ReportType
- Saql
- Sobject
- Static
|
Small, 57.0 |
57.0 |
DashboardDataSourceFieldRepresentation
| dataSourceName |
String |
The datasource developer name. |
Small, 39.0 |
39.0 |
| dataSourceNamespace |
String |
The namespace that qualifies the dataset name |
Small, 39.0 |
39.0 |
| dataSourceType |
ConnectWaveDataSourceTypeEnum |
The type of datasource. Valid values are:
- Apex
- Cdp
- Dataset
- Hierarchy
- ReportType
- Saql
- Sobject
- Static
|
Small, 39.0 |
39.0 |
| fieldName |
String |
The name of field in the datasource |
Small, 39.0 |
39.0 |
FilterItemRepresentation
| cdpObject |
String |
The cdp datasource the filter applies to. |
Small, 55.0 |
55.0 |
| dataset |
AssetReferenceRepresentation |
The datasource to apply the filter to. |
Small, 41.0 |
41.0 |
| fields |
String[] |
The list of fields in filter. |
Small, 41.0 |
41.0 |
| hidden |
Boolean |
Indicates whether the filter is hidden in view mode (true) or not (false). |
Small, 41.0 |
41.0 |
| label |
String |
The label of the filter. |
Small, 41.0 |
41.0 |
| locked |
Boolean |
Indicates whether the filter is locked (true) or not (false). |
Small, 41.0 |
41.0 |
| operator |
String |
The operator for the filter. |
Small, 41.0 |
41.0 |
| sObject |
String |
The sObject datasource the filter applies to. |
Small, 55.0 |
55.0 |
| value |
String |
The value for the filter. |
Small, 41.0 |
41.0 |
GridLayoutRepresentation
| maxWidth |
Integer |
Add the ability for users to specify the maximum width that their dashboard can
flex to. |
Small, 38.0 |
38.0 |
| name |
String |
The name of this layout. |
Small, 36.0 |
36.0 |
| numColumns |
Integer |
Add the number of columns for a dashboard grid layout that is customizable. |
Small, 38.0 |
38.0 |
| pages |
GridLayoutPageRepresentation[] |
The list of pages of widgets within the layout. |
Small, 36.0 |
36.0 |
| rowHeight |
ConnectWaveRowHeightEnum |
Specifies the grid cell row height. Valid
values are:
|
Small, 39.0 |
39.0 |
| selectors |
String[] |
The list of selectors this layout applies to. |
Small, 36.0 |
36.0 |
| style |
GridLayoutStyleRepresentation |
The styling for the layout. |
Small, 37.0 |
37.0 |
| version |
Double |
Version of this layout. |
Small, 36.0 |
36.0 |
| widgetStyle |
GridLayoutWidgetStyleRepresentation |
DEPRECATED The default styling for widgets within the layout. |
Small, 36.0 |
36.0���37.0 |
GridLayoutStyleRepresentation
GridLayoutStyleRepresentation inherits properties from the abstract ImageParametersRepresentation. These base properties appear in
GridLayoutStyleRepresentation alongside the properties defined explicitly in the following
table.
| backgroundColor |
String |
The background color for the layout. |
Small, 36.0 |
36.0 |
| cellSpacingX |
Integer |
The horizontal spacing between grid cells. |
Small, 36.0 |
36.0 |
| cellSpacingY |
Integer |
The vertical spacing between grid cells. |
Small, 36.0 |
36.0 |
| gutterColor |
String |
The gutter color for the layout. |
Small, 36.0 |
36.0 |
ParameterItemRepresentation
| defaultValue |
Object |
The default value of the parameter. |
Small, 58.0 |
58.0 |
| description |
String |
The description of the parameter. |
Small, 58.0 |
58.0 |
| label |
String |
The label of the parameter. |
Small, 58.0 |
58.0 |
| name |
String |
The name of the parameter. |
Small, 58.0 |
58.0 |
ImageParametersRepresentation
ImageParametersRepresentation inherits properties from the abstract WidgetParametersRepresentation. These base properties appear in
ImageParametersRepresentation alongside the properties defined explicitly in the following
table.
| alignmentX |
ConnectWaveHorizontalAlignmentEnum |
The alignment of the text. Valid values are:
|
Small, 37.0 |
37.0 |
| alignmentY |
ConnectWaveVerticalAlignmentEnum |
The vertical alignment types.Valid values are:
|
Small, 37.0 |
37.0 |
| documentId |
String |
The document id of the image. |
Small, 37.0 |
37.0 |
| fit |
ConnectWaveImageFitTypeEnum |
The image alignment types. Valid values are:
- FitHeight
- FitWidth
- Original
- Stretch
- Tile
|
Small, 37.0 |
37.0 |
| image |
AssetReferenceRepresentation |
The image representation containing the name and the namespace. |
Small, v39.0 |
39.0 |
LayoutRepresentation
| device |
ConnectWaveLayoutDeviceTypeEnum |
The device rendering this dashboard. Valid values are:
- Applewatch
- Default
- External
- Ipad
- Iphone
|
Small, 36.0 |
36.0 |
| orientation |
ConnectWaveLayoutOrientationTypeEnum |
The layout orientation of this dashboard. Valid values are:
|
Small, 36.0 |
36.0 |
| pages |
LayoutPageRepresentation[] |
The list of layout pages available for the dashboard. |
Small, 36.0 |
36.0 |
| version |
Double |
The version of the layout for the dashboard. |
Small, 36.0 |
36.0 |
LayoutPageRepresentation
| rows |
String[] |
The rows associated with a layout page. |
Small, 36.0 |
36.0 |
AggregateStepRepresentation
AggregateStepRepresentation inherits properties from the abstract QueryStepRepresentation. These base properties appear in
AggregateStepRepresentation alongside the properties defined explicitly in the following
table.
| isFacet |
Boolean |
Indicates whether this step is a global filter which can be
faceted to other steps or widgets in the dashboard (true) or not (false). |
Small, 36.0 |
36.0 |
AggregateFlexStepRepresentation
AggregateFlexStepRepresentation inherits properties from the abstract QueryStepRepresentation. These base properties appear in
AggregateFlexStepRepresentation alongside the properties defined explicitly in the following
table.
| broadcastFacet |
Boolean |
Indicates whether this step broadcasts faceting filters to other steps on the
dashboard (true) or not (false). |
Small, 41.0 |
41.0 |
| cdpObject |
String |
The name of the CDP object used for the query. |
Small, 54.0 |
54.0-57.0 |
| cdpObjects |
String[] |
A list of the CDP object names used for the query. |
Small, 58.0 |
58.0 |
| connectionName |
String |
The name of the connection used for steps powered by external data. |
Small, 48.0 |
48.0 |
| dataspace |
String |
The dataspace name for CDP objects. |
Small, 61.0 |
61.0 |
| receiveFacetSource |
ReceiveFacetSourceRepresentation |
The receive facet configurations. |
Small, 41.0 |
41.0-47.0 |
| sobject |
String |
The name of the sObject used for a SOQL query. |
Small, 47.0 |
47.0 |
| values |
Map<String, DynamicValueRepresentation> |
A map of dynamic data values. |
Small, 57.0 |
57.0 |
ApexStepRepresentation
ApexStepRepresentation inherits properties from the abstract StepRepresentation. These base properties appear in
ApexStepRepresentation alongside the properties defined explicitly in the following
table.
CdpStepRepresentation
CdpStepRepresentation inherits properties from the abstract FlexMetadataStepRepresentation. These base properties appear in
CdpStepRepresentation alongside the properties defined explicitly in the following
table.
| broadcastFacet |
Boolean |
Indicates whether this step broadcasts faceting filters to other steps on the
dashboard (true) or not (false). |
Small, 54.0 |
54.0 |
| dataspace |
String |
The dataspace name for CDP objects. |
Small, 61.0 |
61.0 |
| query |
String |
The query for the step. |
Small, 54.0 |
54.0 |
| receiveFacetSource |
ReceiveFacetSourceRepresentation |
The receive facet source configuration |
Small, 54.0 |
54.0 |
| start |
String |
The start value for the step. |
Small, 54.0 |
54.0 |
| useGlobal |
Boolean |
Indicates whether this step is faceted to the global step. |
Small, 54.0 |
54.0 |
| values |
Map<String, DynamicValueRepresentation> |
A map of dynamic data values. |
Small, 59.0 |
59.0 |
| visualizationParameters |
StepVisualizationParametersRepresentation |
The parameters for the step visualization. |
Small, 54.0 |
54.0 |
DirectReportStepRepresentation
DirectReportStepRepresentation inherits properties from the abstract StepRepresentation. These base properties appear in
DirectReportStepRepresentation alongside the properties defined explicitly in the following
table.
| broadcastFacet |
Boolean |
Indicates whether this step broadcasts faceting filters to other steps on the
dashboard (true) or not (false). |
Small, 56.0 |
56.0 |
| query |
DirectReportStepQueryRepresentation |
The query to run for this step. |
Small, 53.0 |
53.0 |
| receiveFacetSource |
ReceiveFacetSourceRepresentation |
The receive facet configuration. |
Small, 56.0 |
56.0 |
| start |
String |
The start value for the step. |
Small, 56.0 |
56.0 |
| useGlobal |
Boolean |
Indicates whether this step gets tied to the global step (true) or not
(false). |
Small, 56.0 |
56.0 |
| visualizationParameters |
StepVisualizationParametersRepresentation |
The parameters for the step visualization. |
Small, 56.0 |
5.0 |
ForecastingStepRepresentation
ForecastingStepRepresentation inherits properties from the abstract StepRepresentation. These base properties appear in
ForecastingStepRepresentation alongside the properties defined explicitly in the following
table.
GrainStepRepresentation
GrainStepRepresentation inherits properties from the abstract QueryStepRepresentation. These base properties appear in
GrainStepRepresentation alongside the properties defined explicitly in the following
table.
| isFacet |
Boolean |
Indicates whether this step is a global filter which can be faceted to other steps
or widgets in the dashboard (true) or not (false). |
Small, 41.0 |
41.0 |
| query |
ApexStepQueryRepresentation |
The queries to run for this step. |
Small, 41.0 |
41.0 |
HierarchyStepRepresentation
HierarchyStepRepresentation inherits properties from the abstract StepRepresentation. These base properties appear in
HierarchyStepRepresentation alongside the properties defined explicitly in the following
table.
| filterField |
String |
The filter field to pass to the role hierarchy evaluation. |
Small, 55.0 |
55.0 |
| hierarchyType |
HierarchyTypeEnum |
The type of hierarchy used to facet. Valid values are:
- ForecastHierarchy
- RoleHierarchy
|
Small, 55.0 |
55.0 |
| query |
HierarchyStepQueryRepresentation |
The query parameters to pass to the role hierarchy evaluation. |
Small, 55.0 |
55.0 |
HierarchyStepQueryRepresentation
| limit |
Integer |
The maximum amount of results to return for this step. |
Small, 55.0 |
55.0 |
LensStepRepresentation
LensStepRepresentation inherits properties from the abstract StepRepresentation. These base properties appear in
LensStepRepresentation alongside the properties defined explicitly in the following
table.
MultiQueryStepRepresentation
MultiQueryStepRepresentation inherits properties from the abstract StepRepresentation. These base properties appear in
MultiQueryStepRepresentation alongside the properties defined explicitly in the following
table.
| columns |
ColumnRepresentation[] |
The list of queries to run for this step. |
Small, 36.0 |
36.0 |
| datasets |
AssetReferenceRepresentation[] |
The list of datasets used by this step. |
Small, 36.0 |
36.0 |
| globalQuery |
Query[] |
The query override for all columns. |
Small, 41.0 |
41.0 |
| isFacet |
Boolean |
Indicates whether this step is a global filter which can be faceted to other steps
or widgets in the dashboard (true) or not (false). |
Small, 41.0 |
41.0 |
| isGlobal |
Boolean |
Indicates whether this step is a global filter which can be faced to other steps or
widgets in the dashboard (true) or not (false). |
Small, 36.0 |
36.0 |
| start |
String |
The start value for the step. |
Small, 36.0 |
36.0 |
| useGlobal |
Boolean |
Indicates whether this step gets tied to the global step (true) or not
(false). |
Small, 36.0 |
36.0 |
| visualizationParameters |
StepVisualizationParametersRepresentation |
The parameters for the step visualization. |
Small, 36.0 |
36.0 |
SqlStepRepresentation
SqlStepRepresentation inherits properties from the abstract FlexMetadataStepRepresentation. These base properties appear in
SqlStepRepresentation alongside the properties defined explicitly in the following table.
| broadcastFacet |
Boolean |
Indicates whether this step broadcasts faceting filters to other steps on the
dashboard (true) or not (false). |
Small, 51.0 |
51.0 |
| connectionName |
String |
The name of the connection for the step. |
Small, 51.0 |
51.0 |
| query |
String |
The query for the step. |
Small, 51.0 |
51.0 |
| receiveFacetSource |
ReceiveFacetSourceRepresentation |
The receive facet configuration. |
Small, 52.0 |
52.0 |
| start |
String |
The start value for the step. |
Small, 51.0 |
51.0 |
| useGlobal |
Boolean |
Indicates whether this step is tied to the global step (true) or not
(false). |
Small, 53.0 |
53.0 |
| visualizationParameters |
StepVisualizationParametersRepresentation |
The parameters for the step visualization. |
Small, 51.0 |
51.0 |
SaqlStepRepresentation
SaqlStepRepresentation inherits properties from the abstract FlexMetadataStepRepresentation. These base properties appear in
SaqlStepRepresentation alongside the properties defined explicitly in the following
table.
| broadcastFacet |
Boolean |
Indicates whether this step broadcasts faceting filters to other steps on the
dashboard (true) or not (false). |
Small, 41.0 |
41.0 |
| query |
String |
The SAQL query for the step. |
Small, 39.0 |
39.0 |
| receiveFacetSource |
ReceiveFacetSourceRepresentation |
The receive facet source configuration |
Small, 48.0 |
48.0 |
| start |
String |
The start value for the step. |
Small, 39.0 |
39.0 |
| useGlobal |
Boolean |
Indicates whether this step is faceted to the global step. |
Small, 39.0 |
39.0 |
| values |
Map<String, ReceiveFacetSourceRepresentation> |
A map of dynamic data values. |
Small, 57.0 |
57.0 |
| visualizationParameters |
StepVisualizationParametersRepresentation |
The parameters for the step visualization. |
Small, 40.0 |
40.0 |
SoqlStepRepresentation
SoqlStepRepresentation inherits properties from the abstract FlexMetadataStepRepresentation. These base properties appear in
SoqlStepRepresentation alongside the properties defined explicitly in the following
table.
| broadcastFacet |
Boolean |
Indicates whether the step broadcasts faceting (true) or not (false). |
Small, 55.0 |
55.0 |
| isFacet |
Boolean |
Indicates whether this step is faceted to other steps on the dashboard (true) or
not (false). |
Small, 39.0 |
39.0 |
| query |
String |
The query for the step. |
Small, 39.0 |
39.0 |
| receiveFacetSource |
ReceiveFacetSourceRepresentation |
The receive facet source configuration. |
Small, 55.0 |
55.0 |
| start |
String |
The start value for the step. |
Small, 39.0 |
39.0 |
| useGlobal |
Boolean |
Indicates whether this step gets tied to the global step (true) or not
(false). |
Small, 39.0 |
39.0 |
| visualizationParameters |
StepVisualizationParametersRepresentation |
The parameters for step visualization. |
Small, 55.0 |
55.0 |
StaticStepRepresentation
StaticStepRepresentation inherits properties from the abstract StepRepresentation. These base properties appear in
StaticStepRepresentation alongside the properties defined explicitly in the following
table.
| datasets |
AssetReferenceRepresentation[] |
The list of datasets used by this step. |
Small, 36.0 |
36.0 |
| dimensions |
String[] |
A list of dimensions for the step. |
Small, 36.0 |
36.0 |
| isFacet |
Boolean |
Indicates whether this step is faceted to other steps on the dashboard (true) or
not (false). |
Small, 36.0 |
36.0 |
| isGlobal |
Boolean |
Indicates whether this step is a global filter which can be faceted to other steps
or widgets in the dashboard (true) or not (false). |
Small, 36.0 |
36.0 |
| start |
String |
The start value for the step. |
Small, 36.0 |
36.0 |
| useGlobal |
Boolean |
Indicates whether this step gets tied to the global step (true) or not
(false). |
Small, 36.0 |
36.0 |
| visualizationParameters |
StepVisualizationParametersRepresentation |
The parameters for the step visualization. |
Small, 36.0 |
36.0 |
StaticFlexStepRepresentation
StaticFlexStepRepresentation inherits properties from the abstract FlexMetadataStepRepresentation. These base properties appear in
StaticFlexStepRepresentation alongside the properties defined explicitly in the following
table.
| broadcastFacet |
Boolean |
Indicates whether this step broadcasts faceting filters to other steps on the
dashboard (true) or not (false). |
Small, 41.0 |
41.0 |
| columns |
StaticFlexStepColumnRepresentation |
The metadata about the columns used in values. |
Small, 47.0 |
47.0 |
| isGlobal |
Boolean |
Indicates whether this step is a global filter which can be faced to other steps or
widgets in the dashboard (true) or not (false). |
Small, 36.0 |
36.0 |
| start |
String |
The start value for the step. |
Small, 39.0 |
39.0 |
| useGlobal |
Boolean |
Indicates whether this step gets tied to the global step (true) or not
(false). |
Small, 39.0 |
39.0 |
| visualizationParameters |
StepVisualizationParametersRepresentation |
The parameters for the step visualization. |
Small, 40.0 |
40.0 |
QueryStepRepresentation
QueryStepRepresentation inherits properties from the abstract StepRepresentation. These base properties appear in
QueryStepRepresentation alongside the properties defined explicitly in the following
table.
| datasets |
AssetReferenceRepresentation[] |
The list of datasets used by this step. |
Small, 36.0 |
36.0 |
| isGlobal |
Boolean |
Indicates whether this step is a global filter which can be faced to other steps or
widgets in the dashboard (true) or not (false). |
Small, 36.0 |
36.0 |
| query |
Query |
The query to run for this step. |
Small, 36.0 |
36.0 |
| start |
String |
The start value for the step. |
Small, 36.0 |
36.0 |
| useGlobal |
Boolean |
Indicates whether this step gets tied to the global step (true) or not
(false). |
Small, 36.0 |
36.0 |
| visualizationParameters |
StepVisualizationParametersRepresentation |
The parameters for the step visualization. |
Small, 36.0 |
36.0 |
StepRepresentation
| label |
String |
The display label for the step. |
Small, 36.0 |
36.0 |
| selectMode |
ConnectWaveSelectModeEnum |
The select mode types. Valid values are:
- Multi
- MultiRequired
- None
- Single
- SingleRequired
|
Small, 36.0 |
36.0 |
| type |
ConnectWaveDashboardStepTypeEnum |
The type of dashboard step. Valid values are:
- Aggregate
- AggregateFlex
- Apex
- Cdp
- DirectReport
- Discovery
- Forecasting
- Grain
- Hierarchy
- Lens
- Multi
- Saql
- Soql
- Sql
- Static
- StaticFlex
- Watchlist
|
Small, 36.0 |
36.0 |
ApexStepQueryRepresentation
| body |
Object |
The body for the Apex request. |
Small, 41.0 |
41.0 |
| path |
String |
The path to the Apex controller. |
Small, 41.0 |
41.0 |
DirectReportStepQueryRepresentation
| metadata |
Object |
The metadata for the query. |
Small, 53.0 |
53.0 |
| mode |
DirectReportModeEnum |
The query mode. Valid values are:
- Aggregate
- Details
- Summary
|
Small, 53.0 |
53.0 |
| reportId |
String |
The ID for the query report. |
Small, 53.0 |
53.0 |
ForecastingStepQueryRepresentation
| forecastTypeId |
String |
The forecast type for the query. |
Small, 59.0 |
59.0 |
| startDate |
Object |
The start date for the query. |
Small, 59.0 |
59.0 |
| territoryId |
String |
The territory ID for the query. |
Small, 59.0 |
59.0 |
| userId |
String |
The user ID for the query. |
Small, 59.0 |
59.0 |
StaticFlexStepColumnRepresentation
| aggregateFunction |
String |
The aggregate function for the column. |
Small, 47.0 |
47.0 |
| dataset |
AssetReferenceRepresentation |
The dataset used in the column. |
Small, 47.0 |
47.0 |
| field |
String |
The aggregate field for the column. |
Small, 47.0 |
47.0 |
| type |
ConnectWaveDashboardStaticStepColumnTypeEnum |
The column type. Valid values are
- String
- Number
- Grouping
- Aggregate
|
Small, 47.0 |
47.0 |
StepVisualizationParametersRepresentation
| options |
LensVisualizationOptions |
The configuration options for different lens visualizations. Valid values
are:
|
Small, 36.0 |
36.0 |
| parameters |
Object |
Valid widget parameters based on its type. |
Small, 40.0 |
40.0 |
| type |
ConnectWaveWidgetTypeEnum |
The type of the widget. Valid values are:
- Box
- Chart
- CompareTable
- Component
- Container
- DateSelector
- FilterPanel
- GlobalFilters
- Image
- Inherit
- Link
- ListSelector
- Navigation
- Number
- PillBox
- RangeSelector
-
Repeater>
- Table
- Text
- Url
- ValuesTable
|
Small, 40.0 |
40.0 |
| visualizationType |
String |
The type of visualization. Valid values are:
- Bullet
- CalendarHeatMap
- Combo
- ComparisonTable
- Flatgauge
- Gauge
- HeatMap
- HorizontalBar
- HorizontalDot
- Line
- Matrix
- ParallelCoordinates
- Pie
- PivotTable
- Polargauge
- Pyramid
- Rating
- Scatter
- StackWaterfall
- StackedHorizontalBar
- StackedVerticalBar
- Time
- TimeBar
- TimeCombo
- ValuesTable
- VerticalBar
- VerticalDot
- Waterfall
|
Small, 36.0 |
36.0 |
ReceiveFacetSourceRepresentation
| mode |
ConnectWaveDashboardStepReceiveFacetModeTypeEnum |
The type of receive facet mode. Valid values are:
|
Small, 48.0 |
48.0 |
| steps |
String[] |
A list of steps that the current step receives or omits faceting from. |
Small, 48.0 |
48.0 |
TextWidgetParametersRepresentation
TextWidgetParametersRepresentation inherits properties from the abstract WidgetParametersRepresentation. These base properties appear in
TextWidgetParametersRepresentation alongside the properties defined explicitly in the
following table.
| conditionalFormattingSource |
TextWidgetConditionalFormattingSourceRepresentation |
The conditional formatting source for the widget. |
Small, 57.0 |
57.0 |
| content |
DynamicDataRepresentation |
The dynamic value of the text in the widget. |
Small, 49.0 |
49.0 |
| fontSize |
Object |
The font size of the text in the widget. |
Small, 36.0 |
36.0 |
| interactions |
InteractionRepresentation[] |
A list of the interaction parameters for the widget. |
Small, 57.0 |
57.0 |
| text |
String |
DEPRECATED The value of the text in the widget. |
Small, 36.0 |
36.0-48.0 |
| textAlignment |
ConnectWaveHorizontalAlignmentEnum |
The alignment of the text. Valid values are:
|
Small, 36.0 |
36.0 |
| textColor |
String |
The color of the text in the widget. |
Small, 36.0 |
36.0 |
| textOverflow |
ConnectWaveTextOverflowEnum |
The overflow of the text. Valid values are:
|
Small, 60.0 |
60.0 |
| tooltip |
String |
The tooltip for the widget. |
Small, 42.0 |
42.0 |
InteractionRepresentation
| actions |
InteractionActionRepresentation[] |
A list of the actions for the interaction. Valid actions types are:
|
Small, 57.0 |
57.0 |
| event |
ConnectWaveInteractionEventType |
The event type for the interaction. Valid values are:
|
Small, 57.0 |
57.0 |
InteractionActionRepresentation
| action |
ConnectWaveInteractionActionTypeEnum |
The action type for the interaction. Valid values are:
- Clear
- Flow
- Navigate
- Reset
|
Small, 57.0 |
57.0-59.0 |
| type |
ConnectWaveInteractionActionTypeEnum |
The action type for the interaction. Valid values are:
- Clear
- Flow
- Navigate
- Reset
|
Small, 60.0 |
60.0 |
InteractionClearActionRepresentation
InteractionClearActionRepresentation inherits properties from the abstract InteractionActionRepresentation. These base properties appear in
InteractionClearActionRepresentation alongside the properties defined explicitly in the following
table.
| clearType |
ConnectWaveInteractionClearTypeEnum |
The clear type for the interaction. Valid values are:
- ClearAll
- ClearExclude
- ClearInclude
|
Small, 59.0 |
59.0 |
| lensIds |
String[] |
A list of lens IDs for the interaction. |
Small, 59.0 |
59.0 |
InteractionFlowActionRepresentation
InteractionFlowActionRepresentation inherits properties from the abstract InteractionActionRepresentation. These base properties appear in
InteractionFlowActionRepresentation alongside the properties defined explicitly in the following
table.
| attributes |
Map<Object,Object> |
A map of interaction attributes. |
Small, 58.0 |
58.0 |
| name |
String |
The API name of the action. |
Small, 58.0 |
58.0 |
InteractionNavigateActionRepresentation
InteractionNavigateActionRepresentation inherits properties from the abstract InteractionActionRepresentation. These base properties appear in
InteractionNavigateActionRepresentation alongside the properties defined explicitly in the following
table.
| destinationLink |
LinkDestinationRepresentation |
The destination link for the action. |
Small, 57.0 |
57.0 |
| destinationType |
ConnectWaveInteractionDestinationTypeEnum |
The destination type for the action. Valid values are:
- Component
- Dashboard
- Explore
- Lens
- Page
- Url
|
Small, 57.0 |
57.0 |
| goBack |
Boolean |
Indicates whether to navigate back on deselection (true) or not (false). |
Small, 57.0 |
57.0 |
InteractionResetActionRepresentation
InteractionResetActionRepresentation inherits properties from the abstract InteractionActionRepresentation. These base properties appear in
InteractionResetActionRepresentation alongside the properties defined explicitly in the following
table.
| resetType |
ConnectWaveInteractionResetTypeEnum |
The reset type for the action. Valid values are:
|
Small, 58.0 |
58.0 |
TextWidgetConditionalFormattingSourceRepresentation
| field |
String |
The field used to retrieve the conditional formatting for the widget. |
Small, 57.0 |
57.0 |
| scope |
String |
The scope of the conditional formatting rules for the widget |
Small, 57.0 |
57.0 |
| step |
String |
The step used to retrieve the conditional formatting rules for the widget |
Small, 57.0 |
57.0 |
FilterItemOptionsRepresentation
| backgroundColor |
String |
The background color of the filter items. |
Small, 41.0 |
41.0 |
| borderColor |
String |
The border color of the filter items. |
Small, 41.0 |
41.0 |
| borderRadius |
Integer |
The border radius of the filter items. |
Small, 41.0 |
41.0 |
| borderWidth |
Integer |
The border width of the filter items. |
Small, 41.0 |
41.0 |
| propertyColor |
String |
The property color of the filter items. |
Small, 41.0 |
41.0 |
| valueColor |
String |
The value color of the filter items. |
Small, 41.0 |
41.0 |
FilterItemReferenceRepresentation
FilterItemReferenceRepresentation inherits properties from the abstract FilterRepresentation. These base properties appear in
FilterItemReferenceRepresentation alongside the properties defined explicitly in the
following table.
| cdpObject |
String |
The cdp datasource in the filters
section. |
Small, v55 |
55.0 |
| dataset |
AssetReferenceRepresentation[] |
The dataset in the filters section. |
Small, 46.0 |
46.0 |
| field |
String |
The field in the filters section. |
Small, 46.0 |
46.0 |
| sObject |
String |
The sObject in the filters
section. |
Small, v55 |
55.0 |
FilterPanelTitleRepresentation
| separatorColor |
String |
The filter panel's title separator color. |
Small, 41.0 |
41.0 |
| text |
TextRepresentation[] |
The filter panel's title text. |
Small, 41.0 |
41.0 |
| visible |
Boolean |
Indicates whether the filter panel's title is visible (true) or not
(false). |
Small, 41.0 |
41.0 |
FilterParamRepresentation
| filter |
String |
The filter expression that specifies which records to include. |
Small, 41.0 |
41.0 |
| saqlFilter |
String |
The SAQL expression that specifies which records to include. |
Small, 44.0 |
44.0 |
LinkAssetDestinationRepresentation
| name |
String |
The name of the asset referenced by the link. |
Small, 45.0 |
45.0 |
| namespace |
String |
The namespace of the asset referenced by the link. |
Small, 45.0 |
45.0 |
| pageName |
String |
The page name for the link. |
Small, 45.0 |
45.0 |
| savedViewId |
String |
The dashboard saved view id for the link. |
Small, 47.0 |
47.0 |
| widgetId |
String |
The dashboard widget id for the link. |
Small, 47.0 |
47.0 |
LinkPageDestinationRepresentation
| name |
String |
The name of the page referenced by the link. |
Small, 45.0 |
45.0 |
LinkUrlDestinationRepresentation
| tooltip |
String |
The tooltip for the link. |
Small, 45.0 |
45.0 |
| url |
String |
The URL of the link. |
Small, 45.0 |
45.0 |
TabStyleParametersRepresentation
| backgroundColor |
String |
The background color for the tab. |
Small, 43.0 |
43.0 |
| borderColor |
String |
The border color for the tab. |
Small, 43.0 |
43.0 |
| borderEdges |
ConnectWaveBorderEdgeTypeEnum[] |
The edges of the border to be drawn.
Valid values are:
- All
- Bottom
- Left
- Right
- Top
|
Small, 43.0 |
43.0 |
| borderWidth |
Integer |
The border width for the tab. |
Small, 43.0 |
43.0 |
| textColor |
String |
The text color for the selected tab. |
Small, 43.0 |
43.0 |
LinkDestinationRepresentation
| tooltip |
String |
The tooltip for the link. |
Small, 46.0 |
46.0 |
| url |
String |
The URL for the link. |
Small, 43.0 |
43.0 |
LinkMassActionDestinationRepresentation
| actionName |
String |
The name of the action. |
Small, 51.0 |
51.0 |
| field |
String |
The field name for the action. |
Small, 51.0 |
51.0 |
| step |
String |
The step to invoke the action on. |
Small, 51.0 |
51.0 |
FilterStyleRepresentation
| titleColor |
String |
The color of the displayed title. |
Small, 46.0 |
46.0 |
| valueColor |
String |
The color for the displayed value. |
Small, 46.0 |
46.0 |
CardSelectionStyleParametersRepresentation
| backgroundColor |
String |
The background color of selected card. Must be a 6 digit hex string. |
Small, 54.0 |
54.0 |
| borderColor |
String |
The border color of selected card. Must be a 6 digit hex string. |
Small, 54.0 |
54.0 |
| borderEdges |
ConnectWaveBorderEdgeTypeEnum[] |
The edges of the border to be drawn.
Valid values are:
- All
- Bottom
- Left
- Right
- Top
|
Small, 54.0 |
54.0 |
| borderRadius |
Integer |
The border radius of selected card. |
Small, 54.0 |
54.0 |
| borderWidth |
Integer |
The border width of selected card. |
Small, 54.0 |
54.0 |
CellPropertiesImageParametersRepresentation
| alignmentX |
ConnectWaveHorizontalAlignmentEnum |
The horizontal alignment for the image. Valid values are:
|
Small, 54.0 |
54.0 |
| alignmentY |
ConnectWaveVerticalAlignmentEnum |
The vertical alignment for the image. Valid values are:
|
Small, 54.0 |
54.0 |
| altText |
String |
The alternate text for the image. |
Small, 54.0 |
54.0 |
| fit |
ConnectWaveImageFitTypeEnum |
The fit type for the image. Valid values are:
- FitHeight
- FitWidth
- Original
- Stretch
- Tile
|
Required |
54.0 |
| source |
Object |
The source URL for the image. |
Small, 54.0 |
54.0 |
CellPropertiesNumberParametersRepresentation
| compact |
Boolean |
Indicates whether compact form is on (true) or not (false). |
Small, 54.0 |
54.0 |
| measureField |
String |
The measure field this number is calculated from. |
Small, 54.0 |
54.0 |
| noResultsLabel |
String |
The text to display when no results are found. |
Small, 54.0 |
54.0 |
| numberColor |
String |
The color of the number. |
Small, 54.0 |
54.0 |
| numberSize |
Object |
The size of the number. |
Small, 54.0 |
54.0 |
| textAlignment |
ConnectWaveHorizontalAlignmentEnum |
The alignment for the text. Valid values are:
|
Small, 54.0 |
54.0 |
| title |
String |
The title of the widget. |
Small, 54.0 |
54.0 |
| titleColor |
String |
The color of the title. |
Small, 54.0 |
54.0 |
| titleSize |
String |
The size of the title. |
Small, 54.0 |
54.0 |
CellPropertiesTextParametersRepresentation
ColumnPropertiesRepresentation
| parameters |
Object |
The valid column parameters based on its type. |
Small, 42.0 |
42.0 |
| type |
ConnectWaveColumnRenderTypeEnum |
The render types of a column. Valid values are:
|
Small, 41.0 |
41.0 |
ColumnParametersBarRepresentation
| width |
Integer |
The width for the column. |
Small, 54.0 |
54.0 |
ColumnParametersImageRepresentation
| alignment |
ConnectWaveHorizontalAlignmentEnum |
The horizontal alignment for the image. Valid values are:
|
Small, 54.0 |
54.0 |
| height |
Integer |
The image height for the image. |
Small, 54.0 |
54.0 |
| width |
Integer |
The width for the column. |
Small, 54.0 |
54.0 |
ColumnParametersTextRepresentation
| alignment |
ConnectWaveHorizontalAlignmentEnum |
The horizontal alignment for the column. Valid values are:
|
Small, 54.0 |
54.0 |
| styles |
TextStyleRepresentation |
The text style for the column. |
Small, 54.0 |
54.0 |
| width |
Integer |
The width for the column. |
Small, 54.0 |
54.0 |
TextStyleRepresentation
| bold |
Boolean |
Indicates whether the text is bold (true) or not (false). |
Small, 54.0 |
54.0 |
| linkColor |
String |
The text color when the text is a link. |
Small, 54.0 |
54.0 |
CustomBulkActionRepresentation
| label |
String |
The label for the custom action. |
Small, 39.0 |
39.0 |
| visualforce |
AssetReferenceRepresentation |
The VisualForce page to invoke for the custom action. |
Small, 39.0 |
39.0 |
TextRepresentation
| align |
ConnectWaveHorizontalAlignmentEnum |
The alignment of the text. Valid values are:
|
Small, 41.0 |
41.0 |
| color |
String |
The color of the text. |
Small, 41.0 |
41.0 |
| fontSize |
Integer |
The font size of the text. |
Small, 41.0 |
41.0 |
| label |
String |
The label for the text. |
Small, 41.0 |
41.0 |
ColumnRepresentation
| format |
ConnectWaveColumnFormatEnum |
The column format value. Valid
values are:
- CurrencyCents
- CurrencyDollars
- Number
- Percentage
|
Small, 36.0 |
36.0 |
| header |
String |
The header text of this column. |
Small, 36.0 |
36.0 |
| hidden |
Boolean |
Indicates whether the column is hidden (true) or not (false). |
Small, 36.0 |
36.0 |
| query |
Query |
The SAQL used to create the comparison table. |
Small, 36.0 |
36.0 |
| showBars |
Boolean |
Indicates whether to show bars for the column (true) or not
(false). |
Small, 36.0 |
36.0 |
| sort |
ConnectWaveColumnSortEnum |
The column sort order. Valid values
are:
- None
- Ascending
- Descending
- InnerAscending
- InnerDescending
|
Small, 36.0 |
36.0 |
DynamicDataRepresentation
RichTextContentBlockRepresentation
| attributes |
Map<String, Object> |
Map of text attribute names and values. |
Small, 52.0 |
52.0 |
| insert |
String |
The text block content |
Small, 52.0 |
52.0 |
DynamicValueRepresentation
| compact |
Boolean |
Indicates whether the resolved value is compact (true)
or not (false). |
Small, 55.0 |
55.0 |
| field |
String |
The column used to resolve the value. |
Small, 49.0 |
49.0 |
| noResultsLabel |
String |
The text to display when no results are found. |
Small, 55.0 |
55.0 |
| sourcecType |
ConnectWaveDynamicDataSourceType |
The interaction type for the value.
Valid values are:
|
Small, 49.0 |
49.0 |
| step |
String |
The step id for the value. |
Small, 49.0 |
49.0 |
TooltipContentRepresentation