dataSourceLinks Properties

The dataSourceLinks key defines all data source connections for the dashboard. It contains a separate node for each connection. Each connection has properties about each data source.

Property NameTypeDetails
fieldsArrayList of data sources included in the connection. Each data source contains the following properties.
  • dataSourceName: API name of the dataset or ID of the static step.
  • dataSourceType: The type of data source: “dataset” for a dataset or “static” for a static step.
  • fieldName: Name of the field used to match records between the data sources.
Included in the Dashboard Designer’s user interface.
labelStringDisplay label for the data source connection. Included in the Dashboard Designer’s user interface.
nameStringAPI name of the data source connection. Not included in the Dashboard Designer’s user interface.