Dashboards


 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
ParameterTypeDescription
dashboardID*stringThe dashboard ID.
Response Codes
CodeDescription
200OK


 GET   /formListContextMenu/{formId}


Returns the form list widget context menu

Route Parameters
ParameterTypeDescription
formIdguidId of the form template to retrieve.