Interface DashboardsApiListDashboardsUsageRequest

Hierarchy

  • DashboardsApiListDashboardsUsageRequest

Properties

filterEditedBefore?: string

Return only dashboards whose last edit (edited_at) is strictly before this ISO 8601 timestamp (edited_at < value; boundary matches are excluded). Must include a timezone offset (for example, Z or +00:00); naive timestamps return HTTP 400.

filterViewedBefore?: string

Return only dashboards whose most recent view (viewed_at) is strictly before this ISO 8601 timestamp, including dashboards that have never been viewed. Must include a timezone offset; naive timestamps return HTTP 400. Orgs without Real User Monitoring (RUM) will see all dashboards returned by this filter.

pageLimit?: number

Maximum number of dashboards to return per page. Server-side maximum is 500; values above 500 return a 400 Bad Request.

pageOffset?: number

Zero-based offset into the result set.

Generated using TypeDoc