university-final-iot-backend/app/api/resources/swagger/get_dashboards_spec.yaml

24 lines
445 B
YAML
Raw Normal View History

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:
- content
2018-09-19 23:42:37 +00:00
properties:
content:
2018-09-19 23:42:37 +00:00
type: array
items:
$ref: '#/definitions/Dashboard'