Skip to main content
POST
cURL

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
string
required

Body

Request serializer for duplicating a dashboard.

Optionally accepts a new name for the duplicated dashboard.

name
string

Optional name for the duplicated dashboard. If not provided, defaults to 'Copy of <original_name>'

Maximum string length: 255

Response

201 - application/json
id
integer
read-only
name
string | null

Name of the dashboard

Maximum string length: 255
project
integer | null

Project this dashboard belongs to

filters
object | null

Filter conditions to scope the data. See the Dashboards guide for supported fields, operators, and syntax.

Examples:
widgets
object[]
read-only
widget_count
string
read-only

Number of widgets in the dashboard

created_at
string<date-time> | null
read-only

When the dashboard was created

updated_at
string<date-time> | null
read-only

When the dashboard was last updated