Skip to main content
1-Visitor
April 14, 2016
Question

Get GroupID when adding gadget.

  • April 14, 2016
  • 1 reply
  • 1157 views

Hey guys,

I'm looking to create my own 'Add Gadget' button that calls AddDashboardItem​. I have the dashboardID(input to dashboard widget) that the gadget will be added to, and obviously the mashupName of the gadget to add, but how can I get the groupID that the user chose to add to?

Thanks!

1 reply

5-Regular Member
April 14, 2016

Matt, the groupID part is not exposed via any service, unlike the dashboardID property. You would have to open up your browser tools, add a gadget to a group in your dashboard, and check the POST call made by AddDashboardItem - that would list the dashboardID and groupID.