Dashboard Charts

Defines a chart on a dashboard, including the position and size.

Body Params
int32

The dasshboard onto which the chart should be placed.

int32

The ChartId is an integer data type field in the DashboardChart table which stores a unique identifier for each individual chart item on a dashboard. This identifier is used to access and retrieve data specific to a given chart item.

int32 | null

The field Width of type int in the DashboardChart table indicates the width of the chart on the Dashboard in pixels. This can be used to adjust the size of the chart for optimal viewing.

int32

The Column field of data type int in the DashboardChart table is used to store integer values for use in metrics such as number of items or sales performance. This field is integral to the performance of the DashboardChart, and allows for quick and easy comparison of values related to the items in the table.

int32

Row is an integer field in the DashboardChart table used to identify the row in the table where the data associated with the chart object is stored. It is the primary key for the table.

Response
200

OK

Language
URL
Response
Click Try It! to start a request and see the response here!