getDashboardCollection
GET {{baseUrl}}/wave/dashboards
Get all available dashboards.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
folderId | string | Filters 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. | |
ids | string | Filters the results to include only the dashboards with the specified ids. | |
mobileOnly | string | Filters the results for mobile enabled dashboards only. | |
page | string | A generated token that indicates the view of dashboard to be returned. | |
pageSize | string | The number of items to be returned in a single page. Minimum is 1, maximum is 200, and default is 25. | |
q | string | Search terms. Individual terms are separated by spaces. A wildcard is automatically appended to the last token in the query string. | |
scope | string | The type of scope to be applied to the returned collection. | |
sort | string | The type of sort order to be applied to the returned collection. | |
templateApiName | string | Filters the results to include only a collection of dashboards created from a specific application template. | |
type | string | The asset type. The default type is Dashboard. |
RESPONSES
status: OK
{"nextPageUrl":"\u003cstring\u003e","totalSize":"\u003cinteger\u003e","url":"\u003cstring\u003e"}