Optional filterOptional filterReturn 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 pageMaximum number of dashboards to return per page. Server-side maximum is 500; values above 500 return a 400 Bad Request.
Optional pageZero-based offset into the result set.
Generated using TypeDoc
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,Zor+00:00); naive timestamps return HTTP 400.