v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Dashboard Lists

Get a dashboard list

Fetch an existing dashboard list's definition.

get/api/v1/dashboard/lists/manual/{list_id}

Path parameters

list_idinteger required

ID of the dashboard list to fetch.

Response

OK

createdstring date-time

Date of creation of the dashboard list.

dashboard_countinteger

The number of dashboards in the list.

idinteger

The ID of the dashboard list.

is_favoriteboolean

Whether or not the list is in the favorites.

modifiedstring date-time

Date of last edition of the dashboard list.

namestring required

The name of the dashboard list.

typestring

The type of dashboard list.

Example response

{
  "name": "My Dashboard",
  "type": "manual_dashboard_list"
}