Optionalparameters: { filter?: string; maxResults?: string; startAt?: string }
Optionalfilter?: stringAn optional filter that is applied to the list of dashboards.
OptionalmaxResults?: stringA hint as to the maximum number of dashboards to return in each call.
OptionalstartAt?: stringThe index of the first dashboard to return (0-based).
Optionaloptions: RequestOptions
Returns a list of all dashboards, optionally filtering them.