Can anyone help with the Dashboard api?

The sight object exposes Widgets as a get and a set.
public IList
{
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
-
jmyzk_cloudsmart_jp ✭✭✭✭✭
Answers
-
jmyzk_cloudsmart_jp ✭✭✭✭✭
-
BKing ✭✭
Thanks @jmyzk_cloudsmart_jp
A four year old post. Guess it's not imminent.
-
jmyzk_cloudsmart_jp ✭✭✭✭✭
It is very disappointing that there is no API for updating dashboard widgets, workflow and forms.
当您创建一个仪表板与形式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.
Categories
This is saying that your referenced column ID (in this case, 42053562797956<\/strong>) cannot be found in that specific sheet since columns are unique to each sheet. <\/p>
Is it possible you're trying to reference a column that has since been deleted?<\/p>
One way to check this is to do a quick Get Column call: https:\/\/smartsheet.redoc.ly\/tag\/columns#operation\/column-get<\/a><\/p>
If this returns an error, use a Get Sheet call to return all the column IDs for that sheet and check to make sure you have all the numbers in the correct order for what you want to do: https:\/\/smartsheet.redoc.ly\/tag\/sheets#operation\/getSheet<\/a><\/p>
We do these types of integrations all the time for various clients.<\/p>