Developer / Reference / HTTP API / Endpoints

Dashboard

Last updated on 13-May-2020 by Jakob Jakobsen Boysen
Jakob Jakobsen Boysen

Platform Lead
boysen@scifeon.com

Get dashboards

GET /api/dashboard

Get all dashboards the current user has access to.

Response

A simple JSON object with the following properties:

Create dashboard

POST /api/dashboard

Create a new dashboard.

Body

The body is a full dashboard entity, including the shares property.

Update dashboard

PUT /api/dashboard/{id}

Update an existing dashboard.

Query parameters

  • id The ID of the dashboard to update.

Body

The body is a full dashboard entity, including the shares property.

Delete dashboard

DELETE /api/dashboard/{id}

Delete an existing dashboard, that the current user owns.

Query parameters

  • id The ID of the dashboard to delete.