Podio API Documentation
Widgets: Clone widget
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)
}