Can anyone help with the Dashboard api?

The sight object exposes Widgets as a get and a set.
Β Β Β Β public IList<Widget> Widgets
Β Β Β Β {
Β Β Β Β Β Β get
Β Β Β Β Β Β {
Β Β Β Β Β Β Β Β return widgets;
Β Β Β Β Β Β }
Β Β Β Β Β Β set
Β Β Β Β Β Β {
Β Β Β Β Β Β Β Β widgets = value;
Β Β Β Β Β Β }
Β Β Β Β }
When you update the Sight you get a JSON error.
The API documentation states Update is for a dashboard name change - this does work ok. Can anyone confirm whether you can or cannot update Widgets via the api.
Thanks in advance,
Brian
Best Answer
Answers
-
-
Thanks @jmyzk_cloudsmart_jp
A four year old post. Guess it's not imminent.
-
It is very disappointing that there is no API for updating dashboard widgets, workflow and forms.
When you create a Dashboard with form link by the control center, the link points to the blueprint sheet, not the newly created sheet.
The copy & move rows workflow created by the control center points to the blueprint sheet.
I have to manually update the links.π