Podio API Documentation
Items: Clone item
Clones the given item creating a new item with identical values in the same app.
Usage
- PHP Client
-
PodioItem.php
PodioItem::duplicate( $item_id, $options = array() );
Parameters
- item_id*
- Required.
- silent
If set to true, the object will not be bumped up in the stream and notifications will not be generated.
Default value: false
Response
{
"item_id": The id of the item
}