dashboards

Create a dashboard

post/app/v1/dashboards

Request body

descriptionstring
namestring

Example request

{
  "description": "Description of Dashboard #1",
  "name": "Dashboard #1"
}

Response

A successful operation

company_idstring uuid
created_atstring date-time
created_bystring uuid
descriptionstring
idstring uuid
namestring
updated_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.