Podio API Documentation

Widgets: Update widget order

PUT /widget/{ref_type}/{ref_id}/order

Updates the order of the widgets on a reference. The ids of the widgets should be put in the new requested order.

Usage
Ruby Gem
widget.rb
Podio::Widget.update_order( ref_type, ref_id, widget_list )
Parameters
ref_type*
Required.
ref_id*
Required.
Request [ {widget_id}: The id of the widgets, ... (all widget ids on the reference) ]

Sandbox

The sandbox only handles GET operations for now.