cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Get GroupID when adding gadget.

mattl1
1-Newbie

Get GroupID when adding gadget.

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 1
Aanjan
9-Granite
(To:mattl1)

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.

Top Tags