createDashboard

Description

Creates a dashboard with name, owner and description.

Parameters

Return Type

Number

Returns the id of the created dashboard.

Example

number dashboardId = createDashboard("dashboard for Agile project","admin");

See also