Podio API Documentation
Widgets: Get widgets
Returns the widgets on the given reference for display. This includes the current data to be shown in the widgets.
Usage
- Ruby Gem
-
widget.rb
Podio::Widget.find_all_for_reference( ref_type, ref_id )
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
Response
[
{
"widget_id": The id of the widget,
"ref": The reference to the area the widget is stored
{
"type": The type of reference,
"id": The id of reference
},
"type": The type of the widget,
"rights": The list of rights the ative user has on the widget,
"title": The title of the widget,
"config": The configuration of the widget,
"data": The current data of the widget. This depends on the type of widget, see the area for details
},
... (more widgets)
]
Sandbox
Try the operation "widget/{ref_type}/{ref_id}"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here