|
bluemelon.items.changePosition
changes the position of the item in the album
Authentication:
Yes (see here for details)
Arguments:
(required) long : itemid - the id of the item (required) long : folderid - the id of the album (required) long : newposition - the new position of the item within the album (required) string : publickey - publickey of an application (required) string : token - the access token
Request Example:
http://www.bluemelon.com/api/rest/{api_sign}/ ?method=bluemelon.items.changeposition&folderid=1&&itemid=5&newposition=10&publickey={publickey}&token={token}
Response Example:
<rsp status="ok" onrequest="bluemelon.items.changeposition" />
Error Codes:
4 - "Missing parameter" 5 - "Invalid parameter" 10 - "Folder not found" 12 - "Application not found" 14 - "Invalid accessToken" 16 - "Access token timed out.You must relogin." 17 - "Invalid call signature size" 18 - "Invalid call signature" 20 - "Missing api_sign" 600 - "No write permissions" 601 - "Mismatched parameter in your request" 602 - "No read permissions" 603 - "Account recently expired or deleted"
|