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

Answers