You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2011/12/18 13:04:32 UTC

svn commit: r1220373 - in /incubator/openmeetings/trunk/singlewebapp/docs: ApiMethodsTemplate.vm FileService.html RoomService.html UserService.html

Author: sebawagner
Date: Sun Dec 18 12:04:32 2011
New Revision: 1220373

URL: http://svn.apache.org/viewvc?rev=1220373&view=rev
Log:
Sync r4721 trunk to new svn

Modified:
    incubator/openmeetings/trunk/singlewebapp/docs/ApiMethodsTemplate.vm
    incubator/openmeetings/trunk/singlewebapp/docs/FileService.html
    incubator/openmeetings/trunk/singlewebapp/docs/RoomService.html
    incubator/openmeetings/trunk/singlewebapp/docs/UserService.html

Modified: incubator/openmeetings/trunk/singlewebapp/docs/ApiMethodsTemplate.vm
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/ApiMethodsTemplate.vm?rev=1220373&r1=1220372&r2=1220373&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/ApiMethodsTemplate.vm (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/ApiMethodsTemplate.vm Sun Dec 18 12:04:32 2011
@@ -121,6 +121,21 @@ limitations under the License.
     			#else
     				<i>No Params</i>
     			#end
+    			<br/>
+    			REST Sample Call/URL:<br/>
+    			#set ($link = "http://localhost:5080/openmeetings/services/"+$webServiceName+"/"+$method.name()) 
+    			#set ($index = 0)
+    			#foreach ( $parameter in $method.parameters() )
+    				#if ($index == 0)
+    					#set ($link = $link+"?") 
+    				#else
+    					#set ($link = $link+"&") 
+    				#end
+    				#set ($link = $link + $parameter.name()+"=VALUE") 
+    				#set ($index = $index+1)
+				#end
+				<a href="$link">$link</a>
+    			</a>
     		  </div>
     	   #end
 		#end

Modified: incubator/openmeetings/trunk/singlewebapp/docs/FileService.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/FileService.html?rev=1220373&r1=1220372&r2=1220373&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/FileService.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/FileService.html Sun Dec 18 12:04:32 2011
@@ -288,7 +288,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/importFile?SID=VALUE&externalUserId=VALUE&externalFileId=VALUE&externalType=VALUE&room_id=VALUE&isOwner=VALUE&path=VALUE&parentFolderId=VALUE&fileSystemName=VALUE">http://localhost:5080/openmeetings/services/FileService/importFile?SID=VALUE&externalUserId=VALUE&externalFileId=VALUE&externalType=VALUE&room_id=VALUE&isOwner=VALUE&path=VALUE&parentFolderId=VALUE&fileSystemName=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -420,7 +424,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/importFileByInternalUserId?SID=VALUE&internalUserId=VALUE&externalFileId=VALUE&externalType=VALUE&room_id=VALUE&isOwner=VALUE&path=VALUE&parentFolderId=VALUE&fileSystemName=VALUE">http://localhost:5080/openmeetings/services/FileService/importFileByInternalUserId?SID=VALUE&internalUserId=VALUE&externalFileId=VALUE&externalType=VALUE&room_id=VALUE&isOwner=VALUE&path=VALUE&parentFolderId=VALUE&fileSystemName=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -532,7 +540,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/addFolderByExternalUserIdAndType?SID=VALUE&externalUserId=VALUE&parentFileExplorerItemId=VALUE&folderName=VALUE&room_id=VALUE&isOwner=VALUE&externalFilesid=VALUE&externalType=VALUE">http://localhost:5080/openmeetings/services/FileService/addFolderByExternalUserIdAndType?SID=VALUE&externalUserId=VALUE&parentFileExplorerItemId=VALUE&folderName=VALUE&room_id=VALUE&isOwner=VALUE&externalFilesid=VALUE&externalType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -642,7 +654,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/addFolderByUserId?SID=VALUE&userId=VALUE&parentFileExplorerItemId=VALUE&folderName=VALUE&room_id=VALUE&isOwner=VALUE&externalFilesid=VALUE&externalType=VALUE">http://localhost:5080/openmeetings/services/FileService/addFolderByUserId?SID=VALUE&userId=VALUE&parentFileExplorerItemId=VALUE&folderName=VALUE&room_id=VALUE&isOwner=VALUE&externalFilesid=VALUE&externalType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -721,7 +737,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/addFolderSelf?SID=VALUE&parentFileExplorerItemId=VALUE&fileName=VALUE&room_id=VALUE&isOwner=VALUE">http://localhost:5080/openmeetings/services/FileService/addFolderSelf?SID=VALUE&parentFileExplorerItemId=VALUE&fileName=VALUE&room_id=VALUE&isOwner=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -780,7 +800,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/deleteFileOrFolderByExternalIdAndType?SID=VALUE&externalFilesid=VALUE&externalType=VALUE">http://localhost:5080/openmeetings/services/FileService/deleteFileOrFolderByExternalIdAndType?SID=VALUE&externalFilesid=VALUE&externalType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -829,7 +853,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/deleteFileOrFolder?SID=VALUE&fileExplorerItemId=VALUE">http://localhost:5080/openmeetings/services/FileService/deleteFileOrFolder?SID=VALUE&fileExplorerItemId=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -878,7 +906,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/deleteFileOrFolderSelf?SID=VALUE&fileExplorerItemId=VALUE">http://localhost:5080/openmeetings/services/FileService/deleteFileOrFolderSelf?SID=VALUE&fileExplorerItemId=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -898,7 +930,11 @@ limitations under the License.
     			<p>Params:</p>
     			    			
     			    				<i>No Params</i>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    							<a href="http://localhost:5080/openmeetings/services/FileService/getImportFileExtensions">http://localhost:5080/openmeetings/services/FileService/getImportFileExtensions</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -947,7 +983,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/getPresentationPreviewFileExplorer?SID=VALUE&parentFolder=VALUE">http://localhost:5080/openmeetings/services/FileService/getPresentationPreviewFileExplorer?SID=VALUE&parentFolder=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1006,7 +1046,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/getFileExplorerByRoom?SID=VALUE&room_id=VALUE&owner_id=VALUE">http://localhost:5080/openmeetings/services/FileService/getFileExplorerByRoom?SID=VALUE&room_id=VALUE&owner_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1055,7 +1099,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/getFileExplorerByRoomSelf?SID=VALUE&room_id=VALUE">http://localhost:5080/openmeetings/services/FileService/getFileExplorerByRoomSelf?SID=VALUE&room_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1134,7 +1182,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/getFileExplorerByParent?SID=VALUE&parentFileExplorerItemId=VALUE&room_id=VALUE&isOwner=VALUE&owner_id=VALUE">http://localhost:5080/openmeetings/services/FileService/getFileExplorerByParent?SID=VALUE&parentFileExplorerItemId=VALUE&room_id=VALUE&isOwner=VALUE&owner_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1203,7 +1255,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/getFileExplorerByParentSelf?SID=VALUE&parentFileExplorerItemId=VALUE&room_id=VALUE&isOwner=VALUE">http://localhost:5080/openmeetings/services/FileService/getFileExplorerByParentSelf?SID=VALUE&parentFileExplorerItemId=VALUE&room_id=VALUE&isOwner=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1262,7 +1318,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/updateFileOrFolderName?SID=VALUE&fileExplorerItemId=VALUE&fileName=VALUE">http://localhost:5080/openmeetings/services/FileService/updateFileOrFolderName?SID=VALUE&fileExplorerItemId=VALUE&fileName=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1321,7 +1381,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/updateFileOrFolderNameSelf?SID=VALUE&fileExplorerItemId=VALUE&fileName=VALUE">http://localhost:5080/openmeetings/services/FileService/updateFileOrFolderNameSelf?SID=VALUE&fileExplorerItemId=VALUE&fileName=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1420,7 +1484,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/moveFile?SID=VALUE&fileExplorerItemId=VALUE&newParentFileExplorerItemId=VALUE&room_id=VALUE&isOwner=VALUE&moveToHome=VALUE&owner_id=VALUE">http://localhost:5080/openmeetings/services/FileService/moveFile?SID=VALUE&fileExplorerItemId=VALUE&newParentFileExplorerItemId=VALUE&room_id=VALUE&isOwner=VALUE&moveToHome=VALUE&owner_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1509,7 +1577,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/FileService/moveFileSelf?SID=VALUE&fileExplorerItemId=VALUE&newParentFileExplorerItemId=VALUE&room_id=VALUE&isOwner=VALUE&moveToHome=VALUE">http://localhost:5080/openmeetings/services/FileService/moveFileSelf?SID=VALUE&fileExplorerItemId=VALUE&newParentFileExplorerItemId=VALUE&room_id=VALUE&isOwner=VALUE&moveToHome=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1529,7 +1601,11 @@ limitations under the License.
     			<p>Params:</p>
     			    			
     			    				<i>No Params</i>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    							<a href="http://localhost:5080/openmeetings/services/FileService/getTestObject">http://localhost:5080/openmeetings/services/FileService/getTestObject</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1552,7 +1628,11 @@ limitations under the License.
     				<br/><br/>
     			    			
     			    				<i>No Params</i>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    												<a href="http://localhost:5080/openmeetings/services/FileService/echo?element=VALUE">http://localhost:5080/openmeetings/services/FileService/echo?element=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1575,7 +1655,11 @@ limitations under the License.
     				<br/><br/>
     			    			
     			    				<i>No Params</i>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    												<a href="http://localhost:5080/openmeetings/services/FileService/ping?element=VALUE">http://localhost:5080/openmeetings/services/FileService/ping?element=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1598,7 +1682,11 @@ limitations under the License.
     				<br/><br/>
     			    			
     			    				<i>No Params</i>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    												<a href="http://localhost:5080/openmeetings/services/FileService/pingF?element=VALUE">http://localhost:5080/openmeetings/services/FileService/pingF?element=VALUE</a>
+    			</a>
+    		  </div>
     	   			
 	
 	</body>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/RoomService.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/RoomService.html?rev=1220373&r1=1220372&r2=1220373&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/RoomService.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/RoomService.html Sun Dec 18 12:04:32 2011
@@ -283,7 +283,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getRoomsPublic?SID=VALUE&roomtypes_id=VALUE">http://localhost:5080/openmeetings/services/RoomService/getRoomsPublic?SID=VALUE&roomtypes_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -332,7 +336,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/deleteFlvRecording?SID=VALUE&flvRecordingId=VALUE">http://localhost:5080/openmeetings/services/RoomService/deleteFlvRecording?SID=VALUE&flvRecordingId=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -381,7 +389,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getFlvRecordingByExternalUserId?SID=VALUE&externalUserId=VALUE">http://localhost:5080/openmeetings/services/RoomService/getFlvRecordingByExternalUserId?SID=VALUE&externalUserId=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -440,7 +452,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getFlvRecordingByExternalRoomTypeAndCreator?SID=VALUE&externalRoomType=VALUE&insertedBy=VALUE">http://localhost:5080/openmeetings/services/RoomService/getFlvRecordingByExternalRoomTypeAndCreator?SID=VALUE&externalRoomType=VALUE&insertedBy=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -489,7 +505,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getFlvRecordingByExternalRoomTypeByList?SID=VALUE&externalRoomType=VALUE">http://localhost:5080/openmeetings/services/RoomService/getFlvRecordingByExternalRoomTypeByList?SID=VALUE&externalRoomType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -538,7 +558,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getFlvRecordingByExternalRoomType?SID=VALUE&externalRoomType=VALUE">http://localhost:5080/openmeetings/services/RoomService/getFlvRecordingByExternalRoomType?SID=VALUE&externalRoomType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -587,7 +611,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getFlvRecordingByRoomId?SID=VALUE&roomId=VALUE">http://localhost:5080/openmeetings/services/RoomService/getFlvRecordingByRoomId?SID=VALUE&roomId=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -626,7 +654,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getRoomTypes?SID=VALUE">http://localhost:5080/openmeetings/services/RoomService/getRoomTypes?SID=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -765,7 +797,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getRoomCounters?SID=VALUE&roomId1=VALUE&roomId2=VALUE&roomId3=VALUE&roomId4=VALUE&roomId5=VALUE&roomId6=VALUE&roomId7=VALUE&roomId8=VALUE&roomId9=VALUE&roomId10=VALUE">http://localhost:5080/openmeetings/services/RoomService/getRoomCounters?SID=VALUE&roomId1=VALUE&roomId2=VALUE&roomId3=VALUE&roomId4=VALUE&roomId5=VALUE&roomId6=VALUE&roomId7=VALUE&roomId8=VALUE&roomId9=VALUE&roomId10=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -814,7 +850,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getRoomById?SID=VALUE&rooms_id=VALUE">http://localhost:5080/openmeetings/services/RoomService/getRoomById?SID=VALUE&rooms_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -863,7 +903,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getRoomWithCurrentUsersById?SID=VALUE&rooms_id=VALUE">http://localhost:5080/openmeetings/services/RoomService/getRoomWithCurrentUsersById?SID=VALUE&rooms_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -912,7 +956,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getRoomWithClientObjectsById?SID=VALUE&rooms_id=VALUE">http://localhost:5080/openmeetings/services/RoomService/getRoomWithClientObjectsById?SID=VALUE&rooms_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -992,7 +1040,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getRooms?SID=VALUE&start=VALUE&max=VALUE&orderby=VALUE&asc=VALUE">http://localhost:5080/openmeetings/services/RoomService/getRooms?SID=VALUE&start=VALUE&max=VALUE&orderby=VALUE&asc=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1073,7 +1125,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getRoomsWithCurrentUsers?SID=VALUE&start=VALUE&max=VALUE&orderby=VALUE&asc=VALUE">http://localhost:5080/openmeetings/services/RoomService/getRoomsWithCurrentUsers?SID=VALUE&start=VALUE&max=VALUE&orderby=VALUE&asc=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1314,7 +1370,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/addRoom?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&videoPodWidth=VALUE&videoPodHeight=VALUE&videoPodXPosition=VALUE&videoPodYPosition=VALUE&moderationPanelXPosition=VALUE&showWhiteBoard=VALUE&whiteBoardPanelXPosition=VALUE&whiteBoardPanelYPosition=VALUE&whiteBoardPanelHeight=VALUE&whiteBoardPanelWidth=VALUE&showFilesPanel=VALUE&filesPanelXPosition=VALUE&filesPanelYPosition=VALUE&filesPanelHeight=VALUE&filesPanelWidth=VALUE">http:
 //localhost:5080/openmeetings/services/RoomService/addRoom?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&videoPodWidth=VALUE&videoPodHeight=VALUE&videoPodXPosition=VALUE&videoPodYPosition=VALUE&moderationPanelXPosition=VALUE&showWhiteBoard=VALUE&whiteBoardPanelXPosition=VALUE&whiteBoardPanelYPosition=VALUE&whiteBoardPanelHeight=VALUE&whiteBoardPanelWidth=VALUE&showFilesPanel=VALUE&filesPanelXPosition=VALUE&filesPanelYPosition=VALUE&filesPanelHeight=VALUE&filesPanelWidth=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1448,7 +1508,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/addRoomWithModeration?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE">http://localhost:5080/openmeetings/services/RoomService/addRoomWithModeration?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1595,7 +1659,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationAndQuestions?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&allowUserQuestions=VALUE">http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationAndQuestions?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&allowUserQuestions=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1750,7 +1818,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationQuestionsAndAudioType?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&allowUserQuestions=VALUE&isAudioOnly=VALUE">http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationQuestionsAndAudioType?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&allowUserQuestions=VALUE&isAudioOnly=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1908,7 +1980,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getRoomIdByExternalId?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&externalRoomId=VALUE&externalRoomType=VALUE">http://localhost:5080/openmeetings/services/RoomService/getRoomIdByExternalId?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&externalRoomId=VALUE&externalRoomType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -2161,7 +2237,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/updateRoom?SID=VALUE&rooms_id=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&videoPodWidth=VALUE&videoPodHeight=VALUE&videoPodXPosition=VALUE&videoPodYPosition=VALUE&moderationPanelXPosition=VALUE&showWhiteBoard=VALUE&whiteBoardPanelXPosition=VALUE&whiteBoardPanelYPosition=VALUE&whiteBoardPanelHeight=VALUE&whiteBoardPanelWidth=VALUE&showFilesPanel=VALUE&filesPanelXPosition=VALUE&filesPanelYPosition
 =VALUE&filesPanelHeight=VALUE&filesPanelWidth=VALUE&appointment=VALUE">http://localhost:5080/openmeetings/services/RoomService/updateRoom?SID=VALUE&rooms_id=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&videoPodWidth=VALUE&videoPodHeight=VALUE&videoPodXPosition=VALUE&videoPodYPosition=VALUE&moderationPanelXPosition=VALUE&showWhiteBoard=VALUE&whiteBoardPanelXPosition=VALUE&whiteBoardPanelYPosition=VALUE&whiteBoardPanelHeight=VALUE&whiteBoardPanelWidth=VALUE&showFilesPanel=VALUE&filesPanelXPosition=VALUE&filesPanelYPosition=VALUE&filesPanelHeight=VALUE&filesPanelWidth=VALUE&appointment=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -2305,7 +2385,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/updateRoomWithModeration?SID=VALUE&room_id=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE">http://localhost:5080/openmeetings/services/RoomService/updateRoomWithModeration?SID=VALUE&room_id=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -2460,7 +2544,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/updateRoomWithModerationAndQuestions?SID=VALUE&room_id=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&allowUserQuestions=VALUE">http://localhost:5080/openmeetings/services/RoomService/updateRoomWithModerationAndQuestions?SID=VALUE&room_id=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&allowUserQuestions=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -2509,7 +2597,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/deleteRoom?SID=VALUE&rooms_id=VALUE">http://localhost:5080/openmeetings/services/RoomService/deleteRoom?SID=VALUE&rooms_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -2558,7 +2650,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/kickUser?SID_Admin=VALUE&room_id=VALUE">http://localhost:5080/openmeetings/services/RoomService/kickUser?SID_Admin=VALUE&room_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -2705,7 +2801,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationAndExternalType?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&externalRoomType=VALUE">http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationAndExternalType?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&externalRoomType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -2871,7 +2971,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationExternalTypeAndAudioType?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&externalRoomType=VALUE&allowUserQuestions=VALUE&isAudioOnly=VALUE">http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationExternalTypeAndAudioType?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&externalRoomType=VALUE&allowUserQuestions=VALUE&isAudioOnly=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -3058,7 +3162,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationAndRecordingFlags?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&externalRoomType=VALUE&allowUserQuestions=VALUE&isAudioOnly=VALUE&waitForRecording=VALUE&allowRecording=VALUE">http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationAndRecordingFlags?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&externalRoomType=VALUE&al
 lowUserQuestions=VALUE&isAudioOnly=VALUE&waitForRecording=VALUE&allowRecording=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -3256,7 +3364,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationExternalTypeAndTopBarOption?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&externalRoomType=VALUE&allowUserQuestions=VALUE&isAudioOnly=VALUE&waitForRecording=VALUE&allowRecording=VALUE&hideTopBar=VALUE">http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationExternalTypeAndTopBarOption?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoT
 ime=VALUE&isModeratedRoom=VALUE&externalRoomType=VALUE&allowUserQuestions=VALUE&isAudioOnly=VALUE&waitForRecording=VALUE&allowRecording=VALUE&hideTopBar=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -3393,7 +3505,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getInvitationHash?SID=VALUE&username=VALUE&room_id=VALUE&isPasswordProtected=VALUE&invitationpass=VALUE&valid=VALUE&validFromDate=VALUE&validFromTime=VALUE&validToDate=VALUE&validToTime=VALUE">http://localhost:5080/openmeetings/services/RoomService/getInvitationHash?SID=VALUE&username=VALUE&room_id=VALUE&isPasswordProtected=VALUE&invitationpass=VALUE&valid=VALUE&validFromDate=VALUE&validFromTime=VALUE&validToDate=VALUE&validToTime=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -3605,7 +3721,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/sendInvitationHash?SID=VALUE&username=VALUE&message=VALUE&baseurl=VALUE&email=VALUE&subject=VALUE&room_id=VALUE&conferencedomain=VALUE&isPasswordProtected=VALUE&invitationpass=VALUE&valid=VALUE&validFromDate=VALUE&validFromTime=VALUE&validToDate=VALUE&validToTime=VALUE&language_id=VALUE&sendMail=VALUE">http://localhost:5080/openmeetings/services/RoomService/sendInvitationHash?SID=VALUE&username=VALUE&message=VALUE&baseurl=VALUE&email=VALUE&subject=VALUE&room_id=VALUE&conferencedomain=VALUE&isPasswordProtected=VALUE&invitationpass=VALUE&valid=VALUE&validFromDat
 e=VALUE&validFromTime=VALUE&validToDate=VALUE&validToTime=VALUE&language_id=VALUE&sendMail=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -3795,7 +3915,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/sendInvitationHashWithDateObject?SID=VALUE&username=VALUE&message=VALUE&baseurl=VALUE&email=VALUE&subject=VALUE&room_id=VALUE&conferencedomain=VALUE&isPasswordProtected=VALUE&invitationpass=VALUE&valid=VALUE&fromDate=VALUE&toDate=VALUE&language_id=VALUE&sendMail=VALUE">http://localhost:5080/openmeetings/services/RoomService/sendInvitationHashWithDateObject?SID=VALUE&username=VALUE&message=VALUE&baseurl=VALUE&email=VALUE&subject=VALUE&room_id=VALUE&conferencedomain=VALUE&isPasswordProtected=VALUE&invitationpass=VALUE&valid=VALUE&fromDate=VALUE&toDate=VALUE&language_id=VALUE&sendMail=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -3875,7 +3999,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getRoomsWithCurrentUsersByList?SID=VALUE&start=VALUE&max=VALUE&orderby=VALUE&asc=VALUE">http://localhost:5080/openmeetings/services/RoomService/getRoomsWithCurrentUsersByList?SID=VALUE&start=VALUE&max=VALUE&orderby=VALUE&asc=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -3965,7 +4093,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/getRoomsWithCurrentUsersByListAndType?SID=VALUE&start=VALUE&max=VALUE&orderby=VALUE&asc=VALUE&externalRoomType=VALUE">http://localhost:5080/openmeetings/services/RoomService/getRoomsWithCurrentUsersByListAndType?SID=VALUE&start=VALUE&max=VALUE&orderby=VALUE&asc=VALUE&externalRoomType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -4191,7 +4323,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationAndExternalTypeAndStartEnd?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&externalRoomType=VALUE&validFromDate=VALUE&validFromTime=VALUE&validToDate=VALUE&validToTime=VALUE&isPasswordProtected=VALUE&password=VALUE&reminderTypeId=VALUE&redirectURL=VALUE">http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationAndExternalTypeAndStartEnd?SID=VALUE&name=VALUE&roomt
 ypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&externalRoomType=VALUE&validFromDate=VALUE&validFromTime=VALUE&validToDate=VALUE&validToTime=VALUE&isPasswordProtected=VALUE&password=VALUE&reminderTypeId=VALUE&redirectURL=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -4293,7 +4429,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/addMeetingMemberRemindToRoom?SID=VALUE&room_id=VALUE&firstname=VALUE&lastname=VALUE&email=VALUE&baseUrl=VALUE&language_id=VALUE">http://localhost:5080/openmeetings/services/RoomService/addMeetingMemberRemindToRoom?SID=VALUE&room_id=VALUE&firstname=VALUE&lastname=VALUE&email=VALUE&baseUrl=VALUE&language_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -4415,7 +4555,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/addExternalMeetingMemberRemindToRoom?SID=VALUE&room_id=VALUE&firstname=VALUE&lastname=VALUE&email=VALUE&baseUrl=VALUE&language_id=VALUE&jNameTimeZone=VALUE&invitorName=VALUE">http://localhost:5080/openmeetings/services/RoomService/addExternalMeetingMemberRemindToRoom?SID=VALUE&room_id=VALUE&firstname=VALUE&lastname=VALUE&email=VALUE&baseUrl=VALUE&language_id=VALUE&jNameTimeZone=VALUE&invitorName=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -4478,7 +4622,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/RoomService/closeRoom?SID=VALUE&room_id=VALUE&status=VALUE">http://localhost:5080/openmeetings/services/RoomService/closeRoom?SID=VALUE&room_id=VALUE&status=VALUE</a>
+    			</a>
+    		  </div>
     	   			
 	
 	</body>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/UserService.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/UserService.html?rev=1220373&r1=1220372&r2=1220373&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/UserService.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/UserService.html Sun Dec 18 12:04:32 2011
@@ -199,7 +199,11 @@ limitations under the License.
     			<p>Params:</p>
     			    			
     			    				<i>No Params</i>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    							<a href="http://localhost:5080/openmeetings/services/UserService/getSession">http://localhost:5080/openmeetings/services/UserService/getSession</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -260,7 +264,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/loginUser?SID=VALUE&username=VALUE&userpass=VALUE">http://localhost:5080/openmeetings/services/UserService/loginUser?SID=VALUE&username=VALUE&userpass=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -322,7 +330,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/getErrorByCode?SID=VALUE&errorid=VALUE&language_id=VALUE">http://localhost:5080/openmeetings/services/UserService/getErrorByCode?SID=VALUE&errorid=VALUE&language_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -494,7 +506,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/addNewUser?SID=VALUE&username=VALUE&userpass=VALUE&lastname=VALUE&firstname=VALUE&email=VALUE&additionalname=VALUE&street=VALUE&zip=VALUE&fax=VALUE&states_id=VALUE&town=VALUE&language_id=VALUE&baseURL=VALUE">http://localhost:5080/openmeetings/services/UserService/addNewUser?SID=VALUE&username=VALUE&userpass=VALUE&lastname=VALUE&firstname=VALUE&email=VALUE&additionalname=VALUE&street=VALUE&zip=VALUE&fax=VALUE&states_id=VALUE&town=VALUE&language_id=VALUE&baseURL=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -676,7 +692,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/addNewUserWithTimeZone?SID=VALUE&username=VALUE&userpass=VALUE&lastname=VALUE&firstname=VALUE&email=VALUE&additionalname=VALUE&street=VALUE&zip=VALUE&fax=VALUE&states_id=VALUE&town=VALUE&language_id=VALUE&baseURL=VALUE&jNameTimeZone=VALUE">http://localhost:5080/openmeetings/services/UserService/addNewUserWithTimeZone?SID=VALUE&username=VALUE&userpass=VALUE&lastname=VALUE&firstname=VALUE&email=VALUE&additionalname=VALUE&street=VALUE&zip=VALUE&fax=VALUE&states_id=VALUE&town=VALUE&language_id=VALUE&baseURL=VALUE&jNameTimeZone=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -870,7 +890,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/addNewUserWithExternalType?SID=VALUE&username=VALUE&userpass=VALUE&lastname=VALUE&firstname=VALUE&email=VALUE&additionalname=VALUE&street=VALUE&zip=VALUE&fax=VALUE&states_id=VALUE&town=VALUE&language_id=VALUE&jNameTimeZone=VALUE&externalUserId=VALUE&externalUserType=VALUE">http://localhost:5080/openmeetings/services/UserService/addNewUserWithExternalType?SID=VALUE&username=VALUE&userpass=VALUE&lastname=VALUE&firstname=VALUE&email=VALUE&additionalname=VALUE&street=VALUE&zip=VALUE&fax=VALUE&states_id=VALUE&town=VALUE&language_id=VALUE&jNameTimeZone=VALUE&externalUserId=VALUE&extern
 alUserType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -919,7 +943,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/deleteUserById?SID=VALUE&userId=VALUE">http://localhost:5080/openmeetings/services/UserService/deleteUserById?SID=VALUE&userId=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -978,7 +1006,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/deleteUserByExternalUserIdAndType?SID=VALUE&externalUserId=VALUE&externalUserType=VALUE">http://localhost:5080/openmeetings/services/UserService/deleteUserByExternalUserIdAndType?SID=VALUE&externalUserId=VALUE&externalUserType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1070,7 +1102,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/setUserObject?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE">http://localhost:5080/openmeetings/services/UserService/setUserObject?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1182,7 +1218,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/setUserObjectWithExternalUser?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE">http://localhost:5080/openmeetings/services/UserService/setUserObjectWithExternalUser?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1324,7 +1364,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHash?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE&room_id=VALUE&becomeModeratorAsInt=VALUE&showAudioVideoTestAsInt=VALUE">http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHash?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE&room_id=VALUE&becomeModeratorAsInt=VALUE&showAudioVideoTestAsInt=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1470,7 +1514,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHashByURL?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE&room_id=VALUE&becomeModeratorAsInt=VALUE&showAudioVideoTestAsInt=VALUE">http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHashByURL?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE&room_id=VALUE&becomeModeratorAsInt=VALUE&showAudioVideoTestAsInt=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1628,7 +1676,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHashByURLAndRecFlag?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE&room_id=VALUE&becomeModeratorAsInt=VALUE&showAudioVideoTestAsInt=VALUE&allowRecording=VALUE">http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHashByURLAndRecFlag?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE&room_id=VALUE&becomeModeratorAsInt=VALUE&showAudioVideoTestAsInt=VALUE&allowRecording=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1743,7 +1795,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/setUserObjectMainLandingZone?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE">http://localhost:5080/openmeetings/services/UserService/setUserObjectMainLandingZone?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -1905,7 +1961,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/setUserAndNickName?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE&room_id=VALUE&becomeModeratorAsInt=VALUE&showAudioVideoTestAsInt=VALUE&showNickNameDialogAsInt=VALUE">http://localhost:5080/openmeetings/services/UserService/setUserAndNickName?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&profilePictureUrl=VALUE&email=VALUE&externalUserId=VALUE&externalUserType=VALUE&room_id=VALUE&becomeModeratorAsInt=VALUE&showAudioVideoTestAsInt=VALUE&showNickNameDialogAsInt=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -2005,7 +2065,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRecordingHashByURL?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&externalUserId=VALUE&externalUserType=VALUE&recording_id=VALUE">http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRecordingHashByURL?SID=VALUE&username=VALUE&firstname=VALUE&lastname=VALUE&externalUserId=VALUE&externalUserType=VALUE&recording_id=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -2084,7 +2148,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/addUserToOrganisation?SID=VALUE&user_id=VALUE&organisation_id=VALUE&insertedby=VALUE&comment=VALUE">http://localhost:5080/openmeetings/services/UserService/addUserToOrganisation?SID=VALUE&user_id=VALUE&organisation_id=VALUE&insertedby=VALUE&comment=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -2173,7 +2241,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    								    				    								    				    								    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/getUsersByOrganisation?SID=VALUE&organisation_id=VALUE&start=VALUE&max=VALUE&orderby=VALUE&asc=VALUE">http://localhost:5080/openmeetings/services/UserService/getUsersByOrganisation?SID=VALUE&organisation_id=VALUE&start=VALUE&max=VALUE&orderby=VALUE&asc=VALUE</a>
+    			</a>
+    		  </div>
     	   				    		      <div class="method">
 		        <div class="method_header">
 		        <div style="margin-left:10px">
@@ -2223,7 +2295,11 @@ limitations under the License.
 	                   
 	                   	                   	                   </tbody>
 	    			</table>
-    			    		  </div>
+    			    			<br/>
+    			REST Sample Call/URL:<br/>>
+    			    			    				    								    				    												<a href="http://localhost:5080/openmeetings/services/UserService/kickUserByPublicSID?SID=VALUE&publicSID=VALUE">http://localhost:5080/openmeetings/services/UserService/kickUserByPublicSID?SID=VALUE&publicSID=VALUE</a>
+    			</a>
+    		  </div>
     	   			
 	
 	</body>