This method allows to create new dashboards.

    Parameters

    (object/array) Dashboards to create.

    Additionally to the standard dashboard properties, the method accepts the following parameters.

    Examples

    Creating a dashboard

    Create a dashboard named “My dashboard” with one Problems widget with tags and using two types of sharing (user group and user).

    Request:

    Response:

    1. "jsonrpc": "2.0",
    2. "result": {
    3. "dashboardids": [
    4. ]
    5. "id": 1

    Source