Appearance
Create Dashboard
Create a new dashboard configuration. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
body.name* | string | The display name of the dashboard |
body.description | string | An optional description of the dashboard |
body.layout | object | The layout configuration for dashboard widgets |
Return Value
The created dashboard configuration.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/dashboard" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"name": "Safety Overview Dashboard"}'ENDPOINTS
post
/api/{targetPath}/dashboard