2018-09-19 23:42:37 +00:00
|
|
|
Gets all associated dashboards
|
|
|
|
---
|
|
|
|
tags:
|
|
|
|
- Dashboard
|
2018-10-15 17:51:51 +00:00
|
|
|
parameters:
|
|
|
|
- in: query
|
|
|
|
name: active
|
|
|
|
required: false
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
description: Filter for whether to display only active dashboard
|
2018-09-19 23:42:37 +00:00
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
description: Success
|
|
|
|
schema:
|
|
|
|
type: object
|
|
|
|
required:
|
2018-10-08 19:50:34 +00:00
|
|
|
- content
|
2018-09-19 23:42:37 +00:00
|
|
|
properties:
|
2018-10-08 19:50:34 +00:00
|
|
|
content:
|
2018-09-19 23:42:37 +00:00
|
|
|
type: array
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/Dashboard'
|