Podio API Documentation

Items: Rearrange item

POST /item/{item_id}/rearrange

Update the item's values

and/or

its (internal) priority.

Mostly intended for moving the item card in the card view.

Parameters
item_id*
Required.
Request { "values": The changes to the values
{
"{field_id}": The changes for the given field
{
"from": The from value, if any,
"to": The to value, if any
},
... (more fields)
},
"priority": Any changes to priority
{
"below": The id of the item that should be below this item,
"above": The id of the item that should be above this item
}

}

Response

See Get item basic.

Sandbox

The sandbox only handles GET operations for now.