2018-09-19 23:42:37 +00:00
|
|
|
Gets a dashboard
|
|
|
|
---
|
|
|
|
tags:
|
|
|
|
- Dashboard
|
|
|
|
parameters:
|
|
|
|
- in: path
|
|
|
|
name: dashboard_id
|
|
|
|
required: true
|
|
|
|
type: integer
|
|
|
|
description: Id of the dashboard
|
|
|
|
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
|
|
|
$ref: '#/definitions/Dashboard'
|
|
|
|
|