getDashboardCollection

GET {{baseUrl}}/wave/dashboards

Get all available dashboards.

Request Params

KeyDatatypeRequiredDescription
folderIdstringFilters the results to include only the contents of a specific folder. The id can be the requesting user’s ID for items in the user’s private folder.
idsstringFilters the results to include only the dashboards with the specified ids.
mobileOnlystringFilters the results for mobile enabled dashboards only.
pagestringA generated token that indicates the view of dashboard to be returned.
pageSizestringThe number of items to be returned in a single page. Minimum is 1, maximum is 200, and default is 25.
qstringSearch terms. Individual terms are separated by spaces. A wildcard is automatically appended to the last token in the query string.
scopestringThe type of scope to be applied to the returned collection.
sortstringThe type of sort order to be applied to the returned collection.
templateApiNamestringFilters the results to include only a collection of dashboards created from a specific application template.
typestringThe asset type. The default type is Dashboard.

RESPONSES

status: OK

{"nextPageUrl":"\u003cstring\u003e","totalSize":"\u003cinteger\u003e","url":"\u003cstring\u003e"}