Interface DashboardsApiListDashboardsRequest

Hierarchy

  • DashboardsApiListDashboardsRequest

Properties

count?: number

The maximum number of dashboards returned in the list.

filterDeleted?: boolean

When true, this query returns only deleted custom-created or cloned dashboards. This parameter is incompatible with filter[shared].

filterShared?: boolean

When true, this query only returns shared custom created or cloned dashboards.

start?: number

The specific offset to use as the beginning of the returned response.

Generated using TypeDoc