templatedashboard.create
This method allows to create new template dashboards.
This method is only available to Admin and Super admin user types. Permissions to call the method can be revoked in user role settings. See for more information.
Parameters
Additionally to the , the method accepts the following parameters.
(object)
Returns an object containing the IDs of the created template dashboards under the dashboardids
property. The order of the returned IDs matches the order of the passed template dashboards.
Examples
Creating a template dashboard
:
Response:
"jsonrpc": "2.0",
"result": {
"dashboardids": [
]
},
"id": 1