Dashboard Filters

The DashboardFilter table is an integral part of the Dashboard package. This table is used to store filter values that can be applied to Dashboard views. It includes columns for filter names, filter values, creation dates, and modification dates. The DashboardFilter table can be used to quickly access and apply the same filter criteria to multiple Dashboard views. This helps minimize the need to manually configure each view.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The DashboardFilterId field is an integer data type in the DashboardFilter table that uniquely identifies each DashboardFilter record and is used to quickly inform a query of the exact filter being requested.

string | null

The Name of data type nvarchar with a maximum length of 128 field in the DashboardFilter table is used to store alphanumeric values with a set length of up to 128 characters. The stored data is used to populate Dashboard filtering rules.

string | null

The DashboardFilter table stores description of nvarchar data type up to 512 characters. It is used to store descriptive information related to the filters of a given dashboard.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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