Podio API Documentation

Widgets: Clone widget

POST /widget/{widget_id}/clone

Clones the widget to a new position. The widget will be placed at the bottom of existing widgets.

Parameters
widget_id*
Required.
Request {
"type": The type of the new position, either "user" or "space",
"id": The id of the new position.
}
Response {
"widget_id": The id of the cloned widget,
... (see create widget operation)
}

Sandbox

The sandbox only handles GET operations for now.