Dashboard Dashboard Filters

The DashboardDashboardFilter table is used in the Dashboard package to store all of the criteria filters used for personalized views of a Dashboard. This table stores data from the user such as filter profiles, selection criteria, date ranges, and field names. It can also store any calculated values associated with the filters. This table is used to allow Dashboard users to easily manage their preferred filter settings and apply them to their Dashboards.

Body Params
int32

The DashboardDashboardFilterId is an integer data field in the DashboardDashboardFilter table. It stores the unique identifier associated with each DashboardFilter entity and is used to link the DashboardFilter to related data in the dashboard. The DashboardDashboardFilterId field is a primary key and must be populated with a unique, non-null value in order to persist each filter entry.

int32

DashboardId is an int field in the DashboardDashboardFilter table which represents the primary key, or unique identifier, of the associated dashboard filter.

int32

The DashboardFilterId field of type int in the DashboardDashboardFilter table is a unique identifier for a dashboard filter set associated with a given dashboard. It is used to reference the dashboard filter set from within the dashboard.

int32

The Sequence field of data type int in the DashboardFilter table is used to store the order in which the filters appear in the dashboard. The lower the number stored in this field, the higher priority the filter has and will appear closer to the top of the dashboard.

Response
200

OK

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