public static class DashboardsApi.ListDashboardsUsageOptionalParameters extends Object
| Constructor and Description |
|---|
ListDashboardsUsageOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
DashboardsApi.ListDashboardsUsageOptionalParameters |
filterEditedBefore(String filterEditedBefore)
Set filterEditedBefore.
|
DashboardsApi.ListDashboardsUsageOptionalParameters |
filterViewedBefore(String filterViewedBefore)
Set filterViewedBefore.
|
DashboardsApi.ListDashboardsUsageOptionalParameters |
pageLimit(Long pageLimit)
Set pageLimit.
|
DashboardsApi.ListDashboardsUsageOptionalParameters |
pageOffset(Long pageOffset)
Set pageOffset.
|
public ListDashboardsUsageOptionalParameters()
public DashboardsApi.ListDashboardsUsageOptionalParameters pageLimit(Long pageLimit)
pageLimit - Maximum number of dashboards to return per page. Server-side maximum is 500;
values above 500 return a 400 Bad Request. (optional, default to 250)public DashboardsApi.ListDashboardsUsageOptionalParameters pageOffset(Long pageOffset)
pageOffset - Zero-based offset into the result set. (optional, default to 0)public DashboardsApi.ListDashboardsUsageOptionalParameters filterEditedBefore(String filterEditedBefore)
filterEditedBefore - 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. (optional)public DashboardsApi.ListDashboardsUsageOptionalParameters filterViewedBefore(String filterViewedBefore)
filterViewedBefore - 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.
(optional)Copyright © 2026. All rights reserved.