v1

latestSwagger 2.02026-07-17502976.2 KB
Dashboards

Get Dashboards

The Dashboards endpoint returns a list of Dashboards, excluding those that are deleted. The list can be optionally filtered by a query string.

get/dashboards

Query parameters

qstring

The q parameter can be a string value or comma-separated list of values, where each value is used as a partial match for the Dashboard name, or an exact match of one of the Dashboard's tags.

Response

An array of Dashboards (without the Dashboard definition)

namestring

Name of the Dashboard.

datestring date-time

Date/time of the last modification.

deletedboolean

Indicates whether or not the Dashboard is deleted.

revinteger

Current revision number of the Dashboard.

tagsstring[]

Image URL representing the product.

visitsinteger

If Analytics is enabled, this counter records the total number of visits, or times this Dashboard was loaded. Cannot be set manually.

pageViewsinteger

If Analytics is enabled, this counter records the total number of page views, or times a page in this Dashboard was viewed. Each visit may have multiple page views. Cannot be set manually.

likesstring[]

Contains a list of users who 'like' this Dashboard.

All 50 operations