Can anyone help with the Dashboard api?

BKing
BKing ✭✭✭

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

NEW Smartsheet API Documentation - bookmark the updated link! https://developers.smartsheet.com