interface GetDashboardsRequest {
    descending?: any;
    id?: any;
    limit?: number;
    offset?: number;
    org?: string;
    orgID?: string;
    owner?: string;
    sortBy?: string;
}

Properties

descending?: any
id?: any

A list of dashboard identifiers. Returns only the listed dashboards. If both id and owner are specified, only id is used.

limit?: number

Limits the number of records returned. Default is 20.

offset?: number

The offset for pagination. The number of records to skip.

org?: string

The name of the organization.

orgID?: string

The identifier of the organization.

owner?: string

A user identifier. Returns only dashboards where this user has the owner role.

sortBy?: string

The column to sort by.

MMNEPVFCICPMFPCPTTAAATR