Dashboards

Resource

URL

Method

Overview

GET Dashboards

/api/dashboards

GET

Lists all dashboards available to the user.

GET Dashboards by Username/api/dashboards/username/:usernameGETLists all dashboards available to the specified user.

GET Dashboard Detail

/api/dashboards/:id

GET

Shows detailed information about the dashboard with the specified ID.

GET Dashboard Thumbnail

/api/dashboards/:id/thumbnail

GET

Returns a dashboard thumbnail image in PNG format, displaying the first view in the dashboard.

  • No labels