Get all dashboards
GET {{baseUrl}}/api/v1/dashboard?filter[shared]=false&filter[deleted]=false
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] . |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"dashboards":[{"author_handle":"Duis tempor ex","created_at":"1963-12-20T01:10:02.870Z","description":"esse cillum laboris","id":"do Ut","is_read_only":true,"layout_type":"ordered","modified_at":"1958-09-05T14:28:29.291Z","title":"nulla velit tempor","url":"quis laboris irure id"},{"author_handle":"cup","created_at":"1992-05-21T18:14:01.464Z","description":"proident incididunt dolore","id":"in deserunt irure","is_read_only":false,"layout_type":"ordered","modified_at":"1971-12-02T02:50:20.074Z","title":"ut dolor in consequat fugiat","url":"culpa Duis mollit"}]}