v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Dashboard Lists

Create a dashboard list

Create an empty dashboard list.

post/api/v1/dashboard/lists/manual

Request body

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 request

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

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"
}