Optionalparameters: {Optionalfilter?: string & {} | "favourite" | "my"The filter applied to the list of dashboards. Valid values are:
favourite Returns dashboards the user has marked as favorite.my Returns dashboards owned by the user.OptionalmaxResults?: numberThe maximum number of items to return per page.
OptionalstartAt?: numberThe index of the first item to return in a page of results (page offset).
Optionaloptions: RequestOptions
Returns a list of dashboards owned by or shared with the user. The list may be filtered to include only favorite or owned dashboards.
This operation can be accessed anonymously.
Permissions required: None.