Get all dashboards
GET {{baseUrl}}/api/v1/dashboard
Get all dashboards.
Note: This query will only return custom created or cloned dashboards. This query will not return preset dashboards.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter[shared] | boolean | When true , this query only returns shared custom created | |
or cloned dashboards. | |||
filter[deleted] | boolean | When true , this query returns only deleted custom-created | |
or cloned dashboards. This parameter is incompatible with filter[shared] . | |||
count | number | The maximum number of dashboards returned in the list. | |
start | number | The specific offset to use as the beginning of the returned response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"dashboards":[{"author_handle":"culpa laboris velit et","created_at":"2008-05-17T01:35:57.983Z","description":"in tempor","id":"laborum cupidatat","layout_type":"ordered","modified_at":"2012-02-12T13:36:16.149Z","title":"nostrud ullamco pariatur dolore adipisicing","url":"in irure"},{"author_handle":"eu in","created_at":"2012-11-19T15:11:07.469Z","description":"sint dolor reprehenderit","id":"labore esse cupidatat","layout_type":"ordered","modified_at":"1978-02-17T17:21:23.245Z","title":"ad quis sit","url":"cupidatat nisi est"}]}