GET /Dashboards
Retrieves a list of all customer database dashboards.
No Parameters.
GET /DashboardForms/{dashboardId}
Returns the forms for the given dashboard Id. The result is a list of object arrays. The first array has a length of n and contains the n Form Dashboard columns with their properties.
Route Parameters
| Parameter | Type | Description |
|---|---|---|
| dashboardID* | string | The dashboard ID. |
Response Codes
| Code | Description |
|---|---|
| 200 | OK |
GET /formListContextMenu/{formId}
Returns the form list widget context menu
Route Parameters
| Parameter | Type | Description |
|---|---|---|
| formId | guid | Id of the form template to retrieve. |
