<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>I'd really like to get this back into the URL itself like it was<br>previously.  Typically params are not used in REST interfaces, with
<br>PATHINFO being the prefered mechanism.</blockquote><div><br><question><br>I thought that REST used a mixture of paths and parameters, based on "what makes sense in the current scenario",  how ever you define this. 
<br></div></question><br><div><br>Based on input from this thread I would suggest this interface<br></div><br></div><span class="q">GET /assets/assetid/<value><br>DELETE /assets/assetid/<value><br> POST /assets/new             - asset server creates new asset
<br>                                        - grabs asset it from the serialized asset in the request body.<br><br>Changes from my first proposal:<br><br>PUT/UPDATE has been removed<br><br><br>The path now begins with the plural 'asset
<span style="font-weight: bold;">s</span>'.<br><br>assetid is a "sub-folder" under "assets", used to retrieve individual assets by assetid.<br><br>/tleiades<br></span>