dashboards¶
The dashboards resource supporst the following operations.
| Method | URL | Description |
|---|---|---|
| POST | /dashboards/data/user |
Retrieves dashboard data for a specific user. |
| POST | /dashboards/user |
Get a list of all available dashboards for a specific user. |
| PUT | /dashboards/user |
Create or Update a dashboard for a specific user. |
| DELETE | /dashboards/user |
Deletes a dashboard from a specific user. |
| POST | /dashboards/resources/fields |
Get a list of all available resources and their respective fields. |
Creating a dashboard¶
TBD