From d839b9ccd1d9f4e1feda3337010a482acf62a4c3 Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Wed, 26 Apr 2017 09:26:05 +0200
Subject: [PATCH] OO-2718: reenable REST API documentation

---
 pom.xml                                       |   137 +-
 .../course/db/restapi/CourseDbWebService.java |    53 +-
 .../glossary/_static/register_sample.png      |   Bin 9806 -> 0 bytes
 .../restapi/api/_content/application.html     | 27849 ++++++++--------
 .../repository/RepositoryEntryResource.java   |     6 +-
 5 files changed, 13536 insertions(+), 14509 deletions(-)
 delete mode 100644 src/main/java/org/olat/modules/glossary/_static/register_sample.png

diff --git a/pom.xml b/pom.xml
index f712d710eb8..1d42afecb72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,8 +98,8 @@
 			<build>
 				<plugins>
 					<plugin>
-						<groupId>com.sun.tools.jxc.maven2</groupId>
-						<artifactId>maven-jaxb-schemagen-plugin</artifactId>
+						<groupId>org.codehaus.mojo</groupId>
+            			<artifactId>jaxb2-maven-plugin</artifactId>
 					</plugin>
 					<plugin>
 						<groupId>org.apache.maven.plugins</groupId>
@@ -1171,6 +1171,8 @@
 					<exclude>**/*.pdf</exclude>
 					<exclude>**/*.graffle</exclude>
 					<exclude>**/doc-files/**</exclude>
+					<exclude>**/propertyHandlers.jpg</exclude>
+					<exclude>**/package.html</exclude>
 				</excludes>
 			</resource>
 			<resource>
@@ -1255,7 +1257,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>2.18.1</version>
+				<version>2.19.1</version>
 				<configuration>
 					<encoding>UTF-8</encoding>
 					<skipTests>${skipTests}</skipTests>
@@ -1274,7 +1276,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-failsafe-plugin</artifactId>
-				<version>2.18.1</version>
+				<version>2.19.1</version>
 				<configuration>
 					<encoding>UTF-8</encoding>
 					<skipITs>${skipSeleniumTests}</skipITs>
@@ -1322,7 +1324,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-compiler-plugin</artifactId>
-					<version>3.3</version>
+					<version>3.6.1</version>
 					<configuration>
 						<source>1.8</source>
 						<target>1.8</target>
@@ -1333,7 +1335,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-war-plugin</artifactId>
-					<version>2.6</version>
+					<version>3.0.0</version>
 					<configuration>
 						<attachClasses>true</attachClasses>
 						<directory>src/main/java</directory>
@@ -1348,7 +1350,7 @@
 								<Implementation-Build>${buildNumber}</Implementation-Build>
 							</manifestEntries>
 						</archive>
-						<excludes>**/*.pxm, **/*.psd, **/*.scss, **/*.sh, static/bootstrap/**, **/*.README</excludes>
+						<warSourceExcludes>**/*.pxm, **/*.psd, **/*.scss, **/*.sh, static/bootstrap/**, **/*.README</warSourceExcludes>
 						<webResources>
 							<resource>
 								<directory>src/main/webapp</directory>
@@ -1432,43 +1434,46 @@
 
 				<!-- start rest api documentation: broken:  mvn javadoc:javadoc -->
 				<plugin>
-					<groupId>com.sun.tools.jxc.maven2</groupId>
-					<artifactId>maven-jaxb-schemagen-plugin</artifactId>
-					<version>1.2</version>
+					<groupId>org.codehaus.mojo</groupId>
+            		<artifactId>jaxb2-maven-plugin</artifactId>
+					<version>2.3.1</version>
 					<executions>
-						<execution>
-							<phase>generate-resources</phase>
-							<goals>
-								<goal>generate</goal>
+                		<execution>
+	                    	<id>schemagen</id>
+	                    	<goals>
+								<goal>schemagen</goal>
 							</goals>
 						</execution>
 					</executions>
 					<configuration>
-						<srcdir>${basedir}/src/</srcdir>
-						<includes>
-							<include>org/olat/restapi/**/*VO.java</include>
-							<include>org/olat/user/restapi/**/*VO.java</include>
-							<include>org/olat/modules/fo/restapi/*VO.java</include>
-							<include>org/olat/catalog/restapi/*VO.java</include>
-						</includes>
-						<excludes></excludes>
-						<destdir>${project.build.outputDirectory}</destdir>
+						<sources>
+							<source>src/main/java/org/olat/core/commons/services/notifications/restapi/vo/</source>
+							<source>src/main/java/org/olat/commons/calendar/restapi/</source>
+							<source>src/main/java/org/olat/modules/fo/restapi/</source>
+							<source>src/main/java/org/olat/modules/gotomeeting/restapi/</source>
+							<source>src/main/java/org/olat/modules/vitero/restapi/</source>
+							<source>src/main/java/org/olat/modules/wiki/restapi/vo/</source>
+							<source>src/main/java/org/olat/restapi/system/vo/</source>
+							<source>src/main/java/org/olat/restapi/support/vo/</source>
+							<source>src/main/java/org/olat/registration/restapi/</source>
+							<source>src/main/java/org/olat/user/restapi/</source>
+						</sources>
+						<schemaSourceExcludeFilters>
+                 			<myExcludes implementation="org.codehaus.mojo.jaxb2.shared.filters.pattern.PatternFileFilter">
+		                        <patterns>
+		                            <pattern>jaxb\.index</pattern>
+		                            <pattern>.*WebService.java</pattern>
+		                            <pattern>.*Factory.java</pattern>
+		                            <pattern>.*Examples.java</pattern>
+		                            <pattern>.*DateParam.java</pattern>
+		                            <pattern>.*StatusVO.java</pattern>
+		                            <pattern>.*GoToErrorVO.java</pattern>
+		                        </patterns>
+		                    </myExcludes>
+             			</schemaSourceExcludeFilters>
+						<outputDirectory>${project.build.outputDirectory}</outputDirectory>
 						<verbose>true</verbose>
 					</configuration>
-					<dependencies>
-						<dependency>
-							<groupId>xerces</groupId>
-							<artifactId>xercesImpl</artifactId>
-							<version>2.9.1</version>
-						</dependency>
-						<dependency>
-							<groupId>com.sun</groupId>
-							<artifactId>tools</artifactId>
-							<version>1.7</version>
-							<scope>system</scope>
-							<systemPath>${java.home}/../lib/tools.jar</systemPath>
-						</dependency>
-					</dependencies>
 				</plugin>
 
 				<!-- Javadoc -->
@@ -1490,11 +1495,23 @@
 						<verbose>false</verbose>
 						<show>public</show>
 						<subpackages>
-							org.olat.restapi,org.olat.modules.fo.restapi,
-							org.olat.core.commons.services.notifications.restapi,org.olat.user.restapi,org.olat.course.nodes,
-							org.olat.restapi.system
-					</subpackages>
-
+							org.olat.core.commons.services.notifications.restapi,
+							org.olat.commons.calendar.restapi,
+							org.olat.course.nodes.bc,
+							org.olat.course.nodes.bc,
+							org.olat.course.nodes.co,
+							org.olat.course.nodes.en,
+							org.olat.course.certificate.restapi,
+							org.olat.course.db.restapi,
+							org.olat.modules.fo.restapi,
+							org.olat.modules.gotomeeting.restapi,
+							org.olat.modules.openmeetings.restapi,
+							org.olat.modules.vitero.restapi,
+							org.olat.modules.wiki.restapi,
+							org.olat.registration.restapi,
+							org.olat.restapi,
+							org.olat.user.restapi
+						</subpackages>
 						<doclet>com.sun.jersey.wadl.resourcedoc.ResourceDoclet</doclet>
 						<docletArtifacts>
 							<docletArtifact>
@@ -1512,7 +1529,7 @@
 							<docletArtifact>
 								<groupId>xerces</groupId>
 								<artifactId>xercesImpl</artifactId>
-								<version>2.9.1</version>
+								<version>2.11.0</version>
 							</docletArtifact>
 						</docletArtifacts>
 						<additionalparam>-output
@@ -1539,7 +1556,23 @@
 						<formatWadlFile>true</formatWadlFile>
 						<baseUri>http://www.example.com</baseUri>
 						<packagesResourceConfig>
-							<param>org.olat.restapi;org.olat.core.commons.services.notifications.restapi;org.olat.modules.fo.restapi;org.olat.user.restapi;org.olat.course.nodes</param>
+							<param>
+								org.olat.core.commons.services.notifications.restapi;
+								org.olat.commons.calendar.restapi;
+								org.olat.course.nodes.bc;
+								org.olat.course.nodes.co;
+								org.olat.course.nodes.en;
+								org.olat.course.certificate.restapi;
+								org.olat.course.db.restapi;
+								org.olat.modules.fo.restapi;
+								org.olat.modules.gotomeeting.restapi;
+								org.olat.modules.openmeetings.restapi;
+								org.olat.modules.vitero.restapi;
+								org.olat.modules.wiki.restapi;
+								org.olat.registration.restapi;
+								org.olat.restapi;
+								org.olat.user.restapi;
+							</param>
 						</packagesResourceConfig>
 						<wadlGenerators>
 							<wadlGeneratorDescription>
@@ -1571,11 +1604,19 @@
 							</wadlGeneratorDescription>
 						</wadlGenerators>
 					</configuration>
+					<dependencies>
+						<dependency>
+							<groupId>xerces</groupId>
+							<artifactId>xercesImpl</artifactId>
+							<version>2.11.0</version>
+						</dependency>
+					</dependencies>
 				</plugin>
 
 				<plugin>
 					<groupId>org.codehaus.mojo</groupId>
 					<artifactId>xml-maven-plugin</artifactId>
+					<version>1.0.1</version>
 					<executions>
 						<execution>
 							<id>xslt: ${project.build.outputDirectory}/application.html</id>
@@ -1606,8 +1647,8 @@
 					<dependencies>
 						<dependency>
 							<groupId>net.sf.saxon</groupId>
-							<artifactId>saxon</artifactId>
-							<version>8.7</version>
+							<artifactId>saxon9</artifactId>
+							<version>9.1.0.8</version>
 						</dependency>
 					</dependencies>
 				</plugin>
@@ -2520,7 +2561,7 @@
 	</reporting>
 	
 	<ciManagement>
-		<system>Hudson</system>
-		<url>http://jenkins.frentix.com</url>
+		<system>Jenkins</system>
+		<url>https://jenkins.frentix.com</url>
 	</ciManagement>
 </project>
diff --git a/src/main/java/org/olat/course/db/restapi/CourseDbWebService.java b/src/main/java/org/olat/course/db/restapi/CourseDbWebService.java
index 26a2f2dc39a..635b3b27842 100644
--- a/src/main/java/org/olat/course/db/restapi/CourseDbWebService.java
+++ b/src/main/java/org/olat/course/db/restapi/CourseDbWebService.java
@@ -53,19 +53,19 @@ import org.olat.restapi.support.vo.KeyValuePair;
  * Access the custom dbs of a course
  * 
  * <P>
- * Initial Date:  7 apr. 2010 <br>
+ * Initial Date:	 *7 apr. 2010 <br>
  * @author srosse, stephane.rosse@frentix.com
  */
 @Path("repo/courses/{courseId}/db/{category}")
 public class CourseDbWebService {
 	
-	private static final String VERSION  = "1.0";
+	private static final String VERSION	= "1.0";
 	
 	/**
 	 * Retrieves the version of the Course DB Web Service.
-   * @response.representation.200.mediaType text/plain
-   * @response.representation.200.doc The version of this specific Web Service
-   * @response.representation.200.example 1.0
+	 * @response.representation.200.mediaType text/plain
+	 * @response.representation.200.doc The version of this specific Web Service
+	 * @response.representation.200.example 1.0
 	 * @return
 	 */
 	@GET
@@ -78,9 +78,9 @@ public class CourseDbWebService {
 	/**
 	 * Retrieve all values of the authenticated user
 	 * @response.representation.200.qname {http://www.example.com}keyValuePair
-   * @response.representation.200.mediaType application/xml, application/json
-   * @response.representation.200.doc All the values in the course
-   * @response.representation.200.example {@link org.olat.restapi.support.vo.Examples#SAMPLE_KEYVALUEVOes}
+	 * @response.representation.200.mediaType application/xml, application/json
+	 * @response.representation.200.doc All the values in the course
+	 * @response.representation.200.example {@link org.olat.restapi.support.vo.Examples#SAMPLE_KEYVALUEVOes}
 	 * @param courseId The course resourceable's id
 	 * @param category The name of the database
 	 * @param request The HTTP request
@@ -107,10 +107,10 @@ public class CourseDbWebService {
 	/**
 	 * Put a new value for an authenticated user.
 	 * @response.representation.qname {http://www.example.com}keyValuePair
-   * @response.representation.mediaType application/xml, application/json
-   * @response.representation.doc the key value pair is saved on the db
-   * @response.representation.example {@link org.olat.restapi.support.vo.Examples#SAMPLE_KEYVALUEVOes}
-   * @response.representation.200.doc the key value pair is saved on the db
+	 * @response.representation.mediaType application/xml, application/json
+	 * @response.representation.doc the key value pair is saved on the db
+	 * @response.representation.example {@link org.olat.restapi.support.vo.Examples#SAMPLE_KEYVALUEVOes}
+	 * @response.representation.200.doc the key value pair is saved on the db
 	 * @param courseId The course resourceable's id
 	 * @param category The name of the database
 	 * @param pair The key value pair
@@ -127,10 +127,10 @@ public class CourseDbWebService {
 	/**
 	 * Update a value for an authenticated user.
 	 * @response.representation.qname {http://www.example.com}keyValuePair
-   * @response.representation.mediaType application/xml, application/json
-   * @response.representation.doc the key value pair is saved on the db
-   * @response.representation.example {@link org.olat.restapi.support.vo.Examples#SAMPLE_KEYVALUEVOes}
-   * @response.representation.200.doc the key value pair is saved on the db
+	 * @response.representation.mediaType application/xml, application/json
+	 * @response.representation.doc the key value pair is saved on the db
+	 * @response.representation.example {@link org.olat.restapi.support.vo.Examples#SAMPLE_KEYVALUEVOes}
+	 * @response.representation.200.doc the key value pair is saved on the db
 	 * @param courseId The course resourceable's id
 	 * @param category The name of the database
 	 * @param pair The key value pair
@@ -147,9 +147,9 @@ public class CourseDbWebService {
 	/**
 	 * Retrieve a value of an authenticated user.
 	 * @response.representation.200.qname {http://www.example.com}keyValuePair
-   * @response.representation.200.mediaType application/xml, application/json
-   * @response.representation.200.doc The value in the course
-   * @response.representation.200.example {@link org.olat.restapi.support.vo.Examples#SAMPLE_KEYVALUEVO}
+	 * @response.representation.200.mediaType application/xml, application/json
+	 * @response.representation.200.doc The value in the course
+	 * @response.representation.200.example {@link org.olat.restapi.support.vo.Examples#SAMPLE_KEYVALUEVO}
 	 * @response.representation.404.doc The entry cannot be found
 	 * @param courseId The course resourceable's id
 	 * @param category The name of the database
@@ -176,9 +176,9 @@ public class CourseDbWebService {
 	/**
 	 * Retrieve a value of an authenticated user.
 	 * @response.representation.200.qname {http://www.example.com}keyValuePair
-   * @response.representation.200.mediaType text/plain, text/html
-   * @response.representation.200.doc A value of the course
-   * @response.representation.200.example Green
+	 * @response.representation.200.mediaType text/plain, text/html
+	 * @response.representation.200.doc A value of the course
+	 * @response.representation.200.example Green
 	 * @response.representation.404.doc The entry cannot be found
 	 * @param courseId The course resourceable's id
 	 * @param category The name of the database
@@ -205,7 +205,7 @@ public class CourseDbWebService {
 
 	/**
 	 * Put a new value for an authenticated user.
-   * @response.representation.200.doc The value is saved in the course
+	 * @response.representation.200.doc The value is saved in the course
 	 * @param courseId The course resourceable's id
 	 * @param category The name of the database
 	 * @param name The name of the key value pair
@@ -222,7 +222,7 @@ public class CourseDbWebService {
 
 	/**
 	 * Update a value for an authenticated user.
-   * @response.representation.200.doc The value is saved in the course
+	 * @response.representation.200.doc The value is saved in the course
 	 * @param courseId The course resourceable's id
 	 * @param category The name of the database
 	 * @param name The name of the key value pair
@@ -240,7 +240,7 @@ public class CourseDbWebService {
 	
 	/**
 	 * Delete a value for an authenticated user.
-   * @response.representation.200.doc the key value pair is remove from the db
+	 * @response.representation.200.doc the key value pair is remove from the db
 	 * @response.representation.401.doc The roles of the authenticated user are not sufficient
 	 * @response.representation.404.doc The entry cannot be found
 	 * @param courseId The course resourceable's id
@@ -269,7 +269,8 @@ public class CourseDbWebService {
 	
 	/**
 	 * Fallbakc method for the browsers
-   * @response.representation.200.doc the key value pair is remove from the db
+	 * 
+	 * @response.representation.200.doc the key value pair is remove from the db
 	 * @response.representation.401.doc The roles of the authenticated user are not sufficient
 	 * @response.representation.404.doc The entry cannot be found
 	 * @param courseId The course resourceable's id
diff --git a/src/main/java/org/olat/modules/glossary/_static/register_sample.png b/src/main/java/org/olat/modules/glossary/_static/register_sample.png
deleted file mode 100644
index 8406e61a0f22d8cbf0945a8b12d233140668d9d1..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 9806
zcmV-UCb8LxP)<h;3K|Lk000e1NJLTq00F81001Ef0ssI22km$c000hUX+uL$Nkc;*
zP;zf(X>4Tx0C)kdmvvN>&-cgY*=3h*L=aFqq&r0E7Fg+)?pT&o5S5bd5a|#BB@|Q|
z=}-_wr3D295v4?s{5|NG&*%L9_@3WCzkAM}dF||b?#w=Sp1E@YAn&umV%-q{01r=J
zoSvE@vx%u0GyXV$02&|w5fHbr^T8@$FqdJ;f3aU5U^Q$b{KvlRD>ul7+RPWixzhEY
z$R&RMFN03H$#C$506=_j2aVHTmOp0Ozie>K0lrvYSmS)mcFs2TFbBiThcnPqg1HQ4
zGN->>f6TUjx$l_$?VOIsjsbwC^0asH1OR^p=1cYtK6dcW$Masb_p$SUIS%GE4-YTc
zKl!nLZaXXv9!p*VGyCy#fm_(FkpUnFuLYX^x6g<NfQQTgP;LL)$CVGjsT2TOG5_{$
z>iv0E5bbLpM^TYK?jRCH08k%~jy5^rwZZy><fEg#qNAgOVgQg+0K9Ow^TYZ7(ZZ8L
zg8=+r-~ayS|BOJw!8s1F04Ri{p-+fPWC>mqY879Hppi(Hc#`xE`6Y@yst%fXT4OqP
z`Z<P7Cgrn}%(g5eY$EL597UYnT+`g&dG>ixe5Cx;0`!86Ld?P}BCMk9Vl3iJ5_FQ3
zQYfii=^rvP7lve;FP2}*kc*HHP;gVUQ8H21R#8wDRbx}9(f}GOnxk6nmn*bWbb@pp
zG5S|j^rZEL3^)zX7?Bwr8Lyelnhu#Yo0nUpS>Cd8ziMHPvC*{Ew9~f7I2bq@JDE5e
zyBNCax#_xVd8m3SddXuIy)|)0KK8zTe&PP90fm8;*BY;P2fYp+yD<~;<>vCOmD}G!
zm%`@5KSqp24&UjEYKg9mDT~dHONhUnfJ?MZ(o0rM5l%gqMw0eB{Y%E%%+|YQSt<8|
zvh8y&=ZfYr<RkM}3PuaNi)xFDOH%IND)o3^R;F4mQgQYn;ls^GA1nK+YOC{W5+2`r
z;#ccdXZO_nncj1adbtMiMxLg#%~UO@mYvq+w#gT-+M7DcJ2Sh&y0JYLy=r~J{fq<X
zfz_8|ui6JIhEiS!4?Djxe5*1d`Hts3;|H=)FuFcAH$F1aIaxbZJe~S6bjD}a@ss&y
z{W<M<jRoZ|@{6)dQeVZEg}(8vaDQk2ac-4ijc)za2Gu6TPqHnNUxeHEJLuo&UGyGm
zA9a9th&Y0dj^Oz7fxD0Z^Z`+XOu;Kbjp6eV+#{kSt{_z-+oO0wg`*KYwRO6d-h+XO
zvGuI(xnUL=)_Ar)_Me<oT&&!DJR;|%c%}KI_{9Z81qFn-h1o@zL{Etkiv#gZiFwHp
zsdniqnXC)9WnC^}E{V%A%HzrZP?%8cReGvis1m0dpk}SEt|6dFqq(g$ak)u5SLdd#
zEk^x{h#s>(x&DE{is6J&uW_wOo@tbsx4Ef>oF%6fnbr2ydFu~0gSLHk-S(Xh?T)QZ
zjm}S9s$I+7irlk2l09R*!m(lAcW_BQ*}f0_YW>>+`U6L<O<kW4S_$5`u^qB^bN|-f
z?VZrgu$A!nh{?z|cY2~4qpM<yV$<Uy;{y_05>1lSlO<BvQ>ju9)0WfUXS8LO-A&92
zxM!KIl*5xtmb;lZp5InbUYK4KUhGq1f8U@~`GIH|OF2dPLB;aJ(MO$?)m7Qm(KUgO
z-JV$2n$+n&RevV`T(VxUfwPgRiMpAv`LJcPb*XLY#c+F9$Ft7zu6x~aJvVwi`Yie{
z4_tW3^Xl{<-r&a2?CaOV9dGL2){H!S_uzfehuqQ3vE=cXiLl9_DcrQ{N4puzSu=PK
zSj{=ido1{U30aI>ivOCrob@e#<^K1IACFfX*ZS5cH#UBfY;pdQ-!|RB{*K(u-mBT~
zIv6`#`4fL0kOVP9jffzm4W2V920cK)N*GIwCb>r@LOw<rMJ+|MK$}V@M?b^h&v<Y)
z;M^385UVF!7JCE78_v&MYuvl%5xfL^B>bcTB!a|3XkkeBx5%pKg4notzeIy%nN*r|
zh>Y_EU0KPCXD%LInv?63uTscR3{i4a)=?2xJ)?S{_DQ`%qewGU%jWV$ZF=o3owvHx
zn8YhMJ!Acg25g1|hTn~b;XROU>ThOfE@nY#v1<9ss^V&_HP*)5R?F^!y?_I=Bb5`<
zY18?$%dl&UTe*9h$4yT+FH@|hw>(b9N5WUsPuO1|fH#oq8tZkYpwqz=HwZ&O$S?Rb
zn7aKcv>~iCJSie5(*BNilz22l3?gPR_ElU>d|E<4qFK_#Wabn^%6w{1T3LEjhI6Lc
zUCu02*8IJW?1G%&T$4QUe9HW_g5kp2qRiqDcrR#`3OzXWV7F|hytAV8Ve})nN}Vd9
zYMScZn)%0Xo^;ectt)?;`z-l+SiOIPbE8?4R<mpiUn^r9N!#9wmG<e5q0SdwkGl(d
zQhG!Cy!&kiFfZj^2@Em~kq#ZaUK?I|Gxv6GWZ~V?`;`x?qZ?ye<2w`klZVrYkLVfF
zS^7_WpVj7^=Mxs5ewkiEf8}2`{1&oO{(Wqfa?NtRX;buP%P)iN)!*@Z=l6RL?T+LB
zH}@Uq1hfPICCdO93j?4D=cxP*064P&pbiB9LkfU_G=P540BDLEK#iZkN&cV&+&~T(
z0(TGwvOo>!1G8WUqJVfHMaTjQfKs4JXaHJ7;33!$iU?aoIHD9WfLKG)BIS^-$V_A}
zau-hs&mHd(-Wp086^R-}pGV(DPvA@7r{QlAm=LrQauOyH9uj#GeI_;~en)bJ<PE7I
z=@gkG*(P}?1tmoRr7&eDl?l}vbsP;Z&EP2<Edy=OX+Jt{x+(hPGpc8H8LAj<ndq5D
z&L*9^!c4<F$x_1V&8EOk&A!Od$QjFJ!p#Qfv4-=JyheOHd`J9a0(F8ZLO5YV5ou9I
z(F3tb@p_3gNvxEvw4e-?%+7@w+5U^qE|th-$j2z$R=lBfL;1E!lxnJ4fqIQbr{;v#
zrZ%~bfG!5(dnHG&M}O0h&B)L=)}+()z+A@Sx@GHCJZo*6EZZe}8HaesPtIa45w0KH
zxjlkCN3a6kvAAVlZNJ9>^nsz*R)Z{p`$I%;-n(@eY8%!Q!5^6(1x0(t%*5%%_a(|F
zHKj<WHl|<7=(&3(YbM(}7nPS&AW=9{jJr=$+E8X)LHMw)(yAI=^YDpI?fTQS=Q8zk
zjS0;cTE4aAw(E5gbhY;c^@;X>eVH?;HS~M9?5*)T!uQRi*m2H@>8Xs5m|4<KFXy5c
z)EDuWdY7YDw0}^oj;-fy+Hdjx`nl7#8@F$M$oJ>`paMKV9vA~p5CL*PEqDp$!9H{f
z5`;7$J17LY2R(yEpmhW}LJ*;g@J6H}o+GA^NF*=P2pNWaf?U93z%#<jz?(p^p}bL@
zXgahPdH|mrKN^39K#!n_kb^Ll2uTz`^qts=c%H<8WQo*^beAlOoSwXjLYZQc(wB;q
zs*GBddXXmfl*p-R+St>wr#I*-=pE0npP6GQVzg#rVwyagbM7iL2lEe>M%HLH3w99>
zVvaAIom~0c*LX1JInM9!4)PWA2Md@8N(h}6+7+G^=@+dND-e&9@RzidQjq45A(C0U
zFeck^vHDW3T%vraLZG6zlDo2-il?fd+AZ}&`22dV_4@L%4uLK=M(YYzFH676VBLt-
z*w7@_w96d8nd`PyuQi2@rR^iTBlza>$Qj?o-nHGG(Zkns0L$VXh<ocR;FsXP8fb8>
zDTpIDIRxDFzBL=F6V?#H5*dAGBibUSKTa~fERi88IfWoKH0>xOB=aaMG@BqNIgc^F
zqEM!2u*B~E{)5bNv5NPP0;`y+J0CmO64sT%nP;rQyNRT^tW~{jxjnH{vg=b%e4kAJ
z;>+Yg$)WM#z_&CbkKgNj_%W6=AvQTV9X=yCJNY?!UVLF@G4w0*a>I)5_b;m<>t{CV
zf0}I_ZkPPl-re3WKE(WqKQ(-VPzDyj7sP}6pcRaPb%+GwgcKl4=o*v()k1HeH3S7h
z7@?2wLu4V^5DQ3Bq!iK~nS$&>?)-W8EAci_vZ!d(1ezZmj-JMs#=ncdOK_E-hftU>
zkBFQojOaJ95AiyQH^~<14KjSP400~=779a(RmwOj9;!ZSR~j;!r>CrG$!TAl_NNo1
z`$qrh43<HH;gGSHDe<iFIp%XK%uOuuthQ_y*iW->b4+lyb5(F>@Z3J{%B#yK%umC=
zEif(EE%aD8UnE&HLhOckpoE{KuM|$&Q^x6nm8{{#%a>H-6y)U;<P;T^)Rc8qOjRA#
z{MBPLiZx$oeby$>5z)26BwT6N+cpq3^f0P4UNe<23o-Avq_uLqT5m&Y>tOf7;hf_w
zr+F7m*E)9=k7O?t_PX~Pd{2GvuM$vqjpO>=VDcMLH}P(Tg`&b@A}AxXqd23hW5wd?
z5(E>=lUY;p(iqcoGnwz+zbBAgpR1bpp}?tduQ=&GM`=@;e);!@F_k=312vvcXlk3E
zIzFeYZ*6pMrfq3zGkfu~BesjByP;RV@5eywE1to=*RF3!-d4ZEy#F?OV;nsZHH9}F
z@^O3C`_syt%lzUOhsC+C*2`lnYTrwLY_G|zdv0WIHvJsm+S;bv;rp$=>#!HPUvSWN
zICC8TzxC2_{s1T!Z5z0D`u{Z#cfS*#RIq0fPg@;bxFvu;OITmbaUJ-Fef;%RPT0{!
zRpW&1ZIrc6_`0)_&Ivo>RP|2S)kYI@!VaE>`X`Ka|5M-oXD-Em^bS5M|7fl|8yKJH
zaejJ+C+y~>^^e}(LHVDxdAjRdKGC@NYW%Z)-~zOP4Y2!LXTl1ArT`!({+Qb9x{sUx
zWxfu9a19E8k{9+G&c(^umstU>vK{!CH9YME_?Sh6grvd$0Kktwe%S}!cmMzZ32;bR
za{vGf6951U69E94oEQKA7mrCqK~#7F?Oh90Q&+m)lMrG^AVLTPf`HKgDk(^K_(CX3
z3k5B0^|~%sr_<}BGdeSEy>qRdaXQ*|jZW`er!yVxnm%rIba98#v6e@%iim<yo(2OL
z3`7D10wFvDA>=W4pL6m$$-zely-a)d$~tF1{{8QNfBWD6{`cMo{oddI{&zqI5&;qc
z5`pg?0+jDwm&qQJ2#^Sn2p|ZM=8x0^5&;r{?<fMK`TLFzJlSm$0TKby{E<39B0wVW
z9Yw(Ff&Ff7ZoWTFY;5fP3CL0s0TKZcfjNi(>HW>YK_NvV5g-wG5(tpy?@6Fcwm~95
zA}|LLAkE(#928O{5&;r{CxO6&&;A@zShQWg{7^CJN1ZTQ(q34(b*Yb|h>Va3kO+_n
z{L>-u2;QHfuCoJJ`o^ZmjF#f^?#Wr{t9g24)G#$=nH6TU!vqmYub-Np9d6%3E*AZ$
z9*&xM7P>Zzte`X|qrqS_8m+S+*mstNp{-HTHG#~>;ZCKrQ~&J-;^Do&k*{w~Ik6b*
zYaNYFWIHn)vF3u4Th8k2Nm}lvwQuFe&9|qW?+MLke<(d#H)_jaa^BvTw?%~G*xzuW
zS~+ebp!$SFM8!TO^rJa>U@?<cT2!fU&83H}%3aBK%^{$PSe2WMqXFj8($l5;iZqUj
z>oO8we`T$J>BvAL{SBqnYJTp<csiDCQkR{V1gCCH;Mp>eY?J2V`6^6wdf1BGl?yOh
z+tZ{jIWI9H3E!0)vqD|!!7P+NFL$FD%U0E1s8@~0uFs41ckQ|1vsXVF`|++fL@XOm
z{L7?~7F8*zoMkx~OR;K3jkKgn0epqIS$4^7Rg6s+irUA)!d1Bmd<M)jYHCX)Aos;&
zyj%!%SM9a^N9vnw6=^$mKmW%1a9hgxGMw7~(UH4YnwFcD^7{9aL*_Y)vDm}0vdM;3
z@#P5ORxS@_c&^#jUfGQs@?J+9^CQG-lLbz^jOvmi3~&bt5~1UDz^G{`snV{=%L=yD
zG&U6#_3~4*#XLtf>zJbGYbn&PL=-DD-`ZC3x8~_(8?$Us!%SW4rOFoXb(_;r%{Mfb
zmfZ7>*_bIp7@M>g&sPTEH~^qmmXtMk3sawox3#5}UAiWpPRz}TK*j_KCS7Y$MN3#x
zc1ome(0gi2YgCN%mohj`NQ{j|MfXtM!fGK;AHj1uVmljW_Ee|j*}XRhqY`V5thI5R
z=-K&Rao&MldlOiyi|6yFH?;m(=&bN0V-t$C+lsRf?0PGKSi@&UmWMTelO4ShT!YhJ
zH4Y^{9e~TTC7@dn_VKS*vw=}{vwq*%%MqeQyWMB0_TaXHGl2c}{w*1cScc(&l2gU+
zT<UW(e*nN$h?AHqqM0U!dX#NSX`iw;{iQUQ!A6?2S|Ay9u{ecG2UaVx_S1aa1@ok#
zvjc7N+FnDy+jHVmEp6{>n>NO>&Exv!rpDJ#)(0df987i_01Gf9%cCQ}gw=xgIcPy?
z*{KZ|s|GltrxWo;7FMGLtzG}DzOVj9i^0LfB?9>aj9tI<61060E3)yn51}>Q*Zsz-
zTXZe$I^hxyoODKo6kQ=KZi1rCqP@A-AdBWF+e|&Ke>TxZWEI&*q=BONbGwuI^9)xD
zi}oEqs{#4HS?{zC80qvdSoiXCd!oJj+S>M<tS(Vgn+}OxRqf$fS*F4Kn53t8^Cop_
znM_$-LCwu^Gv8oDQFTK;5EPRnS{O(%83ub=Zz=lCuI7&xkhEfji9(?mH8&cR9HDp#
zmu|9JJ#+wyKW%auNeF`x(Jp78_=Sa0rK+}`1isK_bBt<*4upuqZ8j67^$+HO7J2`$
zb-q6Z7zg{|U`=X9Od>7~m`2p&fEvxln<JJWC8pz=yz0(^JUCv~Vfi)r2uGCRuzip#
zjS~|W)Y4RULlB<Hr2wn0wMI1=B2L9m2bv&xMUV**f<mEz$$K}XJ%GV<1s@d<c{E(S
zJqTZSn{M>4&J3m^SzgpoxGH!fQQ*x81ZXCjdeRSO$RGA+`!2$xG}}TD!s6M8wMo*4
z=2HKCtFY#@yaj+3N%!#60sfw}zy!Fwlo&o_9UJ3wzNo<Hu}$hKzj6l9-v96iIeZjf
z4tw{Z*EZ`s_nQ_#Wry;h&TvB)M8=LO%f4=?s#0uBvumESb$Y0P&vhmVV|1Q?A52&R
z{hF(lpK8H-M_+v*5*>UFJ0z0dls+`<<!1ZP`d%)7El8yj=?I0+@`p<2#qed)oJ+I4
zahjh$jbVhY?u?rYh@P&sqFON$CVn<?0g()LUNgLrNlT}K*2a$L%ow1%+cr)Q;(!6Y
zi{$p2aDs=#2#4f~MrBN@z|WrT_BIrMCI#W~rH3+5X;?YCwtMS8eEs;fSJVGRfY&2v
znimQpqGK4*F@nNj)s~`W`II=;=>R?gE2|l>0z$ZOW#jVL)}hNSYMn9O&0jW7Ko}!d
zh$2w~#Pah`6D&gwfTIT#M(~0KNXkm}X;89w3xavB#>zp5MBGLT-!oXwSQs;3)pA#3
z5{9BY#<~<n;JXMvMil>04v_csk4F3Z8wUH(rD~*i#Kh&&M$~Y75fbDvq+HROg<U1B
zSL?%H6y3QZ1HLh<V>md;0A=xtRf;0X^_uRyl|hYHTOdu6`*>02^A^}QTZX0!Jpcry
zr^gWV)~r5pVRGy4XTZsef4Hp9%n!%fBGO1h<%!}wMUWK`h~j_$R))Yilvt(d(m$Ts
zSAp*2nC!hfa<-@Oz?A0j{!);<aOA4AL<=j5e!DL-nrZmraKQ(i0CAn?c`<=mke2mU
zHs7pMe)wOdpWa1AZS%_;4m>aPGV3eO-HQHU<RWC982#dp=MPjMd&*TJ4qz|&-Co2c
z>AQ99Ki)<6B23Qvzj!GphBZT@n2-cdx3MOmK(Y*j#R_x{^b1ap3V%8ho$to}+8z(X
zhEUUh_TK-NH<gx44(~6J08Zu-_o42V_XF;-G|cuPRbZfUImDLUxfuHi5(IRMZWyoH
zSoKMHt+Yvs{2Ci-?{p4hx%lT~r>wQDwe=4CDb#LEx@Bs>jnBkvpS_wFJAjMd`JyFM
zU{qsmA<z1@nfx%E+hFJEcsu*$$Z|yJK&z~+Y|(|puTOE;ZwJu>Bfg@PWne_6)Ehe+
z<<yAfQCx56S9%6$V!V0L31QTMhFfDE^WR24(f8Lbur*)oI+m%=EdyX^)NQMUR-n^t
zi^8BDA|1eSoiLBcib}<_)YPvT0f6i8u_tFRq2{QrT$lE!wPSh%0xWcV2!jRn<t#)f
z5YiK6auy2dV6vkdLIs1d{f-U<McMbu_6ijL5DpmW?uY5&t{!@Xcqs?;s-gVWe)Tvt
zER0Ck83}1gbW6{LGi54^@5-mqowA*u?M>&ejt{c*)Ky)*qO#Bv*AUUzNUh52W$oki
z<=O7LC9Hfzc3T428`5JpWcw)3)??m{TWe_2Qu)VE_Y|2w`1Q8R4>zn*N;e#C@PN+(
zyo28US>Cy$TRzBU9Q}R4rG5*rOv<`OPoI_Y@}4=iTQnw<9V+XBE@fO+%AuE2_Po4y
z9bG56JIdy<fLXnF=lSz&@wtz-pWB~!<z(@Dk|DUeskp1@)WbPssXY4U0~Ln-Kg%mT
z^o(FsCu!3|0rc{U_3ze;cIH)nvh9O)VBgORYbPKrVWULdLi0S<HX=%`yt~7eZ@SZ=
z8ASG^NGPircs2|=%WeVk)cy5Ly)Q70BZfiu`@b}Q_yd=<ALyHEOo6HR<<gDEj7ci6
zXmv*5w*Eu%QLV;+&Nz!@n&oX<%G}uWDcZGAI<wjABM=DrE~Pk;`f9IzaCwk{OfyF2
zzpYyxjBN%S<gl4Ztwv*;-*9_2%fTB=DsMDEra?=EMDF#&HfNa^B8>HIX(}s)j$q>2
z1(fF7GgY-rdxa(@(R*$-D#q3Zz@B-SZnU>-1`Z0d36f2AYNwYoartx~aJl?u$UU!4
z>FrPJOu0LgLR=eu6jl^ExYtmr_XdXXkx2`E@v5bshQm*|a{1VeTS`SuuL5m{9wtgo
zis3!n+U_dZ!^Ii=MZR^dcT^^Uh^Fs?2W<<ZU3Cd#LJ3*GX_oemfrY(27H%q^Khn|K
zp|QqOdM80hyxYNxy<JvhLPX0A)g;{SduljF<R?sCe7B^1V4SloBf@npvh%>++SbZj
zy_SWmvIWF6(^m@bfHlv=!s+nrN^th_S8~Jl7*A*cm{NUQVOo`+6z>lVASf%JclwjI
z4zoBKXE_)-yPoT7S2e3Ndf*FyM$v1?T!IL)<Is=Z5J9%Fhw5a%8iH1fDp(#XfCakd
zBQmfmf79;eY`whpGVpnSv(V2x4I-kxA720GX5B%tZF+$T)qhu;cI<y;8+rysTT^rT
zOW*~jFP%X4B3qK@8>T?)iY1_^`ubgcGI66ABm_@fCkV=stm&F6`&Gu6_V7uqgRHMf
z)tMI>>qy%o2EdFz^QR1Ky;qi>+i<-4_U2gosS+e&Elr^fHgxNOka%d^8M>z7c9_TU
zSpVVlPRh;-et^EylQ(R{HY~0j(KstEg?7wEBnF*E2ji!!JK3439_DWv4&wSOvCYA-
zYRdjr<-zb_Gl+aZXjAB6LY`Kkx_m+UTvj}hRz3`W=<3jfVqr797Yd4xpo4x-qvm8|
z2DAkUg4;Kww|ZBw2+n*^duYTTdU_!)o=+rnD%}DDG|3dq9xn!)|K9$j7n1RZgEO<@
zd$O_sIy)ecJ>5Ps0_HDX$|qDAhCrMl5L*p;y?%61*(&XkNw{Gz&M@=cWW8S!cF#<3
zSW1hG32UuW^cqF1dmV6<TI_o3W#{J?yZ`{HTCLUs>QaBYADs_m>RvS%2lS<ZGYqM|
zvq^=x3?uToo~W!a0zHR?j2Ll5dzB_i=(aVsHw-;eb;Gq59kh?wU6!-J5gS$g&s_l2
zHE$kn1yjfs-Ji=lw#Rr(Wt1N7e<TIPn+m`n0D(+eAUD_q?U<|O7*+oCmGhSYh>Hq~
zVxz~|Xes1Nx2s%Wh!1f131;=1J1;6lYtC#!+?3AdUbu+9f9NlR6L6zIgH5amfIYXn
zm{i1|j@lK^G!1EBunbMX6D#S4*INKq3;2XG5Q{luqi8j^hifO?itNcD&6lv>XbADM
zDf$Hb`~}GwuWp;njl&9YPrK|OJQ6N+1Gq8(!WVHsMaxxnn(gclEr#Dx%y&BvM)RFE
z&CuPXG*UwY3AF;*)i_Dr8nh>gj15*6f`}x&)V}70#oi&wYY!&FY>lkCfUqrC20Lgo
ze<u9dxV<U(Mn+@ifbI@$`#L-oH1Yg|c(IjBEs-d`zRDyz>%?l@zXiC{0u=6&IDute
zbR@nB;#BBUVqaxd&CLNoM^<QDU<T!J!O@eAJD1yU2?4lS4iAAjJ{}kubzsjgw(XAb
zFpC&RLRMcvR*?%ljvC;`oEQC6ERVK`+whg7rM%WBJ2?_37@X~T1C0gmgDDJ_AN+9x
zKu<}7X4oKL&0uBR>N}FiNSdb{N@CRy8UZI5_ca1W%LrfWTi0{%u7Y)MoGyqbJ}&hO
z4uNN{k_LFe90Vbv1#>`4ea#5GhlMAZM8VKlQ8(!$%*_!rocX%uiYz#5roAmX?hZNK
zc<DPYNtE=kq;$C7o*{He>Xd-J=XoK08Y(hx54-hPMMLwB*x2uRRImVeRJr4qyWUt%
zxbPtKU6PxZL0Iu$u_Iv3-4_cyxWEemN6?=-P*}ngmLE#SJfyHiK@gqKPvzru&Zx9i
zupkyK$k(PzCc6zq(rcb+*^4*X&?dSBmquN3U7`;(7@)n$cF3{p>BJ9ymX7`2-^9h3
z6yNN_w+ORoU}CVfQ`08zs+CB7w67ijJ`b<fg3PpBVA}VS6NR;E?dWJ%yW+FMM^~Rx
zxd?_u;Z}FFTchb!cehEepD(#N4uVow;!v_zF>BT8el=WO;jg=Y7+r$wWe@WfWM^&$
z;K05=9WPgENA=o%ZEg82_=Sh(y$#0A37j+L+K$zzADb`(vtfL~^(qmPSoOWg5tXj(
zt{SEY?H|mCT1n@N*Tsig2BcrtcDu61;&6j`udSn5uDm5ff9=TDf+)}zi^X9qhm>%J
z&m3qx@iP0lxjPl>r5}nwSAEXmYi&B{WNAx3KDnm?ZfrB~`yg92qeD;K`M@+0t7_Bc
z*H+{9$o7gB^r()(7pE`dOseWCTb=t4j6~a1_C@LScJ$zHOs8(FmclQJ7V#d@_Cde{
z`M$t%tGYp}Hy8}VcWzvVXLTWgMAM$ajSi*j<WiN9Dip%mOBnq4A&8x$^Fk0&(9=L@
zV10RfLhIKry?W0`PfUaN+I~stF<@MNT~2s}P1u$rb69e*&IqWB!kPBz0A~a|E^-a}
zk^&9LSiO7G+U@xn+w<4%-ku%^bj7#Py9-xB7-xoTjRK#(TlmE-4g4NfDQkH1@HGgF
zYhbXU9UHpSJ~X1!6do;wv*tdb_Cz84C~D7-5`bE(?9_DWrsoS53xH<B{!7j3(GlIy
z^)HLxEU?=?$cPyR1vvJrf>Y&9g&!AeEt&*~RcEY!Are$yeDkcl56)I~*JnqIYl+0a
zk0h|@f!?29CYwN6cxSqNz2`6FF9TY*UV~1}oe8iUXWbyro>%tTR)Dx9QQ_{)a5pKu
z_`msl6YuC(?;I(72P<N7-rMJ?{BV`i-KwfWNT~E6fhg{&7(d5EcJhQ|mi9VHyFG^*
zwj$5%Q#-^JgTMO(?!kimMaN5z96x`|Mn%irxaRpN&sjuugAMYfxS282Kt)*<vW*##
zU8-l|gt3e^O0aLxs1f2+_ak$pX@o!4%lX39Yo;oy<u|MRS*iGQKyL=PTyPQYIBbC_
zsyUVEGE)irOSOO0V6TO~VOtKP$XS{YB(E4Cf@=Qq%(DH|JxA(atb<D$61MKldn+5i
zu|@OY^v2IOG}q<f!3ustxaEzs02dNl6favwqQ11grLrktW1P!=(?4A3tCKfLdTn*6
z^W!qs5&;X#sWvadvn7~A=clGFtE_6dR)$SKI6&(c6Db^|4UJj|dgaiSi=2S~(gcO^
zK#z*Y$4>ev!J$FTx`AN6zh~p{OP6ZJcu@R$>^P6c6{SRU)yO105jljnBr__rX%e|D
z0G3usrAsS5D>vpi4inA&9mgiX+gSo90b8&;3cPc!?Tt8i69EG<{C3m8*m5vmfB5`?
zcWpCTkg*Q)+8oun2`O8-h5LSf0_FsUBYzBrUVM4MO{?Pu%zhQ6mq`&Tb?mo=*enao
z+HiH3@YMTh|GDq#mY>LA5ez$CTLJG|?UHzJIk-*#yP_k<FAGG%tx=lO!-#VblJ@-P
zBVWF9@~aX|E@osgvZ@d^iZUg7eD8t(*T-Z12d~Ui2EEbZMQ5<)5luKEi646&{Hu=%
z=wVY?Y=&I}X1PtP)nqbRDRjDBCuW)dV`c~cRKozhYhO0YZ5lj!yB7V#bmz6=EuR=Z
z|Kwkv@-mEjvAE1{s0mh+(P*|(C|>_Cu2!P~ar(U(jDOAndh~I4h#KYzz1~b^F&SRO
zv%)f>(|gThvA*f>L6Z&j3V3<5@YiTiG-xHvUW|E2yN1I3AH4(CG#s&QoB=vpzp(-N
ze>Q&)0Xs?ZZAV~2`O|I4!8r_Df4S?ena`NM?Ld(IBSt`ft2pId1$x*HPxIjS!msA=
z@8`r5b0Nwl%^wjeWZsiTz|hq>Y6jGxFfNPOxp>k7k?qYP1g1ut@AM6hO_*qYu?a%Y
zKcM`^qLRAyjiDne&LRSg@JP=y)>-6FvifI6U>-YmIl=w=Ki;JWdw>6U8zcu30TKZc
zfjNi(cELCY1tUcw5g-vD5qP`^kmm34;!AQT5g-wmvj~vpZ_W-4DHw?WiNNDUfHZ%P
z7hjS)i2#YfoJD{%e{*(dNWn-1NCX})0;KtSy!evbNd!m)<}3oF`J1ytLkdPBKqByX
o5g^Uq<HeWcP9i`eFlQ0?KN%4Oqn={1KL7v#07*qoM6N<$f<3t!CjbBd

diff --git a/src/main/java/org/olat/restapi/api/_content/application.html b/src/main/java/org/olat/restapi/api/_content/application.html
index 7ab1d006b29..d095bd78b5a 100644
--- a/src/main/java/org/olat/restapi/api/_content/application.html
+++ b/src/main/java/org/olat/restapi/api/_content/application.html
@@ -200,1494 +200,1564 @@
       </p>
       <ul>
          <li><a href="#resources">Resources</a><ul>
-               <li><a href="#d2e2">http://www.example.com/repo/courses/{courseId}/elements/enrollment</a><ul>
-                     <li><a href="#d2e33">http://www.example.com/repo/courses/{courseId}/elements/enrollment/{nodeId}/groups</a></li>
+               <li><a href="#d2e2">http://www.example.com/repo/courses/{courseId}/db/{category}</a><ul>
+                     <li><a href="#d2e5">http://www.example.com/repo/courses/{courseId}/db/{category}/values/{name}</a></li>
+                     <li><a href="#d2e89">http://www.example.com/repo/courses/{courseId}/db/{category}/values</a></li>
+                     <li><a href="#d2e130">http://www.example.com/repo/courses/{courseId}/db/{category}/version</a></li>
+                     <li><a href="#d2e145">http://www.example.com/repo/courses/{courseId}/db/{category}/values/{name}/delete</a></li>
                   </ul>
                </li>
-               <li><a href="#d2e40">http://www.example.com/catalog</a><ul>
-                     <li><a href="#d2e59">http://www.example.com/catalog/{path:.*}/owners/{identityKey}</a></li>
-                     <li><a href="#d2e150">http://www.example.com/catalog/{path:.*}/children</a></li>
-                     <li><a href="#d2e179">http://www.example.com/catalog/version</a></li>
-                     <li><a href="#d2e194">http://www.example.com/catalog/{path:.*}</a></li>
-                     <li><a href="#d2e423">http://www.example.com/catalog/{path:.*}/owners</a></li>
+               <li><a href="#d2e170">http://www.example.com/repo/wikis</a><ul>
+                     <li><a href="#d2e179">http://www.example.com/repo/wikis/{wikiKey}</a></li>
                   </ul>
                </li>
-               <li><a href="#d2e455">http://www.example.com/api</a><ul>
-                     <li><a href="#d2e458">http://www.example.com/api/version</a></li>
-                     <li><a href="#d2e475">http://www.example.com/api/doc</a></li>
-                     <li><a href="#d2e479">http://www.example.com/api/doc/{filename}</a></li>
-                     <li><a href="#d2e490">http://www.example.com/api/{filename}</a></li>
-                     <li><a href="#d2e501">http://www.example.com/api/copyright</a></li>
-                  </ul>
-               </li>
-               <li><a href="#d2e520">http://www.example.com/groups</a><ul>
-                     <li><a href="#d2e569">http://www.example.com/groups/version</a></li>
-                     <li><a href="#d2e584">http://www.example.com/groups/{groupKey}</a></li>
-                     <li><a href="#d2e642">http://www.example.com/groups/{groupKey}/configuration</a></li>
-                     <li><a href="#d2e649">http://www.example.com/groups/{groupKey}/infos</a></li>
-                     <li><a href="#d2e671">http://www.example.com/groups/{groupKey}/owners</a></li>
-                     <li><a href="#d2e693">http://www.example.com/groups/{groupKey}/participants</a></li>
-                     <li><a href="#d2e715">http://www.example.com/groups/{groupKey}/owners/{identityKey}</a></li>
-                     <li><a href="#d2e752">http://www.example.com/groups/{groupKey}/participants/{identityKey}</a></li>
-                     <li><a href="#d2e790">http://www.example.com/groups/{groupKey}/forum</a><ul>
-                           <li><a href="#d2e824">http://www.example.com/groups/{groupKey}/forum/threads</a></li>
-                           <li><a href="#d2e933">http://www.example.com/groups/{groupKey}/forum/posts/{threadKey}</a></li>
-                           <li><a href="#d2e974">http://www.example.com/groups/{groupKey}/forum/posts/{messageKey}</a></li>
-                           <li><a href="#d2e1086">http://www.example.com/groups/{groupKey}/forum/posts/{messageKey}/attachments</a></li>
-                           <li><a href="#d2e1157">http://www.example.com/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</a></li>
-                        </ul>
-                     </li>
-                     <li><a href="#d2e1179">http://www.example.com/groups/{groupKey}/folder</a><ul>
-                           <li><a href="#d2e1212">http://www.example.com/groups/{groupKey}/folder/{path:.*}</a></li>
-                           <li><a href="#d2e1256">http://www.example.com/groups/{groupKey}/folder/version</a></li>
-                           <li><a href="#d2e1260">http://www.example.com/groups/{groupKey}/folder/metadata/{path:.*}</a></li>
-                        </ul>
-                     </li>
-                     <li><a href="#d2e1266">http://www.example.com/groups/{groupKey}/wiki</a></li>
-                  </ul>
-               </li>
-               <li><a href="#d2e1274">http://www.example.com/repo/courses</a><ul>
-                     <li><a href="#d2e1361">http://www.example.com/repo/courses/version</a></li>
-                     <li><a href="#d2e1376">http://www.example.com/repo/courses/{courseId}</a><ul>
-                           <li><a href="#d2e1423">http://www.example.com/repo/courses/{courseId}/configuration</a></li>
-                           <li><a href="#d2e1503">http://www.example.com/repo/courses/{courseId}/authors</a></li>
-                           <li><a href="#d2e1525">http://www.example.com/repo/courses/{courseId}/version</a></li>
-                           <li><a href="#d2e1540">http://www.example.com/repo/courses/{courseId}/file</a></li>
-                           <li><a href="#d2e1562">http://www.example.com/repo/courses/{courseId}/runstructure</a></li>
-                           <li><a href="#d2e1584">http://www.example.com/repo/courses/{courseId}/editortreemodel</a></li>
-                           <li><a href="#d2e1606">http://www.example.com/repo/courses/{courseId}/authors/{identityKey}</a></li>
-                           <li><a href="#d2e1674">http://www.example.com/repo/courses/{courseId}/tutors/{identityKey}</a></li>
-                           <li><a href="#d2e1699">http://www.example.com/repo/courses/{courseId}/tutors</a></li>
-                           <li><a href="#d2e1721">http://www.example.com/repo/courses/{courseId}/participants</a></li>
-                           <li><a href="#d2e1743">http://www.example.com/repo/courses/{courseId}/participants/{identityKey}</a></li>
-                           <li><a href="#d2e1768">http://www.example.com/repo/courses/{courseId}/resource</a></li>
-                           <li><a href="#d2e1773">http://www.example.com/repo/courses/{courseId}/publish</a></li>
-                           <li><a href="#d2e1806">http://www.example.com/repo/courses/{courseId}/groups</a><ul>
-                                 <li><a href="#d2e1848">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}</a></li>
-                                 <li><a href="#d2e1909">http://www.example.com/repo/courses/{courseId}/groups/version</a></li>
-                                 <li><a href="#d2e1924">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum</a><ul>
-                                       <li><a href="#d2e1958">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum/threads</a></li>
-                                       <li><a href="#d2e2067">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{threadKey}</a></li>
-                                       <li><a href="#d2e2108">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}</a></li>
-                                       <li><a href="#d2e2220">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments</a></li>
-                                       <li><a href="#d2e2291">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</a></li>
+               <li><a href="#d2e191">http://www.example.com/repo/courses</a><ul>
+                     <li><a href="#d2e236">http://www.example.com/repo/courses/version</a></li>
+                     <li><a href="#d2e240">http://www.example.com/repo/courses/{courseId}</a><ul>
+                           <li><a href="#d2e250">http://www.example.com/repo/courses/{courseId}/configuration</a></li>
+                           <li><a href="#d2e268">http://www.example.com/repo/courses/{courseId}/version</a></li>
+                           <li><a href="#d2e272">http://www.example.com/repo/courses/{courseId}/tutors/{identityKey}</a></li>
+                           <li><a href="#d2e277">http://www.example.com/repo/courses/{courseId}/resource</a></li>
+                           <li><a href="#d2e282">http://www.example.com/repo/courses/{courseId}/publish</a></li>
+                           <li><a href="#d2e291">http://www.example.com/repo/courses/{courseId}/file</a></li>
+                           <li><a href="#d2e296">http://www.example.com/repo/courses/{courseId}/status</a></li>
+                           <li><a href="#d2e304">http://www.example.com/repo/courses/{courseId}/runstructure</a></li>
+                           <li><a href="#d2e309">http://www.example.com/repo/courses/{courseId}/editortreemodel</a></li>
+                           <li><a href="#d2e313">http://www.example.com/repo/courses/{courseId}/authors/{identityKey}</a></li>
+                           <li><a href="#d2e326">http://www.example.com/repo/courses/{courseId}/authors</a></li>
+                           <li><a href="#d2e337">http://www.example.com/repo/courses/{courseId}/tutors</a></li>
+                           <li><a href="#d2e348">http://www.example.com/repo/courses/{courseId}/participants</a></li>
+                           <li><a href="#d2e359">http://www.example.com/repo/courses/{courseId}/participants/{identityKey}</a></li>
+                           <li><a href="#d2e364">http://www.example.com/repo/courses/{courseId}/groups</a><ul>
+                                 <li><a href="#d2e376">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}</a></li>
+                                 <li><a href="#d2e389">http://www.example.com/repo/courses/{courseId}/groups/version</a></li>
+                                 <li><a href="#d2e393">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/folder</a><ul>
+                                       <li><a href="#d2e426">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/folder/{path:.*}</a></li>
+                                       <li><a href="#d2e470">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/folder/version</a></li>
+                                       <li><a href="#d2e474">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/folder/metadata/{path:.*}</a></li>
                                     </ul>
                                  </li>
-                                 <li><a href="#d2e2313">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/folder</a><ul>
-                                       <li><a href="#d2e2346">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/folder/{path:.*}</a></li>
-                                       <li><a href="#d2e2390">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/folder/version</a></li>
-                                       <li><a href="#d2e2394">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/folder/metadata/{path:.*}</a></li>
+                                 <li><a href="#d2e480">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum</a><ul>
+                                       <li><a href="#d2e512">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum/threads</a></li>
+                                       <li><a href="#d2e621">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{threadKey}</a></li>
+                                       <li><a href="#d2e662">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}</a></li>
+                                       <li><a href="#d2e774">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments</a></li>
+                                       <li><a href="#d2e845">http://www.example.com/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</a></li>
                                     </ul>
                                  </li>
                               </ul>
                            </li>
-                           <li><a href="#d2e2400">http://www.example.com/repo/courses/{courseId}/calendar</a><ul>
-                                 <li><a href="#d2e2401">http://www.example.com/repo/courses/{courseId}/calendar/events</a></li>
-                                 <li><a href="#d2e2425">http://www.example.com/repo/courses/{courseId}/calendar/events/{eventId}</a></li>
+                           <li><a href="#d2e867">http://www.example.com/repo/courses/{courseId}/calendar</a><ul>
+                                 <li><a href="#d2e870">http://www.example.com/repo/courses/{courseId}/calendar/events</a></li>
+                                 <li><a href="#d2e893">http://www.example.com/repo/courses/{courseId}/calendar/events/{eventId}</a></li>
+                                 <li><a href="#d2e899">http://www.example.com/repo/courses/{courseId}/calendar/event</a></li>
                               </ul>
                            </li>
-                           <li><a href="#d2e2431">http://www.example.com/repo/courses/{courseId}/vitero/{subIdentifier}</a><ul>
-                                 <li><a href="#d2e2451">http://www.example.com/repo/courses/{courseId}/vitero/{subIdentifier}/{bookingId}/members</a></li>
-                                 <li><a href="#d2e2464">http://www.example.com/repo/courses/{courseId}/vitero/{subIdentifier}/{bookingId}</a></li>
+                           <li><a href="#d2e915">http://www.example.com/repo/courses/{courseId}/vitero/{subIdentifier}</a><ul>
+                                 <li><a href="#d2e973">http://www.example.com/repo/courses/{courseId}/vitero/{subIdentifier}/{bookingId}/members</a></li>
+                                 <li><a href="#d2e1012">http://www.example.com/repo/courses/{courseId}/vitero/{subIdentifier}/{bookingId}</a></li>
+                              </ul>
+                           </li>
+                           <li><a href="#d2e1023">http://www.example.com/repo/courses/{courseId}/gotomeeting/{subIdentifier}</a><ul>
+                                 <li><a href="#d2e1027">http://www.example.com/repo/courses/{courseId}/gotomeeting/{subIdentifier}/trainings</a></li>
+                                 <li><a href="#d2e1082">http://www.example.com/repo/courses/{courseId}/gotomeeting/{subIdentifier}//trainings/{trainingKey}</a></li>
                               </ul>
                            </li>
                         </ul>
                      </li>
                   </ul>
                </li>
-               <li><a href="#d2e2470">http://www.example.com/ping</a><ul>
-                     <li><a href="#d2e2487">http://www.example.com/ping/version</a></li>
-                     <li><a href="#d2e2502">http://www.example.com/ping/{name}</a></li>
+               <li><a href="#d2e1093">http://www.example.com/i18n</a><ul>
+                     <li><a href="#d2e1094">http://www.example.com/i18n/version</a></li>
+                     <li><a href="#d2e1098">http://www.example.com/i18n/{package}/{key}</a></li>
                   </ul>
                </li>
-               <li><a href="#d2e2518">http://www.example.com/repo/courses/{courseId}/resourcefolders</a><ul>
-                     <li><a href="#d2e2521">http://www.example.com/repo/courses/{courseId}/resourcefolders/version</a></li>
-                     <li><a href="#d2e2536">http://www.example.com/repo/courses/{courseId}/resourcefolders/coursefolder/{path:.*}</a></li>
-                     <li><a href="#d2e2592">http://www.example.com/repo/courses/{courseId}/resourcefolders/coursefolder</a></li>
-                     <li><a href="#d2e2647">http://www.example.com/repo/courses/{courseId}/resourcefolders/sharedfolder</a></li>
-                     <li><a href="#d2e2666">http://www.example.com/repo/courses/{courseId}/resourcefolders/sharedfolder/{path:.*}</a></li>
+               <li><a href="#d2e1106">http://www.example.com/repo/courses/{courseId}/elements/contact</a></li>
+               <li><a href="#d2e1231">http://www.example.com/repo/courses/{courseId}/assessments</a><ul>
+                     <li><a href="#d2e1237">http://www.example.com/repo/courses/{courseId}/assessments/version</a></li>
+                     <li><a href="#d2e1241">http://www.example.com/repo/courses/{courseId}/assessments/users/{identityKey}</a></li>
+                     <li><a href="#d2e1248">http://www.example.com/repo/courses/{courseId}/assessments/{nodeId}</a></li>
+                     <li><a href="#d2e1261">http://www.example.com/repo/courses/{courseId}/assessments/{nodeId}/users/{identityKey}</a></li>
                   </ul>
                </li>
-               <li><a href="#d2e2686">http://www.example.com/auth</a><ul>
-                     <li><a href="#d2e2689">http://www.example.com/auth/{username}</a></li>
-                     <li><a href="#d2e2716">http://www.example.com/auth/version</a></li>
+               <li><a href="#d2e1269">http://www.example.com/repo/courses/{courseId}/elements</a><ul>
+                     <li><a href="#d2e1270">http://www.example.com/repo/courses/{courseId}/elements/version</a></li>
+                     <li><a href="#d2e1274">http://www.example.com/repo/courses/{courseId}/elements/{nodeId}</a></li>
+                     <li><a href="#d2e1281">http://www.example.com/repo/courses/{courseId}/elements/structure/{nodeId}</a></li>
+                     <li><a href="#d2e1288">http://www.example.com/repo/courses/{courseId}/elements/structure</a></li>
+                     <li><a href="#d2e1307">http://www.example.com/repo/courses/{courseId}/elements/singlepage/{nodeId}</a></li>
+                     <li><a href="#d2e1314">http://www.example.com/repo/courses/{courseId}/elements/singlepage</a></li>
+                     <li><a href="#d2e1353">http://www.example.com/repo/courses/{courseId}/elements/task/{nodeId}</a></li>
+                     <li><a href="#d2e1369">http://www.example.com/repo/courses/{courseId}/elements/task</a></li>
+                     <li><a href="#d2e1400">http://www.example.com/repo/courses/{courseId}/elements/test/{nodeId}</a></li>
+                     <li><a href="#d2e1415">http://www.example.com/repo/courses/{courseId}/elements/test</a></li>
+                     <li><a href="#d2e1444">http://www.example.com/repo/courses/{courseId}/elements/assessment/{nodeId}</a></li>
+                     <li><a href="#d2e1459">http://www.example.com/repo/courses/{courseId}/elements/assessment</a></li>
+                     <li><a href="#d2e1486">http://www.example.com/repo/courses/{courseId}/elements/wiki/{nodeId}</a></li>
+                     <li><a href="#d2e1501">http://www.example.com/repo/courses/{courseId}/elements/wiki</a></li>
+                     <li><a href="#d2e1529">http://www.example.com/repo/courses/{courseId}/elements/blog/{nodeId}</a></li>
+                     <li><a href="#d2e1544">http://www.example.com/repo/courses/{courseId}/elements/blog</a></li>
+                     <li><a href="#d2e1572">http://www.example.com/repo/courses/{courseId}/elements/survey/{nodeId}</a></li>
+                     <li><a href="#d2e1587">http://www.example.com/repo/courses/{courseId}/elements/survey</a></li>
+                     <li><a href="#d2e1615">http://www.example.com/repo/courses/{courseId}/elements/externalpage/{nodeId}</a></li>
+                     <li><a href="#d2e1630">http://www.example.com/repo/courses/{courseId}/elements/externalpage</a></li>
+                     <li><a href="#d2e1658">http://www.example.com/repo/courses/{courseId}/elements/task/{nodeId}/file</a></li>
+                     <li><a href="#d2e1669">http://www.example.com/repo/courses/{courseId}/elements/task/{nodeId}/configuration</a></li>
+                     <li><a href="#d2e1741">http://www.example.com/repo/courses/{courseId}/elements/survey/{nodeId}/configuration</a></li>
+                     <li><a href="#d2e1772">http://www.example.com/repo/courses/{courseId}/elements/test/{nodeId}/configuration</a></li>
                   </ul>
                </li>
-               <li><a href="#d2e2731">http://www.example.com/repo/courses/{courseId}/elements/forum</a><ul>
-                     <li><a href="#d2e2842">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/thread</a></li>
-                     <li><a href="#d2e2890">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/message</a></li>
-                     <li><a href="#d2e2938">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}</a></li>
-                     <li><a href="#d2e2973">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum</a><ul>
-                           <li><a href="#d2e3006">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum/threads</a></li>
-                           <li><a href="#d2e3115">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{threadKey}</a></li>
-                           <li><a href="#d2e3156">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}</a></li>
-                           <li><a href="#d2e3268">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments</a></li>
-                           <li><a href="#d2e3339">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments/{filename}</a></li>
-                        </ul>
-                     </li>
+               <li><a href="#d2e1825">http://www.example.com/contacts</a></li>
+               <li><a href="#d2e1840">http://www.example.com/pwchange</a></li>
+               <li><a href="#d2e1849">http://www.example.com/catalog</a><ul>
+                     <li><a href="#d2e1854">http://www.example.com/catalog/{path:.*}/children</a></li>
+                     <li><a href="#d2e1863">http://www.example.com/catalog/{path:.*}/owners/{identityKey}</a></li>
+                     <li><a href="#d2e1875">http://www.example.com/catalog/version</a></li>
+                     <li><a href="#d2e1879">http://www.example.com/catalog/{path:.*}</a></li>
+                     <li><a href="#d2e1930">http://www.example.com/catalog/{path:.*}/owners</a></li>
                   </ul>
                </li>
-               <li><a href="#d2e3361">http://www.example.com/repo/courses/{courseId}/elements/contact</a></li>
-               <li><a href="#d2e3408">http://www.example.com/repo/courses/{courseId}/elements/folder</a><ul>
-                     <li><a href="#d2e3441">http://www.example.com/repo/courses/{courseId}/elements/folder/{nodeId}</a></li>
-                     <li><a href="#d2e3460">http://www.example.com/repo/courses/{courseId}/elements/folder/{nodeId}/files</a><ul>
-                           <li><a href="#d2e3494">http://www.example.com/repo/courses/{courseId}/elements/folder/{nodeId}/files/{path:.*}</a></li>
-                           <li><a href="#d2e3538">http://www.example.com/repo/courses/{courseId}/elements/folder/{nodeId}/files/version</a></li>
-                           <li><a href="#d2e3542">http://www.example.com/repo/courses/{courseId}/elements/folder/{nodeId}/files/metadata/{path:.*}</a></li>
-                        </ul>
-                     </li>
+               <li><a href="#d2e1936">http://www.example.com/repo/lifecycle</a></li>
+               <li><a href="#d2e1942">http://www.example.com/repo/courses/{resourceKey}/certificates</a><ul>
+                     <li><a href="#d2e1945">http://www.example.com/repo/courses/{resourceKey}/certificates/{identityKey}</a></li>
                   </ul>
                </li>
-               <li><a href="#d2e3549">http://www.example.com/system</a><ul>
-                     <li><a href="#d2e3552">http://www.example.com/system/environment</a></li>
-                     <li><a href="#d2e3575">http://www.example.com/system/release</a></li>
-                     <li><a href="#d2e3598">http://www.example.com/system/notifications</a><ul>
-                           <li><a href="#d2e3599">http://www.example.com/system/notifications/status</a></li>
-                        </ul>
-                     </li>
-                     <li><a href="#d2e3648">http://www.example.com/system/log</a><ul>
-                           <li><a href="#d2e3655">http://www.example.com/system/log/version</a></li>
-                           <li><a href="#d2e3670">http://www.example.com/system/log/{date}</a></li>
-                        </ul>
-                     </li>
-                     <li><a href="#d2e3676">http://www.example.com/system/monitoring</a><ul>
-                           <li><a href="#d2e3677">http://www.example.com/system/monitoring/configuration</a></li>
-                           <li><a href="#d2e3700">http://www.example.com/system/monitoring/runtime</a><ul>
-                                 <li><a href="#d2e3723">http://www.example.com/system/monitoring/runtime/classes</a></li>
-                                 <li><a href="#d2e3746">http://www.example.com/system/monitoring/runtime/memory</a></li>
-                                 <li><a href="#d2e3769">http://www.example.com/system/monitoring/runtime/threads</a></li>
-                              </ul>
-                           </li>
-                           <li><a href="#d2e3792">http://www.example.com/system/monitoring/database</a></li>
-                           <li><a href="#d2e3815">http://www.example.com/system/monitoring/openolat</a><ul>
-                                 <li><a href="#d2e3838">http://www.example.com/system/monitoring/openolat/tasks</a></li>
-                                 <li><a href="#d2e3861">http://www.example.com/system/monitoring/openolat/users</a></li>
-                                 <li><a href="#d2e3884">http://www.example.com/system/monitoring/openolat/sessions</a></li>
-                                 <li><a href="#d2e3907">http://www.example.com/system/monitoring/openolat/repository</a></li>
-                                 <li><a href="#d2e3930">http://www.example.com/system/monitoring/openolat/indexer</a><ul>
-                                       <li><a href="#d2e3953">http://www.example.com/system/monitoring/openolat/indexer/status</a></li>
-                                    </ul>
-                                 </li>
+               <li><a href="#d2e2037">http://www.example.com/api</a><ul>
+                     <li><a href="#d2e2038">http://www.example.com/api/version</a></li>
+                     <li><a href="#d2e2042">http://www.example.com/api/doc</a></li>
+                     <li><a href="#d2e2046">http://www.example.com/api/doc/{filename}</a></li>
+                     <li><a href="#d2e2051">http://www.example.com/api/{filename}</a></li>
+                     <li><a href="#d2e2056">http://www.example.com/api/copyright</a></li>
+                  </ul>
+               </li>
+               <li><a href="#d2e2064">http://www.example.com/users</a><ul>
+                     <li><a href="#d2e2132">http://www.example.com/users/{identityKey}</a></li>
+                     <li><a href="#d2e2233">http://www.example.com/users/{identityKey}/status</a></li>
+                     <li><a href="#d2e2296">http://www.example.com/users/{identityKey}/roles</a></li>
+                     <li><a href="#d2e2359">http://www.example.com/users/version</a></li>
+                     <li><a href="#d2e2376">http://www.example.com/users/managed</a></li>
+                     <li><a href="#d2e2381">http://www.example.com/users/{identityKey}/preferences</a></li>
+                     <li><a href="#d2e2444">http://www.example.com/users/{identityKey}/portrait</a></li>
+                     <li><a href="#d2e2514">http://www.example.com/users/{identityKey}/portrait/{size}</a></li>
+                     <li><a href="#d2e2533">http://www.example.com/users/{identityKey}/folders</a><ul>
+                           <li><a href="#d2e2559">http://www.example.com/users/{identityKey}/folders/personal</a><ul>
+                                 <li><a href="#d2e2591">http://www.example.com/users/{identityKey}/folders/personal/{path:.*}</a></li>
+                                 <li><a href="#d2e2635">http://www.example.com/users/{identityKey}/folders/personal/version</a></li>
+                                 <li><a href="#d2e2639">http://www.example.com/users/{identityKey}/folders/personal/metadata/{path:.*}</a></li>
                               </ul>
                            </li>
-                           <li><a href="#d2e4002">http://www.example.com/system/monitoring/memory</a><ul>
-                                 <li><a href="#d2e4042">http://www.example.com/system/monitoring/memory/pools</a></li>
-                                 <li><a href="#d2e4050">http://www.example.com/system/monitoring/memory/samples</a></li>
+                           <li><a href="#d2e2645">http://www.example.com/users/{identityKey}/folders/group/{groupKey}</a><ul>
+                                 <li><a href="#d2e2678">http://www.example.com/users/{identityKey}/folders/group/{groupKey}/{path:.*}</a></li>
+                                 <li><a href="#d2e2722">http://www.example.com/users/{identityKey}/folders/group/{groupKey}/version</a></li>
+                                 <li><a href="#d2e2726">http://www.example.com/users/{identityKey}/folders/group/{groupKey}/metadata/{path:.*}</a></li>
                               </ul>
                            </li>
-                           <li><a href="#d2e4059">http://www.example.com/system/monitoring/threads</a><ul>
-                                 <li><a href="#d2e4069">http://www.example.com/system/monitoring/threads/cpu</a></li>
+                           <li><a href="#d2e2732">http://www.example.com/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}</a><ul>
+                                 <li><a href="#d2e2766">http://www.example.com/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/{path:.*}</a></li>
+                                 <li><a href="#d2e2810">http://www.example.com/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/version</a></li>
+                                 <li><a href="#d2e2814">http://www.example.com/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/metadata/{path:.*}</a></li>
                               </ul>
                            </li>
                         </ul>
                      </li>
-                     <li><a href="#d2e4074">http://www.example.com/system/indexer</a><ul>
-                           <li><a href="#d2e4097">http://www.example.com/system/indexer/status</a></li>
+                     <li><a href="#d2e2820">http://www.example.com/users/{identityKey}/courses</a><ul>
+                           <li><a href="#d2e2822">http://www.example.com/users/{identityKey}/courses/my</a></li>
+                           <li><a href="#d2e2852">http://www.example.com/users/{identityKey}/courses/teached</a></li>
+                           <li><a href="#d2e2882">http://www.example.com/users/{identityKey}/courses/favorite</a></li>
+                        </ul>
+                     </li>
+                     <li><a href="#d2e2912">http://www.example.com/users/{identityKey}/groups</a><ul>
+                           <li><a href="#d2e2923">http://www.example.com/users/{identityKey}/groups/owner</a></li>
+                           <li><a href="#d2e2933">http://www.example.com/users/{identityKey}/groups/participant</a></li>
+                           <li><a href="#d2e2943">http://www.example.com/users/{identityKey}/groups/infos</a></li>
+                        </ul>
+                     </li>
+                  </ul>
+               </li>
+               <li><a href="#d2e2953">http://www.example.com/openmeetings</a><ul>
+                     <li><a href="#d2e2956">http://www.example.com/openmeetings/{identityToken}/portrait</a></li>
+                  </ul>
+               </li>
+               <li><a href="#d2e2975">http://www.example.com/notifications</a><ul>
+                     <li><a href="#d2e3007">http://www.example.com/notifications/subscribers</a></li>
+                     <li><a href="#d2e3014">http://www.example.com/notifications/subscribers/{subscriberKey}</a></li>
+                     <li><a href="#d2e3019">http://www.example.com/notifications/subscribers/{ressourceName}/{ressourceId}/{subIdentifier}</a></li>
+                  </ul>
+               </li>
+               <li><a href="#d2e3027">http://www.example.com/registration</a></li>
+               <li><a href="#d2e3061">http://www.example.com/repo/courses/{courseId}/elements/folder</a><ul>
+                     <li><a href="#d2e3202">http://www.example.com/repo/courses/{courseId}/elements/folder/{nodeId}</a></li>
+                     <li><a href="#d2e3285">http://www.example.com/repo/courses/{courseId}/elements/folder/{nodeId}/files</a><ul>
+                           <li><a href="#d2e3319">http://www.example.com/repo/courses/{courseId}/elements/folder/{nodeId}/files/{path:.*}</a></li>
+                           <li><a href="#d2e3363">http://www.example.com/repo/courses/{courseId}/elements/folder/{nodeId}/files/version</a></li>
+                           <li><a href="#d2e3367">http://www.example.com/repo/courses/{courseId}/elements/folder/{nodeId}/files/metadata/{path:.*}</a></li>
+                        </ul>
+                     </li>
+                  </ul>
+               </li>
+               <li><a href="#d2e3373">http://www.example.com/repo/entries</a><ul>
+                     <li><a href="#d2e3393">http://www.example.com/repo/entries/search</a></li>
+                     <li><a href="#d2e3403">http://www.example.com/repo/entries/version</a></li>
+                     <li><a href="#d2e3407">http://www.example.com/repo/entries/{repoEntryKey}</a><ul>
+                           <li><a href="#d2e3428">http://www.example.com/repo/entries/{repoEntryKey}/coaches</a></li>
+                           <li><a href="#d2e3440">http://www.example.com/repo/entries/{repoEntryKey}/coaches/{identityKey}</a></li>
+                           <li><a href="#d2e3449">http://www.example.com/repo/entries/{repoEntryKey}/file</a></li>
+                           <li><a href="#d2e3455">http://www.example.com/repo/entries/{repoEntryKey}/status</a></li>
+                           <li><a href="#d2e3464">http://www.example.com/repo/entries/{repoEntryKey}/participants</a></li>
+                           <li><a href="#d2e3476">http://www.example.com/repo/entries/{repoEntryKey}/participants/{identityKey}</a></li>
+                           <li><a href="#d2e3486">http://www.example.com/repo/entries/{repoEntryKey}/owners</a></li>
+                           <li><a href="#d2e3498">http://www.example.com/repo/entries/{repoEntryKey}/owners/{identityKey}</a></li>
+                        </ul>
+                     </li>
+                  </ul>
+               </li>
+               <li><a href="#d2e3507">http://www.example.com/ping</a><ul>
+                     <li><a href="#d2e3511">http://www.example.com/ping/version</a></li>
+                     <li><a href="#d2e3515">http://www.example.com/ping/{name}</a></li>
+                  </ul>
+               </li>
+               <li><a href="#d2e3520">http://www.example.com/repo/courses/{courseId}/elements/enrollment</a><ul>
+                     <li><a href="#d2e3639">http://www.example.com/repo/courses/{courseId}/elements/enrollment/{nodeId}/groups</a></li>
+                  </ul>
+               </li>
+               <li><a href="#d2e3670">http://www.example.com/repo/courses/infos</a><ul>
+                     <li><a href="#d2e3678">http://www.example.com/repo/courses/infos/{courseId}</a></li>
+                  </ul>
+               </li>
+               <li><a href="#d2e3685">http://www.example.com/auth</a><ul>
+                     <li><a href="#d2e3686">http://www.example.com/auth/{username}</a></li>
+                     <li><a href="#d2e3695">http://www.example.com/auth/version</a></li>
+                  </ul>
+               </li>
+               <li><a href="#d2e3699">http://www.example.com/vitero</a><ul>
+                     <li><a href="#d2e3702">http://www.example.com/vitero/{resourceName}/{resourceId}/{subIdentifier}</a><ul>
+                           <li><a href="#d2e3762">http://www.example.com/vitero/{resourceName}/{resourceId}/{subIdentifier}/{bookingId}/members</a></li>
+                           <li><a href="#d2e3801">http://www.example.com/vitero/{resourceName}/{resourceId}/{subIdentifier}/{bookingId}</a></li>
                         </ul>
                      </li>
                   </ul>
                </li>
-               <li><a href="#d2e4146">http://www.example.com/repo/entries</a><ul>
-                     <li><a href="#d2e4214">http://www.example.com/repo/entries/search</a></li>
-                     <li><a href="#d2e4246">http://www.example.com/repo/entries/version</a></li>
-                     <li><a href="#d2e4252">http://www.example.com/repo/entries/{repoEntryKey}</a><ul>
-                           <li><a href="#d2e4322">http://www.example.com/repo/entries/{repoEntryKey}/file</a></li>
-                           <li><a href="#d2e4354">http://www.example.com/repo/entries/{repoEntryKey}/coaches/{identityKey}</a></li>
-                           <li><a href="#d2e4391">http://www.example.com/repo/entries/{repoEntryKey}/coaches</a></li>
-                           <li><a href="#d2e4413">http://www.example.com/repo/entries/{repoEntryKey}/participants</a></li>
-                           <li><a href="#d2e4435">http://www.example.com/repo/entries/{repoEntryKey}/participants/{identityKey}</a></li>
-                           <li><a href="#d2e4473">http://www.example.com/repo/entries/{repoEntryKey}/owners</a></li>
-                           <li><a href="#d2e4495">http://www.example.com/repo/entries/{repoEntryKey}/owners/{identityKey}</a></li>
+               <li><a href="#d2e3812">http://www.example.com/users/{identityKey}/calendars</a><ul>
+                     <li><a href="#d2e3818">http://www.example.com/users/{identityKey}/calendars/events</a></li>
+                     <li><a href="#d2e3828">http://www.example.com/users/{identityKey}/calendars/{calendarId}</a><ul>
+                           <li><a href="#d2e3833">http://www.example.com/users/{identityKey}/calendars/{calendarId}/events</a></li>
+                           <li><a href="#d2e3856">http://www.example.com/users/{identityKey}/calendars/{calendarId}/events/{eventId}</a></li>
+                           <li><a href="#d2e3862">http://www.example.com/users/{identityKey}/calendars/{calendarId}/event</a></li>
                         </ul>
                      </li>
                   </ul>
                </li>
-               <li><a href="#d2e4532">http://www.example.com/repo/courses/infos</a><ul>
-                     <li><a href="#d2e4552">http://www.example.com/repo/courses/infos/{courseId}</a></li>
+               <li><a href="#d2e3878">http://www.example.com/users/{identityKey}/forums</a><ul>
+                     <li><a href="#d2e3906">http://www.example.com/users/{identityKey}/forums/group/{groupKey}</a><ul>
+                           <li><a href="#d2e3938">http://www.example.com/users/{identityKey}/forums/group/{groupKey}/threads</a></li>
+                           <li><a href="#d2e4047">http://www.example.com/users/{identityKey}/forums/group/{groupKey}/posts/{threadKey}</a></li>
+                           <li><a href="#d2e4088">http://www.example.com/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}</a></li>
+                           <li><a href="#d2e4200">http://www.example.com/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments</a></li>
+                           <li><a href="#d2e4271">http://www.example.com/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments/{filename}</a></li>
+                        </ul>
+                     </li>
+                     <li><a href="#d2e4293">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}</a><ul>
+                           <li><a href="#d2e4326">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/threads</a></li>
+                           <li><a href="#d2e4435">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{threadKey}</a></li>
+                           <li><a href="#d2e4476">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}</a></li>
+                           <li><a href="#d2e4588">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments</a></li>
+                           <li><a href="#d2e4659">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments/{filename}</a></li>
+                        </ul>
+                     </li>
                   </ul>
                </li>
-               <li><a href="#d2e4570">http://www.example.com/contacts</a></li>
-               <li><a href="#d2e4585">http://www.example.com/users/{identityKey}/forums</a><ul>
-                     <li><a href="#d2e4613">http://www.example.com/users/{identityKey}/forums/group/{groupKey}</a><ul>
-                           <li><a href="#d2e4645">http://www.example.com/users/{identityKey}/forums/group/{groupKey}/threads</a></li>
-                           <li><a href="#d2e4754">http://www.example.com/users/{identityKey}/forums/group/{groupKey}/posts/{threadKey}</a></li>
-                           <li><a href="#d2e4795">http://www.example.com/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}</a></li>
-                           <li><a href="#d2e4907">http://www.example.com/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments</a></li>
-                           <li><a href="#d2e4978">http://www.example.com/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments/{filename}</a></li>
+               <li><a href="#d2e4681">http://www.example.com/groups</a><ul>
+                     <li><a href="#d2e4696">http://www.example.com/groups/version</a></li>
+                     <li><a href="#d2e4700">http://www.example.com/groups/{groupKey}</a></li>
+                     <li><a href="#d2e4716">http://www.example.com/groups/{groupKey}/news</a></li>
+                     <li><a href="#d2e4730">http://www.example.com/groups/{groupKey}/configuration</a></li>
+                     <li><a href="#d2e4737">http://www.example.com/groups/{groupKey}/infos</a></li>
+                     <li><a href="#d2e4743">http://www.example.com/groups/{groupKey}/owners</a></li>
+                     <li><a href="#d2e4749">http://www.example.com/groups/{groupKey}/participants</a></li>
+                     <li><a href="#d2e4755">http://www.example.com/groups/{groupKey}/owners/{identityKey}</a></li>
+                     <li><a href="#d2e4764">http://www.example.com/groups/{groupKey}/participants/{identityKey}</a></li>
+                     <li><a href="#d2e4774">http://www.example.com/groups/{groupKey}/folder</a><ul>
+                           <li><a href="#d2e4807">http://www.example.com/groups/{groupKey}/folder/{path:.*}</a></li>
+                           <li><a href="#d2e4851">http://www.example.com/groups/{groupKey}/folder/version</a></li>
+                           <li><a href="#d2e4855">http://www.example.com/groups/{groupKey}/folder/metadata/{path:.*}</a></li>
+                        </ul>
+                     </li>
+                     <li><a href="#d2e4861">http://www.example.com/groups/{groupKey}/wiki</a></li>
+                     <li><a href="#d2e4871">http://www.example.com/groups/{groupKey}/forum</a><ul>
+                           <li><a href="#d2e4903">http://www.example.com/groups/{groupKey}/forum/threads</a></li>
+                           <li><a href="#d2e5012">http://www.example.com/groups/{groupKey}/forum/posts/{threadKey}</a></li>
+                           <li><a href="#d2e5053">http://www.example.com/groups/{groupKey}/forum/posts/{messageKey}</a></li>
+                           <li><a href="#d2e5165">http://www.example.com/groups/{groupKey}/forum/posts/{messageKey}/attachments</a></li>
+                           <li><a href="#d2e5236">http://www.example.com/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</a></li>
                         </ul>
                      </li>
-                     <li><a href="#d2e5000">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}</a><ul>
-                           <li><a href="#d2e5033">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/threads</a></li>
-                           <li><a href="#d2e5142">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{threadKey}</a></li>
-                           <li><a href="#d2e5183">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}</a></li>
-                           <li><a href="#d2e5295">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments</a></li>
-                           <li><a href="#d2e5366">http://www.example.com/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments/{filename}</a></li>
+                  </ul>
+               </li>
+               <li><a href="#d2e5258">http://www.example.com/repo/courses/{courseId}/resourcefolders</a><ul>
+                     <li><a href="#d2e5259">http://www.example.com/repo/courses/{courseId}/resourcefolders/version</a></li>
+                     <li><a href="#d2e5263">http://www.example.com/repo/courses/{courseId}/resourcefolders/sharedfolder/{path:.*}</a></li>
+                     <li><a href="#d2e5272">http://www.example.com/repo/courses/{courseId}/resourcefolders/sharedfolder</a></li>
+                     <li><a href="#d2e5277">http://www.example.com/repo/courses/{courseId}/resourcefolders/coursefolder/{path:.*}</a></li>
+                     <li><a href="#d2e5292">http://www.example.com/repo/courses/{courseId}/resourcefolders/coursefolder</a></li>
+                  </ul>
+               </li>
+               <li><a href="#d2e5303">http://www.example.com/repo/forums</a><ul>
+                     <li><a href="#d2e5306">http://www.example.com/repo/forums/version</a></li>
+                     <li><a href="#d2e5321">http://www.example.com/repo/forums/{forumKey}</a><ul>
+                           <li><a href="#d2e5355">http://www.example.com/repo/forums/{forumKey}/threads</a></li>
+                           <li><a href="#d2e5464">http://www.example.com/repo/forums/{forumKey}/posts/{threadKey}</a></li>
+                           <li><a href="#d2e5505">http://www.example.com/repo/forums/{forumKey}/posts/{messageKey}</a></li>
+                           <li><a href="#d2e5617">http://www.example.com/repo/forums/{forumKey}/posts/{messageKey}/attachments</a></li>
+                           <li><a href="#d2e5688">http://www.example.com/repo/forums/{forumKey}/posts/{messageKey}/attachments/{filename}</a></li>
                         </ul>
                      </li>
                   </ul>
                </li>
-               <li><a href="#d2e5388">http://www.example.com/repo/lifecycle</a></li>
-               <li><a href="#d2e5405">http://www.example.com/users</a><ul>
-                     <li><a href="#d2e5473">http://www.example.com/users/{identityKey}</a></li>
-                     <li><a href="#d2e5574">http://www.example.com/users/managed</a></li>
-                     <li><a href="#d2e5579">http://www.example.com/users/{identityKey}/roles</a></li>
-                     <li><a href="#d2e5642">http://www.example.com/users/{identityKey}/status</a></li>
-                     <li><a href="#d2e5705">http://www.example.com/users/{identityKey}/preferences</a></li>
-                     <li><a href="#d2e5768">http://www.example.com/users/{identityKey}/portrait</a></li>
-                     <li><a href="#d2e5823">http://www.example.com/users/version</a></li>
-                     <li><a href="#d2e5840">http://www.example.com/users/{identityKey}/folders</a><ul>
-                           <li><a href="#d2e5866">http://www.example.com/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}</a><ul>
-                                 <li><a href="#d2e5900">http://www.example.com/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/{path:.*}</a></li>
-                                 <li><a href="#d2e5944">http://www.example.com/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/version</a></li>
-                                 <li><a href="#d2e5948">http://www.example.com/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/metadata/{path:.*}</a></li>
+               <li><a href="#d2e5710">http://www.example.com/system</a><ul>
+                     <li><a href="#d2e5711">http://www.example.com/system/environment</a></li>
+                     <li><a href="#d2e5716">http://www.example.com/system/release</a></li>
+                     <li><a href="#d2e5721">http://www.example.com/system/log</a><ul>
+                           <li><a href="#d2e5726">http://www.example.com/system/log/version</a></li>
+                           <li><a href="#d2e5730">http://www.example.com/system/log/{date}</a></li>
+                        </ul>
+                     </li>
+                     <li><a href="#d2e5736">http://www.example.com/system/monitoring</a><ul>
+                           <li><a href="#d2e5737">http://www.example.com/system/monitoring/configuration</a></li>
+                           <li><a href="#d2e5742">http://www.example.com/system/monitoring/status</a></li>
+                           <li><a href="#d2e5747">http://www.example.com/system/monitoring/runtime</a><ul>
+                                 <li><a href="#d2e5752">http://www.example.com/system/monitoring/runtime/classes</a></li>
+                                 <li><a href="#d2e5757">http://www.example.com/system/monitoring/runtime/memory</a></li>
+                                 <li><a href="#d2e5762">http://www.example.com/system/monitoring/runtime/threads</a></li>
+                              </ul>
+                           </li>
+                           <li><a href="#d2e5767">http://www.example.com/system/monitoring/database</a></li>
+                           <li><a href="#d2e5772">http://www.example.com/system/monitoring/openolat</a><ul>
+                                 <li><a href="#d2e5777">http://www.example.com/system/monitoring/openolat/tasks</a></li>
+                                 <li><a href="#d2e5782">http://www.example.com/system/monitoring/openolat/users</a></li>
+                                 <li><a href="#d2e5787">http://www.example.com/system/monitoring/openolat/repository</a></li>
+                                 <li><a href="#d2e5792">http://www.example.com/system/monitoring/openolat/sessions</a></li>
+                                 <li><a href="#d2e5797">http://www.example.com/system/monitoring/openolat/indexer</a><ul>
+                                       <li><a href="#d2e5802">http://www.example.com/system/monitoring/openolat/indexer/status</a></li>
+                                    </ul>
+                                 </li>
                               </ul>
                            </li>
-                           <li><a href="#d2e5954">http://www.example.com/users/{identityKey}/folders/group/{groupKey}</a><ul>
-                                 <li><a href="#d2e5987">http://www.example.com/users/{identityKey}/folders/group/{groupKey}/{path:.*}</a></li>
-                                 <li><a href="#d2e6031">http://www.example.com/users/{identityKey}/folders/group/{groupKey}/version</a></li>
-                                 <li><a href="#d2e6035">http://www.example.com/users/{identityKey}/folders/group/{groupKey}/metadata/{path:.*}</a></li>
+                           <li><a href="#d2e5816">http://www.example.com/system/monitoring/memory</a><ul>
+                                 <li><a href="#d2e5824">http://www.example.com/system/monitoring/memory/pools</a></li>
+                                 <li><a href="#d2e5832">http://www.example.com/system/monitoring/memory/samples</a></li>
                               </ul>
                            </li>
-                           <li><a href="#d2e6041">http://www.example.com/users/{identityKey}/folders/personal</a><ul>
-                                 <li><a href="#d2e6073">http://www.example.com/users/{identityKey}/folders/personal/{path:.*}</a></li>
-                                 <li><a href="#d2e6117">http://www.example.com/users/{identityKey}/folders/personal/version</a></li>
-                                 <li><a href="#d2e6121">http://www.example.com/users/{identityKey}/folders/personal/metadata/{path:.*}</a></li>
+                           <li><a href="#d2e5841">http://www.example.com/system/monitoring/threads</a><ul>
+                                 <li><a href="#d2e5849">http://www.example.com/system/monitoring/threads/cpu</a></li>
                               </ul>
                            </li>
                         </ul>
                      </li>
-                     <li><a href="#d2e6128">http://www.example.com/users/{identityKey}/courses</a><ul>
-                           <li><a href="#d2e6130">http://www.example.com/users/{identityKey}/courses/my</a></li>
-                           <li><a href="#d2e6160">http://www.example.com/users/{identityKey}/courses/teached</a></li>
-                           <li><a href="#d2e6190">http://www.example.com/users/{identityKey}/courses/favorite</a></li>
+                     <li><a href="#d2e5854">http://www.example.com/system/indexer</a><ul>
+                           <li><a href="#d2e5859">http://www.example.com/system/indexer/status</a></li>
                         </ul>
                      </li>
-                     <li><a href="#d2e6220">http://www.example.com/users/{identityKey}/groups</a><ul>
-                           <li><a href="#d2e6259">http://www.example.com/users/{identityKey}/groups/owner</a></li>
-                           <li><a href="#d2e6295">http://www.example.com/users/{identityKey}/groups/participant</a></li>
-                           <li><a href="#d2e6331">http://www.example.com/users/{identityKey}/groups/infos</a></li>
+                     <li><a href="#d2e5873">http://www.example.com/system/notifications</a><ul>
+                           <li><a href="#d2e5874">http://www.example.com/system/notifications/status</a></li>
                         </ul>
                      </li>
                   </ul>
                </li>
-               <li><a href="#d2e6367">http://www.example.com/repo/forums</a><ul>
-                     <li><a href="#d2e6370">http://www.example.com/repo/forums/version</a></li>
-                     <li><a href="#d2e6385">http://www.example.com/repo/forums/{forumKey}</a><ul>
-                           <li><a href="#d2e6419">http://www.example.com/repo/forums/{forumKey}/threads</a></li>
-                           <li><a href="#d2e6528">http://www.example.com/repo/forums/{forumKey}/posts/{threadKey}</a></li>
-                           <li><a href="#d2e6569">http://www.example.com/repo/forums/{forumKey}/posts/{messageKey}</a></li>
-                           <li><a href="#d2e6681">http://www.example.com/repo/forums/{forumKey}/posts/{messageKey}/attachments</a></li>
-                           <li><a href="#d2e6752">http://www.example.com/repo/forums/{forumKey}/posts/{messageKey}/attachments/{filename}</a></li>
+               <li><a href="#d2e5888">http://www.example.com/repo/courses/{courseId}/elements/forum</a><ul>
+                     <li><a href="#d2e5999">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}</a></li>
+                     <li><a href="#d2e6034">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/thread</a></li>
+                     <li><a href="#d2e6082">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/message</a></li>
+                     <li><a href="#d2e6130">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum</a><ul>
+                           <li><a href="#d2e6163">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum/threads</a></li>
+                           <li><a href="#d2e6272">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{threadKey}</a></li>
+                           <li><a href="#d2e6313">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}</a></li>
+                           <li><a href="#d2e6425">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments</a></li>
+                           <li><a href="#d2e6496">http://www.example.com/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments/{filename}</a></li>
                         </ul>
                      </li>
                   </ul>
                </li>
-               <li><a href="#d2e6774">http://www.example.com/users/{username}/auth</a><ul>
-                     <li><a href="#d2e6833">http://www.example.com/users/{username}/auth/{authKey}</a></li>
-                     <li><a href="#d2e6861">http://www.example.com/users/{username}/auth/password</a></li>
-                     <li><a href="#d2e6897">http://www.example.com/users/{username}/auth/version</a></li>
-                  </ul>
-               </li>
-               <li><a href="#d2e6914">http://www.example.com/i18n</a><ul>
-                     <li><a href="#d2e6917">http://www.example.com/i18n/version</a></li>
-                     <li><a href="#d2e6932">http://www.example.com/i18n/{package}/{key}</a></li>
-                  </ul>
-               </li>
-               <li><a href="#d2e6957">http://www.example.com/repo/courses/{courseId}/elements</a><ul>
-                     <li><a href="#d2e6960">http://www.example.com/repo/courses/{courseId}/elements/version</a></li>
-                     <li><a href="#d2e6975">http://www.example.com/repo/courses/{courseId}/elements/{nodeId}</a></li>
-                     <li><a href="#d2e7010">http://www.example.com/repo/courses/{courseId}/elements/structure/{nodeId}</a></li>
-                     <li><a href="#d2e7035">http://www.example.com/repo/courses/{courseId}/elements/structure</a></li>
-                     <li><a href="#d2e7102">http://www.example.com/repo/courses/{courseId}/elements/singlepage/{nodeId}</a></li>
-                     <li><a href="#d2e7133">http://www.example.com/repo/courses/{courseId}/elements/singlepage</a></li>
-                     <li><a href="#d2e7268">http://www.example.com/repo/courses/{courseId}/elements/task/{nodeId}</a></li>
-                     <li><a href="#d2e7326">http://www.example.com/repo/courses/{courseId}/elements/task</a></li>
-                     <li><a href="#d2e7443">http://www.example.com/repo/courses/{courseId}/elements/test/{nodeId}</a></li>
-                     <li><a href="#d2e7482">http://www.example.com/repo/courses/{courseId}/elements/test</a></li>
-                     <li><a href="#d2e7594">http://www.example.com/repo/courses/{courseId}/elements/assessment/{nodeId}</a></li>
-                     <li><a href="#d2e7640">http://www.example.com/repo/courses/{courseId}/elements/assessment</a></li>
-                     <li><a href="#d2e7733">http://www.example.com/repo/courses/{courseId}/elements/wiki/{nodeId}</a></li>
-                     <li><a href="#d2e7782">http://www.example.com/repo/courses/{courseId}/elements/wiki</a></li>
-                     <li><a href="#d2e7846">http://www.example.com/repo/courses/{courseId}/elements/blog/{nodeId}</a></li>
-                     <li><a href="#d2e7895">http://www.example.com/repo/courses/{courseId}/elements/blog</a></li>
-                     <li><a href="#d2e7993">http://www.example.com/repo/courses/{courseId}/elements/survey/{nodeId}</a></li>
-                     <li><a href="#d2e8042">http://www.example.com/repo/courses/{courseId}/elements/survey</a></li>
-                     <li><a href="#d2e8118">http://www.example.com/repo/courses/{courseId}/elements/externalpage/{nodeId}</a></li>
-                     <li><a href="#d2e8167">http://www.example.com/repo/courses/{courseId}/elements/externalpage</a></li>
-                     <li><a href="#d2e8269">http://www.example.com/repo/courses/{courseId}/elements/task/{nodeId}/file</a></li>
-                     <li><a href="#d2e8339">http://www.example.com/repo/courses/{courseId}/elements/task/{nodeId}/configuration</a></li>
-                     <li><a href="#d2e8486">http://www.example.com/repo/courses/{courseId}/elements/survey/{nodeId}/configuration</a></li>
-                     <li><a href="#d2e8593">http://www.example.com/repo/courses/{courseId}/elements/test/{nodeId}/configuration</a></li>
-                  </ul>
-               </li>
-               <li><a href="#d2e8723">http://www.example.com/notifications</a></li>
-               <li><a href="#d2e8755">http://www.example.com/repo/courses/{courseId}/assessments</a><ul>
-                     <li><a href="#d2e8783">http://www.example.com/repo/courses/{courseId}/assessments/version</a></li>
-                     <li><a href="#d2e8798">http://www.example.com/repo/courses/{courseId}/assessments/users/{identityKey}</a></li>
-                     <li><a href="#d2e8827">http://www.example.com/repo/courses/{courseId}/assessments/{nodeId}</a></li>
-                     <li><a href="#d2e8874">http://www.example.com/repo/courses/{courseId}/assessments/{nodeId}/users/{identityKey}</a></li>
+               <li><a href="#d2e6518">http://www.example.com/users/{username}/auth</a><ul>
+                     <li><a href="#d2e6577">http://www.example.com/users/{username}/auth/{authKey}</a></li>
+                     <li><a href="#d2e6605">http://www.example.com/users/{username}/auth/version</a></li>
+                     <li><a href="#d2e6622">http://www.example.com/users/{username}/auth/password</a></li>
                   </ul>
                </li>
             </ul>
          </li>
          <li><a href="#representations">Representations</a><ul>
-               <li><a href="#d2e16">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e17">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e20">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e31">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e32">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e38">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e39">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e49">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e72"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e78">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e91"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e100"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e106">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e119"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e128"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e134">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e147"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e19">application/xml, application/json (<abbr title="{http://www.example.com} keyValuePair">ns3:keyValuePair</abbr>)</a></li>
+               <li><a href="#d2e30"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e41"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e48">text/plain, text/html (<abbr title="{http://www.example.com} keyValuePair">ns3:keyValuePair</abbr>)</a></li>
+               <li><a href="#d2e59"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e66">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e71"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e78"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e82"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e86"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e100">application/xml, application/json (<abbr title="{http://www.example.com} keyValuePair">ns3:keyValuePair</abbr>)</a></li>
+               <li><a href="#d2e114">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)</a></li>
+               <li><a href="#d2e115">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)</a></li>
+               <li><a href="#d2e117"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e124">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)</a></li>
+               <li><a href="#d2e125">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)</a></li>
+               <li><a href="#d2e127"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e135">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e159"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                <li><a href="#d2e163"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e169">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e184">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e204">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e217"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e224">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e225">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e229"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e235">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e248"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e270"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e276">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e289"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e296">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e309"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e315">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e328"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e336">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e337">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e341"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e347">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e360"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e373"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e379">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e392"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e401"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e407">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               <li><a href="#d2e420"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e433"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e439">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e452"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e465">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e478">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e487">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e498">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e508">text/html, application/xhtml+xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e517">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e527">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               <li><a href="#d2e528">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               <li><a href="#d2e530"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e534">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               <li><a href="#d2e545"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e559">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               <li><a href="#d2e574">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e592">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               <li><a href="#d2e606">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               <li><a href="#d2e607">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               <li><a href="#d2e609"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e613">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               <li><a href="#d2e624"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e631"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e635"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e639"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e646">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               <li><a href="#d2e648">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e657"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e661">application/xml, application/json (<abbr title="{http://www.example.com} groupInfoVO">ns3:groupInfoVO</abbr>)</a></li>
-               <li><a href="#d2e679"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e683">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e701"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e705">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e726"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e730"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e734"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e741"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e745"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e749"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e763"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e767"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e167"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e177">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e178">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e189">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e190">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e201">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e202">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e223">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e224">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e227">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)</a></li>
+               <li><a href="#d2e228">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)</a></li>
+               <li><a href="#d2e230">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e231">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e234">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e235">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e239">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e244">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e245">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e248">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e249">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e254">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e255">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e258">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e266">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e267">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e271">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e276">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e280">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e281">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e289">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e290">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e294">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e295">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e299">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e302">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e303">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e307">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e312">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e317">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e318">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e321">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e324">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e325">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e329">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e330">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e332">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e335">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e336">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e340">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e341">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e343">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e346">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e347">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e351">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e352">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e355">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e356">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e358">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e363">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e367">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+               <li><a href="#d2e368">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+               <li><a href="#d2e370">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e371">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e374">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e375">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e380">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e383">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+               <li><a href="#d2e385">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e388">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e392">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e397">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e398">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e399">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e400">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e401">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e404">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e405">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e408">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e413">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e414">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e417">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e418">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e421">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e422">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e424">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e425">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e430">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e431">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e432">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e433">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e434">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e437">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e438">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e439">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e442">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e447">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e448">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e449">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e452">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e453">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e454">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e457">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e458">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e460">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e461">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e464">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e465">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e468">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e469">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e473">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e478">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e479">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e490">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               <li><a href="#d2e503"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e509"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e528">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e541"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e566">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e579"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e585"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e592">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e599">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e612"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e618"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e640">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e653"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e659"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e670">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e683">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e696"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e702"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e709">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e710">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e714">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e727"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e733"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e752">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                <li><a href="#d2e771"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e778"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e782"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e786"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e802"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e808">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               <li><a href="#d2e821"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e840"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e846">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e859"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e878"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e884">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e897"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e904">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e911"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e917">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e930"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e952"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e958">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e971"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e982">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e995"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1001">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e1014"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1021">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e1022">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e1026"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1032">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e1045"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1064"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1070">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e1083"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1096"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1102">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1109">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1115"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1121">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1128">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e1129">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e1133"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1139">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1148"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1154">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1170"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1176">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1183">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1184">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1185">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1186">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1187">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1190">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1191">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1194">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1199">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1200">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1203">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1204">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1207">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e1208">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e1210">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1211">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1216">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1217">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1218">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1219">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1220">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1223">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1224">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1225">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1228">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1233">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1234">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1235">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1238">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1239">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1240">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1243">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e1244">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e1246">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1247">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1250">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1251">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e784">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e790"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e797">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e803">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e809"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e816">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e817">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e821">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e827"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e836">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e842"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e858">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e864"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e877">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e878">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e881">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e882">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e884">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e885">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e888">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e889">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e891">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e892">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e897">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e898">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e902">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+               <li><a href="#d2e903">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+               <li><a href="#d2e905">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e906">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e909">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e910">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+               <li><a href="#d2e911">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+               <li><a href="#d2e913">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e914">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e925">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e939">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e940">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e944">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e958">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e959">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e963">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e983">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)</a></li>
+               <li><a href="#d2e997">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e998">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1002">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)</a></li>
+               <li><a href="#d2e1020"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1034">application/xml, application/json (<abbr title="{http://www.example.com} goToTrainingVO">ns3:goToTrainingVO</abbr>)</a></li>
+               <li><a href="#d2e1048">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)</a></li>
+               <li><a href="#d2e1049">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)</a></li>
+               <li><a href="#d2e1053">application/xml, application/json (<abbr title="{http://www.example.com} goToTrainingVO">ns3:goToTrainingVO</abbr>)</a></li>
+               <li><a href="#d2e1067">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)</a></li>
+               <li><a href="#d2e1068">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)</a></li>
+               <li><a href="#d2e1072">application/xml, application/json (<abbr title="{http://www.example.com} goToTrainingVO">ns3:goToTrainingVO</abbr>)</a></li>
+               <li><a href="#d2e1090"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1097">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1105">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1160">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               <li><a href="#d2e1173"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1179"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1186">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1209">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               <li><a href="#d2e1222"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1228"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1235">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1236">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1240">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1246">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1247">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1253">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                <li><a href="#d2e1254">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1255">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1259">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1264">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1265">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1272">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1273">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1288">application/xml, application/json, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               <li><a href="#d2e1302">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)</a></li>
-               <li><a href="#d2e1303">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)</a></li>
-               <li><a href="#d2e1307">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               <li><a href="#d2e1320"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1341">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               <li><a href="#d2e1354"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1359">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1360">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1366">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1386"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1392"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1398"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1407"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1413">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               <li><a href="#d2e1433"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1439">application/xml, application/json (<abbr title="{http://www.example.com} courseConfigVO">ns3:courseConfigVO</abbr>)</a></li>
-               <li><a href="#d2e1452"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1459">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1481"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1487">application/xml, application/json (<abbr title="{http://www.example.com} courseConfigVO">ns3:courseConfigVO</abbr>)</a></li>
-               <li><a href="#d2e1500"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1510"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1516">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e1522"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1530">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1553">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1559"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1569"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1575">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1581"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1591"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1597">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1603"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1616"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1622">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e1628"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1637"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1643"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1649"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1658"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1664"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1670"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1684"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1690"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1696"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1706"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1712">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e1718"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1728"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1734">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e1740"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1753"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1759"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1771">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1772">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1784"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1790">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               <li><a href="#d2e1803"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1813"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1817">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               <li><a href="#d2e1831">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               <li><a href="#d2e1832">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               <li><a href="#d2e1834">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               <li><a href="#d2e1845"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1856"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1860">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               <li><a href="#d2e1874"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1878"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1882"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1889">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               <li><a href="#d2e1891"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1895">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               <li><a href="#d2e1906"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1914">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1936"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1942">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               <li><a href="#d2e1955"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1974"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e1980">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e1993"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2012"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2018">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e2031"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2038">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2045"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2051">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e2064"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2086"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2092">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e2105"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2116">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1257">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)</a></li>
+               <li><a href="#d2e1258">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)</a></li>
+               <li><a href="#d2e1260">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1267">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1268">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1273">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1279">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1280">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1286">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1287">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1292">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1293">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1305">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1306">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1312">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1313">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1318">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1329">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1330">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1333">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1334">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1337">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1338">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1351">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1352">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1358">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1367">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1368">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1373">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1384">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1385">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1398">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1399">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1405">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1413">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1414">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1419">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1429">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1430">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1442">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1443">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1449">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1456">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1457">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1463">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1472">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1473">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1484">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1485">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1491">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1499">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1500">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1514">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1515">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1527">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1528">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1534">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1542">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1543">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1557">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1558">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1570">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1571">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1577">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1585">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1586">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1600">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1601">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1613">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1614">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1620">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1628">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1629">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1643">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1644">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1656">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1657">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1663">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1664">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1667">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1668">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1702">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1703">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1734">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1735">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1738">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1739">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1754">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1755">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1766">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1767">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1770">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1771">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1796">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1797">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1819">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1820">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1823">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1824">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1837"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1847">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1848">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1852">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1853">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1861">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1862">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1868">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1871">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1874">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1878">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1883">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1884">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1887">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
+               <li><a href="#d2e1888">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
+               <li><a href="#d2e1890">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1891">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1899">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1900">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1903">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1908">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1909">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1913">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
+               <li><a href="#d2e1914">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
+               <li><a href="#d2e1916">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1917">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1924">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1925">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1928">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1929">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1934">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1935">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1939">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1940">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1954">application/pdf<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1961">application/pdf<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1967"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1973"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1978">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e1995"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2001"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2007"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2013"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2022"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2028"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2034"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2041">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2045">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2050">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2055">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2059">application/xhtml+xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2060">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2063">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2071">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
+               <li><a href="#d2e2072">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
+               <li><a href="#d2e2076">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2089"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2095">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2116">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
                <li><a href="#d2e2129"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2135">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e2148"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2155">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e2156">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e2160"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2166">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e2179"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2140">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
+               <li><a href="#d2e2141">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
+               <li><a href="#d2e2145">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
+               <li><a href="#d2e2158"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2164"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2170">application/xml, application/json (<abbr title="{http://www.example.com} errorVO">ns3:errorVO</abbr>)</a></li>
+               <li><a href="#d2e2186"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2192"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                <li><a href="#d2e2198"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2204">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e2217"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2211">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2224"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                <li><a href="#d2e2230"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2236">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2243">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2249"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2255">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2262">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e2263">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e2267"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2273">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2282"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2288">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2304"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2310">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2317">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2318">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2319">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2320">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2321">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2324">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2325">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2328">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2333">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2334">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2337">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2338">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2341">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e2342">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e2344">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2345">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2350">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2351">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2352">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2353">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2354">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2357">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2358">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2359">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2362">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2367">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2368">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2369">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2372">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2373">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2374">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2377">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e2378">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2243">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2256"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2262"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2269">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)</a></li>
+               <li><a href="#d2e2270">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)</a></li>
+               <li><a href="#d2e2274">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2287"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2293"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2306">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2319"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2325"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2332">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)</a></li>
+               <li><a href="#d2e2333">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)</a></li>
+               <li><a href="#d2e2337">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2350"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2356"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2366">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2379">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                <li><a href="#d2e2380">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2381">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2384">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2385">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2388">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2389">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2393">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2398">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2399">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2408">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2409">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2412">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
-               <li><a href="#d2e2413">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
-               <li><a href="#d2e2415">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2416">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2419">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2420">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
-               <li><a href="#d2e2421">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
-               <li><a href="#d2e2423">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2424">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2429">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2430">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2435">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2436">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2439">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
-               <li><a href="#d2e2440">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
-               <li><a href="#d2e2442">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2443">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2446">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
-               <li><a href="#d2e2447">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
-               <li><a href="#d2e2449">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2450">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2455">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2456">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2459">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2460">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2462">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2463">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2468">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2469">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2477">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2492">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2508">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2526">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2543"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2551"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2558"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2562"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2566"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2570"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2577"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2581"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2585"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2589"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2598"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2602"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2606"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2613"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2617"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2621"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2625"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2632"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2636"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2640"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2644"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2655"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2659"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2663"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2675"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2679"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2683"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2698"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2702">text/plain, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2713"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2721">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2739">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2753"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2759">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e2772"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2781"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2787">application/xml, application/json (<abbr title="{http://www.example.com} forumVOes">ns3:forumVOes</abbr>)</a></li>
-               <li><a href="#d2e2800"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2820"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2826">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e2839"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2868"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2874">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e2887"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2916"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2922">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e2935"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2951"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2957">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               <li><a href="#d2e2970"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2984"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e2990">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               <li><a href="#d2e3003"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3022"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3028">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e3041"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3060"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3066">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e3079"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3086">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3093"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3099">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e3112"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3134"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3140">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e3153"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3164">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3177"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3183">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e3196"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3203">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e3204">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e3208"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3214">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e3227"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3246"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3252">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e3265"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3278"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3284">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3291">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3297"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3303">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3310">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e3311">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e3315"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3321">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3330"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3336">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3352"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3358">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3381">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3382">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3385">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3406">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3407">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3412">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3413">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3425">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3426">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3429">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3439">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3440">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3446">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3454">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3455">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3458">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3459">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3465">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3466">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3467">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3468">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3469">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3472">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3473">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3476">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3481">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3482">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3485">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3486">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3489">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e3490">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e3492">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3493">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3498">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3499">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3500">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3501">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3502">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3505">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3506">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3507">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3510">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3515">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3516">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3517">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3520">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3521">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3522">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3525">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e3526">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e3528">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3529">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3532">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3533">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3536">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3537">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3541">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3546">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3547">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3559">application/xml, application/json (<abbr title="{http://www.example.com} environmentVO">ns3:environmentVO</abbr>)</a></li>
-               <li><a href="#d2e3572"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3582">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
-               <li><a href="#d2e3595"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3606">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3612"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3619">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3624"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2391">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2404"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2410"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2417">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)</a></li>
+               <li><a href="#d2e2418">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)</a></li>
+               <li><a href="#d2e2422">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2435"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2441"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2454">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2460"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2469">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2475"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2481"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2490"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2496"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2505">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2511"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2523">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2529"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2543">application/xml, application/json (<abbr title="{http://www.example.com} folderVOes">ns3:folderVOes</abbr>)</a></li>
+               <li><a href="#d2e2556"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2562">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2563">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2564">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2565">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2566">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2569">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2570">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2573">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2578">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2579">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2582">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2583">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2586">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2587">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2589">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2590">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2595">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2596">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2597">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2598">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2599">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2602">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2603">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2604">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2607">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2612">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2613">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2614">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2617">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2618">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2619">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2622">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2623">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2625">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2626">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2629">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2630">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2633">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2634">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2638">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2643">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2644">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2649">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2650">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2651">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2652">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2653">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2656">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2657">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2660">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2665">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2666">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2669">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2670">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2673">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2674">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2676">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2677">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2682">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2683">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2684">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2685">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2686">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2689">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2690">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2691">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2694">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2699">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2700">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2701">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2704">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2705">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2706">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2709">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2710">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2712">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2713">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2716">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2717">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2720">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2721">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2725">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2730">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2731">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2737">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2738">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2739">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2740">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2741">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2744">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2745">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2748">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2753">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2754">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2757">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2758">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2761">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2762">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2764">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2765">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2770">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2771">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2772">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2773">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2774">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2777">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2778">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2779">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2782">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2787">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2788">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2789">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2792">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2793">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2794">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2797">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2798">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e2800">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2801">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2804">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2805">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2808">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2809">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2813">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2818">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2819">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2836">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
+               <li><a href="#d2e2849"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2866">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
+               <li><a href="#d2e2879"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2896">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
+               <li><a href="#d2e2909"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2921">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2922">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2931">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2932">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2941">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2942">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2951">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2952">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2966">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2972"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e2991">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3004"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3010">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">subscribersVO</abbr>)</a></li>
+               <li><a href="#d2e3011">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">subscribersVO</abbr>)</a></li>
+               <li><a href="#d2e3013">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3018">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3025">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3026">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3038"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3042"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3049">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3054"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3058"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3073">application/xml, application/json (<abbr title="{http://www.example.com} folderVOes">ns3:folderVOes</abbr>)</a></li>
+               <li><a href="#d2e3086"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3092"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3126">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               <li><a href="#d2e3139"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3145"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3152">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3180">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               <li><a href="#d2e3193"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3199"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3213">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3235">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               <li><a href="#d2e3248"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3254"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3263">application/xml, application/json (<abbr title="{http://www.example.com} folderVO">ns3:folderVO</abbr>)</a></li>
+               <li><a href="#d2e3276"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3282"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3290">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3291">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3292">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3293">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3294">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3297">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3298">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3301">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3306">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3307">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3310">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3311">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3314">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e3315">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e3317">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3318">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3323">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3324">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3325">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3326">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3327">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3330">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3331">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3332">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3335">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3340">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3341">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3342">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3345">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3346">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3347">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3350">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e3351">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e3353">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3354">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3357">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3358">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3361">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3362">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3366">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3371">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3372">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3383">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3384">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3387">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3388">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3391">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3392">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3401">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3402">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3406">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3411">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3412">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3415">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3416">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3419">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)</a></li>
+               <li><a href="#d2e3420">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)</a></li>
+               <li><a href="#d2e3422">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3423">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3426">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3427">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3432">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3433">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3435">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3438">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3439">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3445">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3448">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3453">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3454">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3459">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3462">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3463">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3468">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3469">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3472">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3473">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3475">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3481">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3484">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3490">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3491">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3493">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3496">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3497">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3503">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3506">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3510">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3514">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3519">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3530">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3561">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               <li><a href="#d2e3574"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3580"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3617">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
                <li><a href="#d2e3630"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3639">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3645"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3653">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3654">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3660">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3674">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3675">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3684">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
-               <li><a href="#d2e3697"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3707">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li>
-               <li><a href="#d2e3720"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3730">application/xml, application/json (<abbr title="{http://www.example.com} classesVO">ns3:classesVO</abbr>)</a></li>
-               <li><a href="#d2e3743"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3753">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li>
-               <li><a href="#d2e3766"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3776">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li>
-               <li><a href="#d2e3789"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3799">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li>
-               <li><a href="#d2e3812"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3822">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
-               <li><a href="#d2e3835"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3845">application/xml, application/json (<abbr title="{http://www.example.com} taskVOes">ns3:taskVOes</abbr>)</a></li>
-               <li><a href="#d2e3858"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3868">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
-               <li><a href="#d2e3881"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3891">application/xml, application/json (<abbr title="{http://www.example.com} sessionVO">ns3:sessionVO</abbr>)</a></li>
-               <li><a href="#d2e3904"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3914">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
-               <li><a href="#d2e3927"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3937">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
-               <li><a href="#d2e3950"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3960">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3966"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3973">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3978"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3984"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3993">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e3999"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4011">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4017"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4026">application/xml, application/json (<abbr title="{http://www.example.com} memoryVO">ns3:memoryVO</abbr>)</a></li>
-               <li><a href="#d2e4039"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4045">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4048">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4049">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4057">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4058">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4064">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4067">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4068">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4072">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4073">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4081">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
-               <li><a href="#d2e4094"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4104">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4110"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4117">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3636"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3648">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
+               <li><a href="#d2e3661"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3667"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3676">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3677">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3682">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3683">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3693">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3694">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3698">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3714">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e3728">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e3729">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e3733">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e3747">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e3748">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e3752">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
+               <li><a href="#d2e3772">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)</a></li>
+               <li><a href="#d2e3786">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3787">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3791">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)</a></li>
+               <li><a href="#d2e3809"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3816">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3817">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3826">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3827">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3840">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3841">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3844">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3845">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3847">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3848">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3851">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3852">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3854">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3855">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3860">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3861">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3865">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+               <li><a href="#d2e3866">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+               <li><a href="#d2e3868">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3869">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3872">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3873">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+               <li><a href="#d2e3874">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+               <li><a href="#d2e3876">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3877">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3890">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               <li><a href="#d2e3903"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3916">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               <li><a href="#d2e3929"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3935"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3954">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e3967"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3973"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e3992">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e4005"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4011"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4018">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4025">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e4038"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4044"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4066">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e4079"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4085"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4096">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4109">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                <li><a href="#d2e4122"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                <li><a href="#d2e4128"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4137">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4143"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4153">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
-               <li><a href="#d2e4167">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
-               <li><a href="#d2e4178"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4204">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
-               <li><a href="#d2e4232">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
-               <li><a href="#d2e4243"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4251">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4264"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4270"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4276"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4281">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)</a></li>
-               <li><a href="#d2e4282">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)</a></li>
-               <li><a href="#d2e4284">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4285">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4290">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
-               <li><a href="#d2e4301"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4308"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4312">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
-               <li><a href="#d2e4328"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4332"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4336">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4347"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4351"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4365"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4369"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4373"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4380"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4388"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4135">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e4136">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e4140">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e4153"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4159"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4178">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e4191"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4197"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4210">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4216"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4223">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4229">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4235"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4242">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e4243">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e4247">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4253"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4262">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4268"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4284">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4290"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4304">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               <li><a href="#d2e4317"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4323"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4342">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e4355"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4361"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4380">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e4393"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                <li><a href="#d2e4399"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4403">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e4421"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4425">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e4446"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4450"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4454"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4461"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4465"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4469"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4481"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4485">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e4506"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4406">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4413">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e4426"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4432"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4454">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e4467"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4473"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4484">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4497">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                <li><a href="#d2e4510"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4514"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4521"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4525"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4529"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4542">application/xml, application/json, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               <li><a href="#d2e4560">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               <li><a href="#d2e4582"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4597">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               <li><a href="#d2e4610"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4516"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4523">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e4524">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e4528">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e4541"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4566">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e4579"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4585"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4598">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4604"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4611">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4617">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                <li><a href="#d2e4623"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4629">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               <li><a href="#d2e4642"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4661"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4667">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e4680"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4699"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4705">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e4718"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4725">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4732"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4738">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e4751"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4773"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4779">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e4792"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4803">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4816"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4822">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e4835"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4842">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e4843">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e4847"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4853">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e4866"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4885"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4891">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e4904"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4917"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4923">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4930">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4936"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4942">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4949">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e4950">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e4954"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4960">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4969"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4975">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4991"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e4997">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5011"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5017">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               <li><a href="#d2e5030"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5049"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5055">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e5068"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4630">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e4631">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e4635">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4641"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4650">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4656"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4672">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4678"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4684">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+               <li><a href="#d2e4685">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+               <li><a href="#d2e4687">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4688">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4694">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4695">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4699">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4704">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4705">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4708">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+               <li><a href="#d2e4709">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+               <li><a href="#d2e4711">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4712">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4715">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4720">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4723">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4726">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4729">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4734">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+               <li><a href="#d2e4736">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4741">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4742">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4747">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4748">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4753">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4754">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4760">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4763">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4769">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4772">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4778">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4779">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4780">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4781">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4782">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4785">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4786">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4789">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4794">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4795">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4798">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4799">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4802">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e4803">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e4805">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4806">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4811">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4812">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4813">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4814">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4815">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4818">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4819">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4820">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4823">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4828">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4829">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4830">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4833">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4834">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4835">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4838">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e4839">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e4841">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4842">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4845">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4846">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4849">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4850">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4854">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4859">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4860">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4869">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4870">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4881">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               <li><a href="#d2e4894"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4900"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4919">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e4932"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4938"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4957">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e4970"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4976"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4983">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e4990">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e5003"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5009"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5031">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e5044"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5050"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5061">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5074">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                <li><a href="#d2e5087"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5093">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e5106"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5113">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5120"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5126">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e5139"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5161"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5167">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e5180"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5191">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5204"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5210">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e5223"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5230">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e5231">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e5235"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5241">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e5254"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5273"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5279">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e5292"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5305"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5311">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5318">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5324"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5330">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5337">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e5338">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e5342"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5348">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5357"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5363">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5379"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5385">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5395">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
-               <li><a href="#d2e5412">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
-               <li><a href="#d2e5413">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
-               <li><a href="#d2e5417">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5430">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5443"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5457">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e5470"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5483"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5489"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5495"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5502">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
-               <li><a href="#d2e5503">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
-               <li><a href="#d2e5507"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5513">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               <li><a href="#d2e5526">application/xml, application/json (<abbr title="{http://www.example.com} errorVO">ns3:errorVO</abbr>)</a></li>
+               <li><a href="#d2e5093"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5100">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e5101">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e5105">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e5118"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5124"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5143">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e5156"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5162"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5175">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5181"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5188">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5194">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5200"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5207">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e5208">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e5212">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5218"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5227">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5233"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5249">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5255"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5262">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5268">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5269">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5270">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5271">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5276">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5282">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5283">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5284">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5285">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5288">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5291">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5296">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5299">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5302">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5311">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5333">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               <li><a href="#d2e5346"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5352"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5371">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e5384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5390"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5409">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e5422"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5428"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5435">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5442">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e5455"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5461"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5483">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e5496"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5502"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5513">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5526">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                <li><a href="#d2e5539"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5552"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5558">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5571"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5577">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5578">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5587">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)</a></li>
-               <li><a href="#d2e5588">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)</a></li>
-               <li><a href="#d2e5592"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5598">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5611"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5620"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5626">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5639"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5650">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)</a></li>
-               <li><a href="#d2e5651">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)</a></li>
-               <li><a href="#d2e5655"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5661">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5674"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5683"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5689">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5702"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5715"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5721">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5734"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5741">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)</a></li>
-               <li><a href="#d2e5742">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)</a></li>
-               <li><a href="#d2e5746"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5752">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5778"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5784">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5793"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5799">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5805"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5814"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5820"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5830">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5850">application/xml, application/json (<abbr title="{http://www.example.com} folderVOes">ns3:folderVOes</abbr>)</a></li>
-               <li><a href="#d2e5863"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5871">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5872">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5873">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5874">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5875">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5545"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5552">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e5553">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e5557">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e5570"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5576"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5595">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e5608"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5614"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5627">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5633"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5640">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5646">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5652"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5659">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e5660">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e5664">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5670"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5679">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5685"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5701">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5707"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5714">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5715">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5719">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5720">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5724">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5725">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5729">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5734">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5735">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5740">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5741">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5745">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5746">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5750">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5751">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5755">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5756">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5760">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5761">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5765">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5766">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5770">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5771">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5775">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5776">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5780">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5781">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5785">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5786">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5790">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5791">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5795">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5796">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5800">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5801">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5805">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5806">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5809">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5812">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5815">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5819">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5822">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5823">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5827">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5830">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5831">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5839">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5840">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5844">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5847">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5848">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5852">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5853">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5857">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5858">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5862">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5863">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5866">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5869">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5872">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5877">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                <li><a href="#d2e5878">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5879">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5882">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5887">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5888">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5891">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5892">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5895">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e5896">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e5898">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5899">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5904">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5905">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5906">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5907">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5908">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5911">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5912">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5913">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5916">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5921">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5922">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5923">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5926">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5927">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5928">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5931">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e5932">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e5934">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5935">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5938">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5939">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5942">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5943">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5947">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5952">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5953">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5958">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5959">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5960">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5961">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5962">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5965">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5966">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5969">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5974">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5975">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5978">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5979">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5982">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e5983">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e5985">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5986">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5991">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5992">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5993">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5994">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5995">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5998">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e5999">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6000">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6003">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6008">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6009">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6010">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6013">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6014">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6015">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6018">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e6019">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e6021">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6022">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6025">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6026">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6029">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6030">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6034">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6039">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6040">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6044">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6045">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6046">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6047">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6048">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6051">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6052">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6055">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6060">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6061">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6064">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6065">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6068">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e6069">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e6071">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6072">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6077">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6078">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6079">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6080">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6081">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6084">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6085">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6086">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6089">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6094">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6095">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6096">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6099">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6100">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6101">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6104">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e6105">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e6107">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6108">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6111">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6112">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6115">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6116">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6120">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6125">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6126">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6144">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               <li><a href="#d2e6157"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6174">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               <li><a href="#d2e6187"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6204">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               <li><a href="#d2e6217"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6243"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6249">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               <li><a href="#d2e6279"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6285">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               <li><a href="#d2e6315"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6321">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               <li><a href="#d2e6351">application/xml;pagingspec=1.0, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} groupInfoVO">ns3:groupInfoVO</abbr>)</a></li>
-               <li><a href="#d2e6364"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6375">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6397"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6403">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               <li><a href="#d2e5881">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5884">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5887">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5898">application/xml, application/json (<abbr title="{http://www.example.com} forumVOes">ns3:forumVOes</abbr>)</a></li>
+               <li><a href="#d2e5911"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5917"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5924">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5938">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               <li><a href="#d2e5951"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5957"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5977">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               <li><a href="#d2e5990"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e5996"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6012">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               <li><a href="#d2e6025"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6031"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6060">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e6073"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6079"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6108">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e6121"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6127"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6141">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               <li><a href="#d2e6154"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6160"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6179">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e6192"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6198"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6217">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e6230"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6236"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6243">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6250">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e6263"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6269"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6291">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               <li><a href="#d2e6304"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6310"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6321">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6334">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e6347"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6353"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6360">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e6361">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               <li><a href="#d2e6365">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               <li><a href="#d2e6378"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6403">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                <li><a href="#d2e6416"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6435"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6441">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e6454"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6473"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6479">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e6492"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6499">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6506"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6512">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e6525"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6553">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               <li><a href="#d2e6566"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6577">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6422"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6435">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6441"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6448">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6454">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6460"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6467">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e6468">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               <li><a href="#d2e6472">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6478"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6487">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6493"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6509">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6515"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6528">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)</a></li>
+               <li><a href="#d2e6529">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)</a></li>
+               <li><a href="#d2e6533">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)</a></li>
+               <li><a href="#d2e6546"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6552"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6559">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)</a></li>
+               <li><a href="#d2e6570"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6574"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                <li><a href="#d2e6590"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6596">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e6609"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6616">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e6617">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               <li><a href="#d2e6621"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6627">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e6640"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6659"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6665">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               <li><a href="#d2e6678"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6691"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6697">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6704">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6710"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6716">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6723">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e6724">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               <li><a href="#d2e6728"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6734">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6743"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6749">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6771">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6784">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)</a></li>
-               <li><a href="#d2e6785">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)</a></li>
-               <li><a href="#d2e6789"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6795">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)</a></li>
-               <li><a href="#d2e6808"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6815"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6819">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)</a></li>
-               <li><a href="#d2e6830"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6846"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6852"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6858"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6869">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6876"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6882"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6888"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6894"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6904">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6922">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6947">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6965">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6988"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e6994">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7007"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7017"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7021">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7032"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7043"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7049">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7062"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7080"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7086">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7099"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7111"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7117">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7130"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7139">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7152"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7158">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7171"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7180"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7186">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7199"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7208"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7214">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7227"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7246"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7252">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7265"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7279">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7304"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7310">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7323"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7334">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7365"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7371">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7421"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7427">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7440"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7450">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7460"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7466">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7479"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7490">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7518"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7524">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7537"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7571"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7577">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7590"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7605">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7622"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7626">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7637"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7648">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7671"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7675">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7686"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7715"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7719">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7730"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7744">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7764"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7768">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7779"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7797"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7801">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7812"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7828"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7832">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7843"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7857">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7877"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7881">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7892"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7928"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7932">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7943"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7975"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e7979">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e7990"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8004">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8024"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8028">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e8039"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8069"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8073">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e8084"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8100"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8104">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e8115"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8129">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8149"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8153">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e8164"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8200"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8204">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e8215"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8247"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8251"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8255">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e8266"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8282"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8288">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e8301"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8310"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8316">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               <li><a href="#d2e8329"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8335"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8374"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8378"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8382">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
-               <li><a href="#d2e8393"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8397"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8432"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8436"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8440">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
-               <li><a href="#d2e8451"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8455"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8464"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8470">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
-               <li><a href="#d2e8483"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8501"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8505"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8509">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
-               <li><a href="#d2e8520"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8524"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8539"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8543"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8547">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
-               <li><a href="#d2e8558"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8562"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8571"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8577">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
-               <li><a href="#d2e8590"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8619"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8623"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8627">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)</a></li>
-               <li><a href="#d2e8638"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8642"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8668"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8672"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8676">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)</a></li>
-               <li><a href="#d2e8687"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8691"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8700"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8706">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)</a></li>
-               <li><a href="#d2e8719"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8739"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8745">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8769">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li>
-               <li><a href="#d2e8780"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8788">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8809"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8813">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li>
-               <li><a href="#d2e8824"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8838"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8842">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li>
-               <li><a href="#d2e8853"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8860">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)</a></li>
-               <li><a href="#d2e8861">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)</a></li>
-               <li><a href="#d2e8863"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8867"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8871"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8888"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               <li><a href="#d2e8892">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li>
-               <li><a href="#d2e8903"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6596"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6602"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6612">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6630">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6637"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6643"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6649"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               <li><a href="#d2e6655"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
             </ul>
          </li>
       </ul>
       <h2 id="resources">Resources</h2>
       <div class="resource">
-         <h3 id="d2e2">/repo/courses/{courseId}/elements/enrollment<span class="optional">?parentNodeId</span><span class="optional">&amp;position</span><span class="optional">&amp;shortTitle</span><span class="optional">&amp;longTitle</span><span class="optional">&amp;objectives</span><span class="optional">&amp;visibilityExpertRules</span><span class="optional">&amp;accessExpertRules</span><span class="optional">&amp;groups</span><span class="optional">&amp;cancelEnabled</span></h3>
+         <h3 id="d2e2">/repo/courses/{courseId}/db/{category}</h3>
+         <p>Description:&lt;br&gt;
+            Access the custom dbs of a course
+            
+            &lt;P&gt;
+            Initial Date:  7 apr. 2010 &lt;br&gt;
+         </p>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5">/repo/courses/{courseId}/db/{category}/values/{name}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -1695,6 +1765,28 @@
                <th>value</th>
                <th>description</th>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>name</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The name of the key value pair</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>category</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The name of the database</p>
+               </td>
+            </tr>
             <tr>
                <td>
                   <p><strong>courseId</strong></p>
@@ -1702,13 +1794,28 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td></td>
+               <td>
+                  <p>The course resourceable's id</p>
+               </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachEnrolmment">PUT</h4>
+               <h4 id="http://www.example.com#getValue">GET</h4>
+               <p>Retrieve a value of an authenticated user.</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e19">application/xml, application/json (<abbr title="{http://www.example.com} keyValuePair">ns3:keyValuePair</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e30"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putValue">PUT</h4>
+               <p>Put a new value for an authenticated user.</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -1718,112 +1825,65 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>position</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>shortTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>longTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>visibilityExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>groups</strong></p>
+                        <p><strong>value</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>cancelEnabled</strong></p>
-                     </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
+                        <p>The value of the key value pair</p>
                      </td>
-                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e16">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e17">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e41"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#attachEnrollmenetPost">POST</h4>
+               <h4 id="http://www.example.com#getValuePlain">GET</h4>
+               <p>Retrieve a value of an authenticated user.</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e48">text/plain, text/html (<abbr title="{http://www.example.com} keyValuePair">ns3:keyValuePair</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e59"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#formValue">POST</h4>
+               <p>Update a value for an authenticated user.</p>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e20">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e66">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e71"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#deleteValue">DELETE</h4>
+               <p>Delete a value for an authenticated user.</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e78"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e82"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e31">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e32">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e86"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e33">/repo/courses/{courseId}/elements/enrollment/{nodeId}/groups</h3>
+         <h3 id="d2e89">/repo/courses/{courseId}/db/{category}/values</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -1833,21 +1893,14 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><strong>category</strong></p>
                </td>
-               <td></td>
-            </tr>
-            <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p>The name of the database</p>
                </td>
-               <td></td>
             </tr>
             <tr>
                <td>
@@ -1856,43 +1909,65 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td></td>
+               <td>
+                  <p>The course resourceable's id</p>
+               </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getGroups">GET</h4>
+               <h4 id="http://www.example.com#getValues">GET</h4>
+               <p>Retrieve all values of the authenticated user</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e100">application/xml, application/json (<abbr title="{http://www.example.com} keyValuePair">ns3:keyValuePair</abbr>)</a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putValues">PUT</h4>
+               <p>Put a new value for an authenticated user.</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e114">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)</a></li>
+                  <li><a href="#d2e115">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e117"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postValues">POST</h4>
+               <p>Update a value for an authenticated user.</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e124">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)</a></li>
+                  <li><a href="#d2e125">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)</a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e38">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e39">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e127"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e40">/catalog</h3>
-         <p>Description:&lt;br&gt;
-            A web service for the catalog
-            
-            &lt;P&gt;
-            Initial Date:  5 may 2010 &lt;br&gt;
-         </p>
+         <h3 id="d2e130">/repo/courses/{courseId}/db/{category}/version</h3>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getRoots">GET</h4>
-               <p>Returns the list of root catalog entries.</p>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
+               <p>Retrieves the version of the Course DB Web Service.</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e49">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
+                  <li><a href="#d2e135">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e59">/catalog/{path:.*}/owners/{identityKey}</h3>
+         <h3 id="d2e145">/repo/courses/{courseId}/db/{category}/values/{name}/delete</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -1902,160 +1977,81 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>path</strong></p>
+                  <p><strong>name</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td>
-                  <p>The path</p>
+                  <p>The name of the key value pair</p>
                </td>
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>category</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td>
-                  <p>The id of the user</p>
+                  <p>The name of the database</p>
                </td>
             </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getOwner">GET</h4>
-               <p>Retrieves data of an owner of the local sub tree</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e72"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e78">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e91"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#addOwner">PUT</h4>
-               <p>Add an owner of the local sub tree</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e100"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e106">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e119"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#removeOwner">DELETE</h4>
-               <p>Remove an owner of the local sub tree</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e128"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e134">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e147"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e150">/catalog/{path:.*}/children<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
             <tr>
                <td>
-                  <p><strong>path</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The path</p>
+                  <p>The course resourceable's id</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getChildren">GET</h4>
-               <p>Returns a list of catalog entries.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#deleteValuePost">POST</h4>
+               <p>Fallbakc method for the browsers</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e159"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
                   <li><a href="#d2e163"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e169">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
+                  <li><a href="#d2e167"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e179">/catalog/version</h3>
+         <h3 id="d2e170">/repo/wikis</h3>
+         <p>The Wikis Webservice.&lt;br /&gt;
+            OO-112
+         </p>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>Retrieves the version of the Catalog Web Service.</p>
+               <h4 id="http://www.example.com#getWikis">GET</h4>
+               <p>get list of repo-entry wikis. Group-Wikis are not listed!</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e184">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e177">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e178">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e194">/catalog/{path:.*}</h3>
+         <h3 id="d2e179">/repo/wikis/{wikiKey}</h3>
+         <p>The Wiki Webservice&lt;br /&gt;
+            allows the export of "normal" wikis ( in contrast to group-wikis) OO-112
+         </p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2065,54 +2061,39 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>path</strong></p>
+                  <p><strong>wikiKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td>
-                  <p>The path</p>
+                  <p>part of the REST path, the resourceable-id / repo-entry-key /
+                     softkey of the wiki resource.
+                  </p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getCatalogEntry">GET</h4>
-               <p>Returns the metadata of the catalog entry.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e204">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e217"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#addCatalogEntry">PUT</h4>
-               <p>Adds a catalog entry under the path specified in the URL.</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e224">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
-                  <li><a href="#d2e225">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e229"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e235">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#exportWiki">GET</h4>
+               <p>will export the specified wiki (which must be a repo-entry-wiki) to a CP
+                  and serve as zip-file.&lt;br /&gt;
+               </p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e248"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e189">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e190">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e191">/repo/courses<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;managed</span><span class="optional">&amp;externalId</span><span class="optional">&amp;externalRef</span><span class="optional">&amp;repositoryEntryKey</span></h3>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addCatalogEntry">PUT</h4>
-               <p>Adds a catalog entry under the path specified in the URL.</p>
+               <h4 id="http://www.example.com#getCourseList">GET</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -2122,85 +2103,69 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>name</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><strong>start</strong></p>
                      </td>
                      <td>
-                        <p>The name</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>description</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><strong>limit</strong></p>
                      </td>
                      <td>
-                        <p>The description</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>type</strong></p>
+                        <p><strong>managed</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>externalId</strong></p>
                      </td>
                      <td>
-                        <p>The type (leaf or node)</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>repoEntryKey</strong></p>
+                        <p><strong>externalRef</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>repositoryEntryKey</strong></p>
                      </td>
                      <td>
-                        <p>The id of the repository entry</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e270"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e276">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e289"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e201">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e202">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#updatePostCatalogEntry">POST</h4>
-               <p>Updates the catalog entry under the path specified in the URL.</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e296">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e309"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e315">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e328"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#updateCatalogEntry">POST</h4>
-               <p>Updates the catalog entry with the path specified in the URL.</p>
+               <h4 id="http://www.example.com#createEmptyCourse">PUT</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -2210,45 +2175,25 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>newParentKey</strong></p>
+                        <p><strong>shortTitle</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
-               </table>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e336">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
-                  <li><a href="#d2e337">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e341"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e347">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e360"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#updateCatalogEntry">POST</h4>
-               <p>Updates the catalog entry with the path specified in the URL.</p>
-               <h6>request query parameters</h6>
-               <table>
                   <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
+                     <td>
+                        <p><strong>title</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>name</strong></p>
+                        <p><strong>displayName</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -2266,126 +2211,158 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>newParentKey</strong></p>
+                        <p><strong>softKey</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e373"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e379">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e392"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#deleteCatalogEntry">DELETE</h4>
-               <p>Deletes the catalog entry with the path specified in the URL.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e401"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e407">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e420"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e423">/catalog/{path:.*}/owners</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>path</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The path</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getOwners">GET</h4>
-               <p>Get the owners of the local sub tree</p>
+                  <tr>
+                     <td>
+                        <p><strong>access</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>membersOnly</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>externalId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>externalRef</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>authors</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>location</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>managedFlags</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>sharedFolderSoftKey</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>copyFrom</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>initialAuthor</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>setAuthor</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e433"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e223">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e224">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-               <p><em>available response representations:</em></p>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#createEmptyCourse">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e439">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
+                  <li><a href="#d2e227">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)</a></li>
+                  <li><a href="#d2e228">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e452"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e230">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e231">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e455">/api</h3>
-         <p>Description:&lt;br&gt;
-            Service for general informations on the OLAT REST Api.
-            
-            &lt;P&gt;
-            Initial Date:  14 apr. 2010 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods"></div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e458">/api/version</h3>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>Version number of the whole REST API of OLAT.</p>
+               <h4 id="http://www.example.com#importCourse">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e465">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e234">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e235">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e475">/api/doc</h3>
+         <h3 id="d2e236">/repo/courses/version</h3>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getHtmlDoc">GET</h4>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e478">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e239">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e479">/api/doc/{filename}</h3>
+         <h3 id="d2e240">/repo/courses/{courseId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2395,10 +2372,10 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>filename</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td></td>
             </tr>
@@ -2406,17 +2383,25 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getImage1">GET</h4>
-               <p>Returns images for the documentation of OLAT.</p>
+               <h4 id="http://www.example.com#deleteCourse">DELETE</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e244">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e245">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#findById">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e487">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e248">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e249">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e490">/api/{filename}</h3>
+         <h3 id="d2e250">/repo/courses/{courseId}/configuration</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2426,10 +2411,19 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>filename</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td></td>
             </tr>
@@ -2437,126 +2431,59 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getImage2">GET</h4>
-               <p>Returns images for the documentation of OLAT.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e498">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e501">/api/copyright</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getCopyrightXhtml">GET</h4>
-               <p>Returns the copyright of OLAT.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e508">text/html, application/xhtml+xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#getCopyrightPlainText">GET</h4>
-               <p>Returns the copyright of OLAT.</p>
+               <h4 id="http://www.example.com#getConfiguration">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e517">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e254">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e255">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e520">/groups</h3>
-         <p>Description:&lt;br&gt;
-            This handles the learning groups.
-            
-            &lt;P&gt;
-            Initial Date:  23 mar. 2010 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#createGroup">PUT</h4>
-               <p>Create a group.</p>
+               <h4 id="http://www.example.com#updateConfiguration">POST</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e527">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-                  <li><a href="#d2e528">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e530"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e258">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e534">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e545"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#getGroupList">GET</h4>
-               <p>Return the list of all groups if you have group manager permission, or all
-                  learning group that you particip with or owne.
-               </p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>externalId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>Search with an external ID</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>managed</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td>
-                        <p>(true / false) Search only managed / not managed groups</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e559">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
+                  <li><a href="#d2e266">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e267">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e569">/groups/version</h3>
+         <h3 id="d2e268">/repo/courses/{courseId}/version</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
                <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>Retrieves the version of the Group Web Service.</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e574">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e271">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e584">/groups/{groupKey}</h3>
+         <h3 id="d2e272">/repo/courses/{courseId}/tutors/{identityKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2566,67 +2493,133 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
                <td>
-                  <p>The key of the group</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#findById">GET</h4>
-               <p>Return the group specified by the key of the group.</p>
+               <h4 id="http://www.example.com#addCoach">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e592">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
+                  <li><a href="#d2e276">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postGroup">POST</h4>
-               <p>Updates a group.</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e606">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-                  <li><a href="#d2e607">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e609"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e613">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               </ul>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e277">/repo/courses/{courseId}/resource</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getOlatResource">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e624"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e280">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e281">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e282">/repo/courses/{courseId}/publish<span class="optional">?locale</span><span class="optional">&amp;access</span><span class="optional">&amp;membersOnly</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#deleteGroup">DELETE</h4>
-               <p>Deletes the business group specified by the groupKey.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e631"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e635"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#publishCourse">POST</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>locale</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>access</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>membersOnly</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e639"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e289">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e290">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e642">/groups/{groupKey}/configuration</h3>
+         <h3 id="d2e291">/repo/courses/{courseId}/file</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2636,7 +2629,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -2647,20 +2640,17 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#postGroupConfiguration">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e646">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getRepoFileById">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e648">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e294">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e295">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e649">/groups/{groupKey}/infos</h3>
+         <h3 id="d2e296">/repo/courses/{courseId}/status</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2670,34 +2660,32 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getInformations">GET</h4>
-               <p>Returns the informations of the group specified by the groupKey.</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#deleteCoursePermanently">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e657"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e299">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e661">application/xml, application/json (<abbr title="{http://www.example.com} groupInfoVO">ns3:groupInfoVO</abbr>)</a></li>
+                  <li><a href="#d2e302">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e303">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e671">/groups/{groupKey}/owners</h3>
+         <h3 id="d2e304">/repo/courses/{courseId}/runstructure</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2707,34 +2695,27 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getTutors">GET</h4>
-               <p>Returns the list of owners of the group specified by the groupKey.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e679"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#findRunStructureById">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e683">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
+                  <li><a href="#d2e307">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e693">/groups/{groupKey}/participants</h3>
+         <h3 id="d2e309">/repo/courses/{courseId}/editortreemodel</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2744,34 +2725,27 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getParticipants">GET</h4>
-               <p>Returns the list of participants of the group specified by the groupKey.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e701"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#findEditorTreeModelById">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e705">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
+                  <li><a href="#d2e312">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e715">/groups/{groupKey}/owners/{identityKey}</h3>
+         <h3 id="d2e313">/repo/courses/{courseId}/authors/{identityKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2781,14 +2755,12 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
@@ -2797,49 +2769,81 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The user's id</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addTutor">PUT</h4>
-               <p>Adds an owner to the group.</p>
+               <h4 id="http://www.example.com#getAuthor">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e726"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e317">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e318">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#addAuthor">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e730"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e321">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#removeAuthor">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e734"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e324">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e325">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e326">/repo/courses/{courseId}/authors</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#removeTutor">DELETE</h4>
-               <p>Removes the owner from the group.</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#addAuthors">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e741"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e329">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e330">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e745"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e332">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getAuthors">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e749"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e335">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e336">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e752">/groups/{groupKey}/participants/{identityKey}</h3>
+         <h3 id="d2e337">/repo/courses/{courseId}/tutors</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2849,71 +2853,83 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The id of the user</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addParticipant">PUT</h4>
-               <p>Adds a participant to the group.</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#addCoaches">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e763"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e340">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e341">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e767"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e343">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getTutors">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e771"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e346">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e347">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e348">/repo/courses/{courseId}/participants</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#removeParticipant">DELETE</h4>
-               <p>Removes a participant from the group.</p>
+               <h4 id="http://www.example.com#getParticipants">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e778"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e351">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e352">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-               <p><em>available response representations:</em></p>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#addParticipants">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e782"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e355">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e356">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e786"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e358">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e790">/groups/{groupKey}/forum</h3>
-         <p>Description:&lt;br&gt;
-            Web service to manage a forum.
-            
-            &lt;P&gt;
-            Initial Date:  20 apr. 2010 &lt;br&gt;
-         </p>
+         <h3 id="d2e359">/repo/courses/{courseId}/participants/{identityKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2923,38 +2939,36 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
                <td>
-                  <p>The key of the group</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getForum">GET</h4>
-               <p>Retrieves the forum.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e802"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e808">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#addParticipant">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e821"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e363">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e824">/groups/{groupKey}/forum/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h3 id="d2e364">/repo/courses/{courseId}/groups</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -2964,167 +2978,41 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getThreads">GET</h4>
-               <p>Retrieves the threads in the forum</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>orderBy</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
-                     </td>
-                     <td>
-                        <p>(value name,creationDate)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>asc</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td>
-                        <p>(value true/false)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e840"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e846">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e859"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
-               <p>Creates a new thread in the forum of the course node</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>title</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The title for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>body</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The body for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>authorKey</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td>
-                        <p>The author user key (optional)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e878"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#putNewGroup">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e884">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e367">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+                  <li><a href="#d2e368">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e897"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e370">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e371">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
-               <p>Creates a new thread in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e904">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e911"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e917">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getGroupList">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e930"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e374">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e375">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e933">/groups/{groupKey}/forum/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h3 id="d2e376">/repo/courses/{courseId}/groups/{groupKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -3134,101 +3022,54 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>threadKey</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the thread</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMessages">GET</h4>
-               <p>Retrieves the messages in the thread</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>orderBy</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
-                     </td>
-                     <td>
-                        <p>(value name, creationDate)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>asc</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td>
-                        <p>(value true/false)</p>
-                     </td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#getGroup">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e952"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e380">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#updateGroup">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e383">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e958">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+                  <li><a href="#d2e385">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#deleteGroup">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e971"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e388">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e974">/groups/{groupKey}/forum/posts/{messageKey}</h3>
+         <h3 id="d2e389">/repo/courses/{courseId}/groups/version</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -3238,131 +3079,111 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getVersion">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e392">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e393">/repo/courses/{courseId}/groups/{groupKey}/folder</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
             </tr>
             <tr>
                <td>
-                  <p><strong>messageKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
                <td>
-                  <p>The id of the reply message</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e982">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e995"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1001">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e397">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e398">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e399">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e400">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e401">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1014"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e404">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e405">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
+               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e1021">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-                  <li><a href="#d2e1022">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1026"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e408">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1032">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e413">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e414">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1045"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e417">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e418">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>title</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The title for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>body</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The body for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>authorKey</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td>
-                        <p>The author user key (optional)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1064"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e1070">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e421">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e422">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1083"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e424">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e425">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1086">/groups/{groupKey}/forum/posts/{messageKey}/attachments</h3>
+         <h3 id="d2e426">/repo/courses/{courseId}/groups/{groupKey}/folder/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -3372,99 +3193,109 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>messageKey</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>path</strong></p>
+               </td>
                <td>
-                  <p>The key of the message</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAttachments">GET</h4>
-               <p>Retrieves the attachments of the message</p>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1096"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e430">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e431">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e432">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e433">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e434">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1102">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e437">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e438">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e439">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
+               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e1109">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e442">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1115"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e447">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e448">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e449">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1121">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e452">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e453">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e454">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
+               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e1128">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e1129">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1133"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e457">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e458">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1139">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e460">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e461">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
+               <h4 id="http://www.example.com#putFolders">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1148"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e464">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e465">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1154">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e468">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e469">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1157">/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</h3>
+         <h3 id="d2e470">/repo/courses/{courseId}/groups/{groupKey}/folder/version</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -3474,56 +3305,36 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>filename</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The name of the attachment</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>messageKey</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The identity key of the user being searched</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAttachment">GET</h4>
-               <p>Retrieves the attachment of the message</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1170"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1176">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e473">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1179">/groups/{groupKey}/folder</h3>
+         <h3 id="d2e474">/repo/courses/{courseId}/groups/{groupKey}/folder/metadata/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -3533,79 +3344,13 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td></td>
             </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1183">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1184">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1185">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1186">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1187">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1190">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1191">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1194">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1199">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1200">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1203">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1204">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1207">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e1208">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1210">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1211">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e1212">/groups/{groupKey}/folder/{path:.*}</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
             <tr>
                <td>
                   <p><strong>groupKey</strong></p>
@@ -3628,80 +3373,23 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1216">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1217">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1218">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1219">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1220">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1223">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1224">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1225">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1228">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1233">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1234">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1235">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1238">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1239">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1240">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1243">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e1244">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1246">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1247">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFolders">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1250">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1251">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
+               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1254">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1255">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e478">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e479">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1256">/groups/{groupKey}/folder/version</h3>
+         <h3 id="d2e480">/repo/courses/{courseId}/groups/{groupKey}/forum</h3>
+         <p>Description:&lt;br&gt;
+            Web service to manage a forum.
+            
+            &lt;P&gt;
+            Initial Date:  20 apr. 2010 &lt;br&gt;
+         </p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -3709,6 +3397,15 @@
                <th>value</th>
                <th>description</th>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
             <tr>
                <td>
                   <p><strong>groupKey</strong></p>
@@ -3722,16 +3419,25 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
+               <h4 id="http://www.example.com#getForum">GET</h4>
+               <p>Retrieves the forum.</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e490">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e503"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1259">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e509"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1260">/groups/{groupKey}/folder/metadata/{path:.*}</h3>
+         <h3 id="d2e512">/repo/courses/{courseId}/groups/{groupKey}/forum/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -3741,7 +3447,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -3750,10 +3456,10 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>path</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td></td>
             </tr>
@@ -3761,61 +3467,8 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1264">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1265">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e1266">/groups/{groupKey}/wiki</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#exportWiki">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1272">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1273">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e1274">/repo/courses<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;managed</span><span class="optional">&amp;externalId</span><span class="optional">&amp;externalRef</span><span class="optional">&amp;repositoryEntryKey</span></h3>
-         <p>Description:&lt;br&gt;
-            This web service handles the courses.
-            
-            &lt;P&gt;
-            Initial Date:  27 apr. 2010 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getCourseList">GET</h4>
-               <p>Get all courses viewable by the authenticated user</p>
+               <h4 id="http://www.example.com#getThreads">GET</h4>
+               <p>Retrieves the threads in the forum</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -3845,66 +3498,45 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>managed</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p><strong>orderBy</strong></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
                      <td>
-                        <p><strong>externalId</strong></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>creationDate</tt></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>(value name,creationDate)</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>externalRef</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><strong>asc</strong></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
                      <td>
-                        <p><strong>repositoryEntryKey</strong></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>(value true/false)</p>
                      </td>
-                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1288">application/xml, application/json, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#createEmptyCourse">PUT</h4>
-               <p>Creates an empty course, or a copy from a course if the parameter copyFrom is set.</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1302">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)</a></li>
-                  <li><a href="#d2e1303">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)</a></li>
+                  <li><a href="#d2e528">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1307">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
+                  <li><a href="#d2e541"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1320"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#createEmptyCourse">PUT</h4>
-               <p>Creates an empty course, or a copy from a course if the parameter copyFrom is set.</p>
+               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
+               <p>Creates a new thread in the forum of the course node</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -3914,146 +3546,186 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>shortTitle</strong></p>
+                        <p><strong>title</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>title</strong></p>
-                     </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>The title for the first post in the thread</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>displayName</strong></p>
+                        <p><strong>body</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>softKey</strong></p>
-                     </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>The body for the first post in the thread</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>access</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p><strong>authorKey</strong></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
                      <td>
-                        <p><strong>membersOnly</strong></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>The author user key (optional)</p>
                      </td>
-                     <td></td>
+                  </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e566">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e579"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e585"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
+               <p>Creates a new thread in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e592">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e599">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e612"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e618"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e621">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>threadKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the thread</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getMessages">GET</h4>
+               <p>Retrieves the messages in the thread</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>externalId</strong></p>
+                        <p><strong>start</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>externalRef</strong></p>
+                        <p><strong>limit</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>managedFlags</strong></p>
+                        <p><strong>orderBy</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>sharedFolderSoftKey</strong></p>
+                        <p>Default: <tt>creationDate</tt></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>(value name, creationDate)</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>copyFrom</strong></p>
+                        <p><strong>asc</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td>
+                        <p>(value true/false)</p>
                      </td>
-                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1341">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
+                  <li><a href="#d2e640">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1354"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e653"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#importCourse">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1359">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1360">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e1361">/repo/courses/version</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>The version of the Course Web Service</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1366">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e659"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1376">/repo/courses/{courseId}</h3>
-         <p>Description:&lt;br&gt;
-            This web service will handle the functionality related to &lt;code&gt;Course&lt;/code&gt;
-            and its contents.
-            
-            &lt;P&gt;
-            Initial Date:  27 apr. 2010 &lt;br&gt;
-         </p>
+         <h3 id="d2e662">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4070,41 +3742,131 @@
                </td>
                <td></td>
             </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#deleteCourse">DELETE</h4>
-               <p>Delete a course by id</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1386"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1392"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1398"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The id of the reply message</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e670">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e683">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e696"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e702"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#findById">GET</h4>
-               <p>Get the metadatas of the course by id</p>
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e709">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+                  <li><a href="#d2e710">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e714">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e727"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e733"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>title</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The title for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>body</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The body for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>authorKey</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td>
+                        <p>The author user key (optional)</p>
+                     </td>
+                  </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e752">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1407"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1413">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
+                  <li><a href="#d2e771"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1423">/repo/courses/{courseId}/configuration</h3>
+         <h3 id="d2e774">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4123,58 +3885,97 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
                <td>
-                  <p>The course resourceable's id</p>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the message</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getConfiguration">GET</h4>
-               <p>Get the configuration of the course</p>
+               <h4 id="http://www.example.com#getAttachments">GET</h4>
+               <p>Retrieves the attachments of the message</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e784">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1433"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e790"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e797">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1439">application/xml, application/json (<abbr title="{http://www.example.com} courseConfigVO">ns3:courseConfigVO</abbr>)</a></li>
+                  <li><a href="#d2e803">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1452"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e809"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#updateConfiguration">POST</h4>
-               <p>Update the course configuration</p>
+               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e1459">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e816">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e817">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e821">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1481"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e827"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1487">application/xml, application/json (<abbr title="{http://www.example.com} courseConfigVO">ns3:courseConfigVO</abbr>)</a></li>
+                  <li><a href="#d2e836">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1500"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e842"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1503">/repo/courses/{courseId}/authors</h3>
+         <h3 id="d2e845">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4191,29 +3992,57 @@
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The identity key of the user being searched</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>filename</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The name of the attachment</p>
+               </td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAuthors">GET</h4>
-               <p>Get all owners and authors of the course</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1510"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getAttachment">GET</h4>
+               <p>Retrieves the attachment of the message</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1516">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
+                  <li><a href="#d2e858">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1522"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e864"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1525">/repo/courses/{courseId}/version</h3>
+         <h3 id="d2e867">/repo/courses/{courseId}/calendar</h3>
+         <p>Initial date: 23.12.2015&lt;br&gt;</p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4232,19 +4061,10 @@
             </tr>
          </table>
          <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>The version of the Course Web Service</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1530">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
+         <div class="methods"></div>
       </div>
       <div class="resource">
-         <h3 id="d2e1540">/repo/courses/{courseId}/file</h3>
+         <h3 id="d2e870">/repo/courses/{courseId}/calendar/events<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;onlyFuture</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4265,25 +4085,81 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getRepoFileById">GET</h4>
-               <p>Export the course</p>
+               <h4 id="http://www.example.com#getEventsByCalendar">GET</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>onlyFuture</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e877">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e878">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putEventsByCalendar">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e881">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e882">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1553">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e884">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e885">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postEventsByCalendar">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e888">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e889">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1559"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e891">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e892">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1562">/repo/courses/{courseId}/runstructure</h3>
+         <h3 id="d2e893">/repo/courses/{courseId}/calendar/events/{eventId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4300,29 +4176,30 @@
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>eventId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#findRunStructureById">GET</h4>
-               <p>Get the runstructure of the course by id</p>
+               <h4 id="http://www.example.com#deleteEventByCalendar">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1569"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1575">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1581"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e897">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e898">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1584">/repo/courses/{courseId}/editortreemodel</h3>
+         <h3 id="d2e899">/repo/courses/{courseId}/calendar/event</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4343,25 +4220,37 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#findEditorTreeModelById">GET</h4>
-               <p>Get the editor tree model of the course by id</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#putEventByCalendar">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e1591"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e902">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+                  <li><a href="#d2e903">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1597">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e905">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e906">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postEventByCalendar">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e909">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e910">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+                  <li><a href="#d2e911">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1603"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e913">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e914">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1606">/repo/courses/{courseId}/authors/{identityKey}</h3>
+         <h3 id="d2e915">/repo/courses/{courseId}/vitero/{subIdentifier}</h3>
+         <p>Initial date: 14.07.2015&lt;br&gt;</p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4380,70 +4269,54 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><strong>subIdentifier</strong></p>
                </td>
                <td>
-                  <p>The user identifier</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAuthor">GET</h4>
-               <p>Get this specific author and owner of the course</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1616"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1622">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getRooms">GET</h4>
+               <p>returns the list of booking of the resource.</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1628"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e925">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#addAuthor">PUT</h4>
-               <p>Add an owner and author to the course</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1637"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#createRoom">PUT</h4>
+               <p>Return the created or updated booking</p>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e1643"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e939">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+                  <li><a href="#d2e940">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1649"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e944">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#removeAuthor">DELETE</h4>
-               <p>Remove an owner and author to the course</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1658"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#updateRoom">POST</h4>
+               <p>Return the created or updated booking</p>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e1664"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e958">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+                  <li><a href="#d2e959">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1670"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e963">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1674">/repo/courses/{courseId}/tutors/{identityKey}</h3>
+         <h3 id="d2e973">/repo/courses/{courseId}/vitero/{subIdentifier}/{bookingId}/members</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4462,38 +4335,54 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>subIdentifier</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>bookingId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                </td>
                <td>
-                  <p>The user identifier</p>
+                  <p>The id of the booking</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addCoach">PUT</h4>
-               <p>Add a coach to the course</p>
+               <h4 id="http://www.example.com#getMembers">GET</h4>
+               <p>Returns the list of members of the booking.</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1684"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e983">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)</a></li>
                </ul>
-               <p><em>available response representations:</em></p>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#addMembers">POST</h4>
+               <p>Update the list of members of the booking, it add and mutates the
+                  members and delete the missing members.
+               </p>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e1690"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e997">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e998">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1696"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1002">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)</a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1699">/repo/courses/{courseId}/tutors</h3>
+         <h3 id="d2e1012">/repo/courses/{courseId}/vitero/{subIdentifier}/{bookingId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4510,29 +4399,40 @@
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>subIdentifier</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>bookingId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+               </td>
+               <td></td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getTutors">GET</h4>
-               <p>Get all coaches of the course (don't follow the groups)</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1706"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1712">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#deleteRoom">DELETE</h4>
+               <p>Delete the booking</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1718"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1020"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1721">/repo/courses/{courseId}/participants</h3>
+         <h3 id="d2e1023">/repo/courses/{courseId}/gotomeeting/{subIdentifier}</h3>
+         <p>Initial date: 24.03.2016&lt;br&gt;</p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4549,29 +4449,21 @@
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>subIdentifier</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
          </table>
          <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getParticipants">GET</h4>
-               <p>Get all participants of the course (don't follow the groups)</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1728"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1734">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1740"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
+         <div class="methods"></div>
       </div>
       <div class="resource">
-         <h3 id="d2e1743">/repo/courses/{courseId}/participants/{identityKey}</h3>
+         <h3 id="d2e1027">/repo/courses/{courseId}/gotomeeting/{subIdentifier}/trainings</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4590,38 +4482,54 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><strong>subIdentifier</strong></p>
                </td>
                <td>
-                  <p>The user identifier</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addParticipant">PUT</h4>
-               <p>Add an participant to the course</p>
+               <h4 id="http://www.example.com#getTrainings">GET</h4>
+               <p>returns the list of booking of the resource.</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1753"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1034">application/xml, application/json (<abbr title="{http://www.example.com} goToTrainingVO">ns3:goToTrainingVO</abbr>)</a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#createTraining">PUT</h4>
+               <p>Return the created or updated training</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1048">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)</a></li>
+                  <li><a href="#d2e1049">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1759"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1053">application/xml, application/json (<abbr title="{http://www.example.com} goToTrainingVO">ns3:goToTrainingVO</abbr>)</a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#updateTraining">POST</h4>
+               <p>Return the created or updated training</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1067">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)</a></li>
+                  <li><a href="#d2e1068">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1072">application/xml, application/json (<abbr title="{http://www.example.com} goToTrainingVO">ns3:goToTrainingVO</abbr>)</a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1768">/repo/courses/{courseId}/resource</h3>
+         <h3 id="d2e1082">/repo/courses/{courseId}/gotomeeting/{subIdentifier}//trainings/{trainingKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4638,21 +4546,57 @@
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>subIdentifier</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>trainingKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getOlatResource">GET</h4>
+               <h4 id="http://www.example.com#deleteTraining">DELETE</h4>
+               <p>Delete the training</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1090"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e1093">/i18n</h3>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e1094">/i18n/version</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1771">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e1772">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1097">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1773">/repo/courses/{courseId}/publish<span class="optional">?locale</span><span class="optional">&amp;access</span><span class="optional">&amp;membersOnly</span></h3>
+         <h3 id="d2e1098">/i18n/{package}/{key}<span class="optional">?locale</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4662,10 +4606,19 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>package</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>key</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
@@ -4673,8 +4626,7 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#publishCourse">POST</h4>
-               <p>Publish the course.</p>
+               <h4 id="http://www.example.com#getTranslation">GET</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -4691,47 +4643,21 @@
                      </td>
                      <td></td>
                   </tr>
-                  <tr>
-                     <td>
-                        <p><strong>access</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>membersOnly</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1784"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1790">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1803"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1105">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1806">/repo/courses/{courseId}/groups</h3>
+         <h3 id="d2e1106">/repo/courses/{courseId}/elements/contact<span class="optional">?parentNodeId</span><span class="optional">&amp;position</span><span class="optional">&amp;shortTitle</span><span class="optional">&amp;longTitle</span><span class="optional">&amp;objectives</span><span class="optional">&amp;visibilityExpertRules</span><span class="optional">&amp;accessExpertRules</span><span class="optional">&amp;coaches</span><span class="optional">&amp;participants</span><span class="optional">&amp;groups</span><span class="optional">&amp;areas</span><span class="optional">&amp;to</span><span class="optional">&amp;defaultSubject</span><span class="optional">&amp;defaultBody</span></h3>
          <p>Description:&lt;br&gt;
-            CourseGroupWebService
+            This handles the contact building block.
             
             &lt;P&gt;
-            Initial Date:  7 apr. 2010 &lt;br&gt;
+            Initial Date:  10 mai 2010 &lt;br&gt;
          </p>
          <h6>resource-wide template parameters</h6>
          <table>
@@ -4753,120 +4679,247 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getGroupList">GET</h4>
-               <p>Lists all learn groups of the specified course.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1813"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1817">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putNewGroup">PUT</h4>
-               <p>Creates a new group for the course.</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1831">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-                  <li><a href="#d2e1832">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1834">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1845"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e1848">/repo/courses/{courseId}/groups/{groupKey}</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The group's id</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getGroup">GET</h4>
-               <p>Retrieves the metadata of the specified group.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1856"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1860">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#deleteGroup">DELETE</h4>
-               <p>Deletes the business group specified by the key of the group.</p>
+               <h4 id="http://www.example.com#attachContact">PUT</h4>
+               <p>This attaches a contact element onto a given course, the element will be
+                  inserted underneath the supplied parentNodeId
+               </p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>parentNodeId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The node's id which will be the parent of this structure</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td>
+                        <p>The node's position relative to its sibling nodes (optional)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>shortTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td>
+                        <p>The node short title</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td>
+                        <p>The node long title</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td>
+                        <p>The node learning objectives</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The rules to view the node (optional)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The rules to access the node (optional)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>coaches</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td>
+                        <p>Send to coaches (true/false)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>participants</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td>
+                        <p>Send to participants (true/false)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>groups</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>A list of learning groups (list of keys)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>areas</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>A list of learning areas (list of keys)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>to</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The list of e-mail address</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>defaultSubject</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The default subject</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>defaultBody</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The default body text</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1874"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1160">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1878"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1173"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1882"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1179"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#updateGroup">POST</h4>
-               <p>Updates the metadata for the specified group.</p>
+               <h4 id="http://www.example.com#attachContactPost">POST</h4>
+               <p>This attaches a contact element onto a given course, the element will be
+                  inserted underneath the supplied parentNodeId
+               </p>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e1889">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+                  <li><a href="#d2e1186">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1891"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1209">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1895">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
+                  <li><a href="#d2e1222"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1906"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1228"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e1231">/repo/courses/{courseId}/assessments</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getCourseResults">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1235">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1236">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1909">/repo/courses/{courseId}/groups/version</h3>
+         <h3 id="d2e1237">/repo/courses/{courseId}/assessments/version</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4888,22 +4941,15 @@
          <div class="methods">
             <div class="method">
                <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>Retrieves the version of the Course Group Web Service.</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1914">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1240">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1924">/repo/courses/{courseId}/groups/{groupKey}/forum</h3>
-         <p>Description:&lt;br&gt;
-            Web service to manage a forum.
-            
-            &lt;P&gt;
-            Initial Date:  20 apr. 2010 &lt;br&gt;
-         </p>
+         <h3 id="d2e1241">/repo/courses/{courseId}/assessments/users/{identityKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4922,38 +4968,37 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
                <td>
-                  <p>The key of the group</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getForum">GET</h4>
-               <p>Retrieves the forum.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1936"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1942">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getCourseResultsOf">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e1955"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1246">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1247">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e1958">/repo/courses/{courseId}/groups/{groupKey}/forum/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h3 id="d2e1248">/repo/courses/{courseId}/assessments/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -4972,167 +5017,49 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
                <td>
-                  <p>The key of the group</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getThreads">GET</h4>
-               <p>Retrieves the threads in the forum</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>orderBy</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
-                     </td>
-                     <td>
-                        <p>(value name,creationDate)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>asc</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td>
-                        <p>(value true/false)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1974"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1980">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e1993"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
-               <p>Creates a new thread in the forum of the course node</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>title</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The title for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>body</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The body for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>authorKey</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td>
-                        <p>The author user key (optional)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2012"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2018">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getAssessableResults">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2031"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1253">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1254">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
-               <p>Creates a new thread in the forum of the course node</p>
+               <h4 id="http://www.example.com#postAssessableResults">POST</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e2038">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2045"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2051">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e1257">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)</a></li>
+                  <li><a href="#d2e1258">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2064"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1260">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2067">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h3 id="d2e1261">/repo/courses/{courseId}/assessments/{nodeId}/users/{identityKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -5151,101 +5078,64 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>threadKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
                <td>
-                  <p>The key of the thread</p>
+                  <p><strong>nodeId</strong></p>
                </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMessages">GET</h4>
-               <p>Retrieves the messages in the thread</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>orderBy</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
-                     </td>
-                     <td>
-                        <p>(value name, creationDate)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>asc</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td>
-                        <p>(value true/false)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2086"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getCourseNodeResultsForNode">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2092">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+                  <li><a href="#d2e1267">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1268">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e1269">/repo/courses/{courseId}/elements</h3>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e1270">/repo/courses/{courseId}/elements/version</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2105"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1273">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2108">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}</h3>
+         <h3 id="d2e1274">/repo/courses/{courseId}/elements/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -5264,73 +5154,97 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
-                  <p>The key of the group</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getCourseNode">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1279">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1280">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e1281">/repo/courses/{courseId}/elements/structure/{nodeId}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
             </tr>
             <tr>
                <td>
-                  <p><strong>messageKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
                <td>
-                  <p>The id of the reply message</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2116">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2129"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2135">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#updateStructure">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2148"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1286">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1287">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2155">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-                  <li><a href="#d2e2156">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2160"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2166">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e1288">/repo/courses/{courseId}/elements/structure</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#attachStructurePostMultiparts">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2179"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1292">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1293">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
+               <h4 id="http://www.example.com#attachStructure">PUT</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -5340,55 +5254,91 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>title</strong></p>
+                        <p><strong>parentNodeId</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>position</strong></p>
+                     </td>
                      <td>
-                        <p>The title for the first post in the thread</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>body</strong></p>
+                        <p><strong>shortTitle</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
                      </td>
                      <td>
-                        <p>The body for the first post in the thread</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>authorKey</strong></p>
+                        <p><strong>objectives</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
                      <td>
-                        <p>The author user key (optional)</p>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>displayType</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>toc</tt></p>
+                     </td>
+                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2198"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2204">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2217"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1305">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1306">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2220">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments</h3>
+         <h3 id="d2e1307">/repo/courses/{courseId}/elements/singlepage/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -5407,99 +5357,179 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
-                  <p>The key of the group</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#updateSinglePage">POST</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1312">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1313">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e1314">/repo/courses/{courseId}/elements/singlepage</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
             </tr>
             <tr>
                <td>
-                  <p><strong>messageKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the message</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAttachments">GET</h4>
-               <p>Retrieves the attachments of the message</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#attachSinglePagePost">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e2230"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1318">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2236">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1329">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1330">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2243">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2249"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#attachSinglePagePost">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2255">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1333">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1334">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2262">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e2263">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2267"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#attachSinglePage">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2273">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1337">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1338">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2282"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#attachSinglePage">PUT</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>parentNodeId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>shortTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>filename</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>path</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2288">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1351">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1352">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2291">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</h3>
+         <h3 id="d2e1353">/repo/courses/{courseId}/elements/task/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -5518,56 +5548,32 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The key of the group</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>filename</strong></p>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
-               <td>
-                  <p>The name of the attachment</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>messageKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The identity key of the user being searched</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAttachment">GET</h4>
-               <p>Retrieves the attachment of the message</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#updateTask">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e2304"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1358">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2310">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1367">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1368">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2313">/repo/courses/{courseId}/groups/{groupKey}/folder</h3>
+         <h3 id="d2e1369">/repo/courses/{courseId}/elements/task</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -5584,74 +5590,125 @@
                </td>
                <td></td>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2317">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2318">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2319">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2320">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2321">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2324">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2325">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
+               <h4 id="http://www.example.com#attachTaskPost">POST</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e2328">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2333">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2334">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1373">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2337">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2338">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1384">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1385">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2341">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e2342">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#attachTask">PUT</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>parentNodeId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>shortTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>text</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>points</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2344">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2345">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1398">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1399">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2346">/repo/courses/{courseId}/groups/{groupKey}/folder/{path:.*}</h3>
+         <h3 id="d2e1400">/repo/courses/{courseId}/elements/test/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -5670,16 +5727,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>path</strong></p>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -5690,80 +5738,21 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2350">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2351">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2352">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2353">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2354">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2357">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2358">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2359">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2362">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2367">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2368">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2369">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2372">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2373">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2374">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
+               <h4 id="http://www.example.com#updateTest">POST</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e2377">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e2378">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2380">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2381">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFolders">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2384">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2385">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1405">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2388">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2389">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1413">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1414">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2390">/repo/courses/{courseId}/groups/{groupKey}/folder/version</h3>
+         <h3 id="d2e1415">/repo/courses/{courseId}/elements/test</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -5780,121 +5769,23 @@
                </td>
                <td></td>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
+               <h4 id="http://www.example.com#attachTestPost">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1419">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2393">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1429">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1430">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2394">/repo/courses/{courseId}/groups/{groupKey}/folder/metadata/{path:.*}</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>path</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2398">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2399">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2400">/repo/courses/{courseId}/calendar</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods"></div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2401">/repo/courses/{courseId}/calendar/events<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;onlyFuture</span></h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getEventsByCalendar">GET</h4>
+               <h4 id="http://www.example.com#attachTest">PUT</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -5904,72 +5795,90 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>start</strong></p>
+                        <p><strong>parentNodeId</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>limit</strong></p>
+                        <p><strong>position</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>onlyFuture</strong></p>
+                        <p><strong>shortTitle</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>testResourceableId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2408">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2409">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putEventByCalendar">PUT</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2412">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
-                  <li><a href="#d2e2413">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2415">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2416">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postEventByCalendar">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2419">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2420">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
-                  <li><a href="#d2e2421">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2423">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2424">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1442">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1443">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2425">/repo/courses/{courseId}/calendar/events/{eventId}</h3>
+         <h3 id="d2e1444">/repo/courses/{courseId}/elements/assessment/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -5988,7 +5897,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>eventId</strong></p>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -5999,17 +5908,21 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#deleteEventByCalendar">DELETE</h4>
+               <h4 id="http://www.example.com#updateAssessment">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1449">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2429">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2430">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1456">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1457">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2431">/repo/courses/{courseId}/vitero/{subIdentifier}</h3>
+         <h3 id="d2e1459">/repo/courses/{courseId}/elements/assessment</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -6026,56 +5939,107 @@
                </td>
                <td></td>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>subIdentifier</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getRooms">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2435">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2436">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#createRoom">PUT</h4>
+               <h4 id="http://www.example.com#attachAssessmentPost">POST</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e2439">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
-                  <li><a href="#d2e2440">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+                  <li><a href="#d2e1463">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2442">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2443">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1472">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1473">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#updateRoom">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2446">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
-                  <li><a href="#d2e2447">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#attachAssessment">PUT</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>parentNodeId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>shortTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2449">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2450">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1484">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1485">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2451">/repo/courses/{courseId}/vitero/{subIdentifier}/{bookingId}/members</h3>
+         <h3 id="d2e1486">/repo/courses/{courseId}/elements/wiki/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -6094,50 +6058,32 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>subIdentifier</strong></p>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>bookingId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-               </td>
-               <td></td>
-            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMembers">GET</h4>
+               <h4 id="http://www.example.com#updateWiki">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1491">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2455">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2456">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#addMembers">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2459">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2460">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2462">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2463">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1499">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1500">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2464">/repo/courses/{courseId}/vitero/{subIdentifier}/{bookingId}</h3>
+         <h3 id="d2e1501">/repo/courses/{courseId}/elements/wiki<span class="optional">?parentNodeId</span><span class="optional">&amp;position</span><span class="optional">&amp;shortTitle</span><span class="optional">&amp;longTitle</span><span class="optional">&amp;objectives</span><span class="optional">&amp;visibilityExpertRules</span><span class="optional">&amp;accessExpertRules</span><span class="optional">&amp;wikiResourceableId</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -6154,73 +6100,195 @@
                </td>
                <td></td>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>subIdentifier</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>bookingId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-               </td>
-               <td></td>
-            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#deleteRoom">DELETE</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2468">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e2469">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2470">/ping</h3>
-         <p>Description:&lt;br&gt;
-            Ping to test the presence of the REST Api
-            
-            &lt;P&gt;
-            Initial Date:  7 apr. 2010 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#ping">GET</h4>
-               <p>Return a string</p>
+               <h4 id="http://www.example.com#attachWikiPost">POST</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>parentNodeId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>shortTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>wikiResourceableId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2477">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1514">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1515">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2487">/ping/version</h3>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>The version of the Ping Web Service</p>
+               <h4 id="http://www.example.com#attachWiki">PUT</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>parentNodeId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>shortTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>wikiResourceableId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2492">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1527">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1528">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2502">/ping/{name}</h3>
+         <h3 id="d2e1529">/repo/courses/{courseId}/elements/blog/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -6230,7 +6298,16 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>name</strong></p>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -6241,44 +6318,21 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#ping">POST</h4>
-               <p>Return a string</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#updateBlog">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e2508">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1534">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2518">/repo/courses/{courseId}/resourcefolders</h3>
-         <p>Description:&lt;br&gt;
-            This will handle the resources folders in the course: the course storage folder
-            and the shared folder. The course folder has a read-write access but the shared
-            folder can only be read.
-            
-            &lt;P&gt;
-            Initial Date:  26 apr. 2010 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods"></div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2521">/repo/courses/{courseId}/resourcefolders/version</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>The version of the resources folders Web Service</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2526">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1542">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1543">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2536">/repo/courses/{courseId}/resourcefolders/coursefolder/{path:.*}</h3>
+         <h3 id="d2e1544">/repo/courses/{courseId}/elements/blog<span class="optional">?parentNodeId</span><span class="optional">&amp;position</span><span class="optional">&amp;shortTitle</span><span class="optional">&amp;longTitle</span><span class="optional">&amp;objectives</span><span class="optional">&amp;visibilityExpertRules</span><span class="optional">&amp;accessExpertRules</span><span class="optional">&amp;repoEntry</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -6288,19 +6342,10 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>path</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td></td>
             </tr>
@@ -6308,65 +6353,191 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getCourseFiles">GET</h4>
-               <p>This retrieves the files in the course folder</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2543"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2551"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#attachFileToFolderPost">POST</h4>
-               <p>This attaches the uploaded file(s) to the supplied folder id.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2558"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2562"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2566"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#attachBlogPost">POST</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>parentNodeId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>shortTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>repoEntry</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2570"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1557">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1558">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#attachFileToFolder">PUT</h4>
-               <p>This attaches the uploaded file(s) to the supplied folder id at the root level</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2577"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2581"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2585"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#attachBlog">PUT</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>parentNodeId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>shortTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>repoEntry</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2589"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1570">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1571">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2592">/repo/courses/{courseId}/resourcefolders/coursefolder</h3>
+         <h3 id="d2e1572">/repo/courses/{courseId}/elements/survey/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -6383,69 +6554,34 @@
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getCourseFiles">GET</h4>
-               <p>This retrieves the files in the course folder</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2598"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2602"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2606"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#attachFileToFolderPost">POST</h4>
-               <p>This attaches the uploaded file(s) to the supplied folder id.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2613"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2617"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2621"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2625"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#attachFileToFolder">PUT</h4>
-               <p>This attaches the uploaded file(s) to the supplied folder id at the root level</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2632"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2636"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#attachSurveyPost">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e2640"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1577">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2644"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1585">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1586">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2647">/repo/courses/{courseId}/resourcefolders/sharedfolder</h3>
+         <h3 id="d2e1587">/repo/courses/{courseId}/elements/survey<span class="optional">?parentNodeId</span><span class="optional">&amp;position</span><span class="optional">&amp;shortTitle</span><span class="optional">&amp;longTitle</span><span class="optional">&amp;objectives</span><span class="optional">&amp;visibilityExpertRules</span><span class="optional">&amp;accessExpertRules</span><span class="optional">&amp;surveyResourceableId</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -6460,120 +6596,13 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable's id</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getSharedFiles">GET</h4>
-               <p>This retrieves the files in the shared folder</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2655"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2659"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2663"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2666">/repo/courses/{courseId}/resourcefolders/sharedfolder/{path:.*}</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>path</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The course resourceable's id</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getSharedFiles">GET</h4>
-               <p>This retrieves the files in the shared folder</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2675"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2679"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2683"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2686">/auth</h3>
-         <p>Description:&lt;br&gt;
-            Authenticate against OLAT Provider
-            
-            &lt;P&gt;
-            Initial Date:  7 apr. 2010 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods"></div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2689">/auth/{username}<span class="optional">?password</span><span class="optional">&amp;x-olat-token</span></h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>username</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#login">GET</h4>
-               <p>Authenticates against OLAT Provider and provides a security token if
-                  authentication is successful. The security token is returned as
-                  a header named X-OLAT-TOKEN. Given that the password is sent in clear text and not encrypted, it is not advisable 
-                  to use this service over a none secure connection (https).
-               </p>
+               <h4 id="http://www.example.com#attachSurveyPost">POST</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -6583,7 +6612,7 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>password</strong></p>
+                        <p><strong>parentNodeId</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -6592,113 +6621,79 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>x-olat-token</strong></p>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>shortTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
+                  <tr>
+                     <td>
+                        <p><strong>surveyResourceableId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2698"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2702">text/plain, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2713"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2716">/auth/version</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>Retrieves the version of the User Authentication Web Service</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2721">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2731">/repo/courses/{courseId}/elements/forum</h3>
-         <p>Description:&lt;br&gt;
-            REST API implementation for forum course node 
-            
-            &lt;P&gt;
-            Initial Date:  20.12.2010 &lt;br&gt;
-         </p>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#attachForumPost">POST</h4>
-               <p>This attaches a Forum Element onto a given course. The element will be
-                  inserted underneath the supplied parentNodeId.
-               </p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2739">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2753"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2759">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2772"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#getForums">GET</h4>
-               <p>Retrieves metadata of the published course node</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2781"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2787">application/xml, application/json (<abbr title="{http://www.example.com} forumVOes">ns3:forumVOes</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2800"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1600">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1601">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#attachForum">PUT</h4>
-               <p>This attaches a Forum Element onto a given course. The element will be
-                  inserted underneath the supplied parentNodeId.
-               </p>
+               <h4 id="http://www.example.com#attachSurvey">PUT</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -6774,49 +6769,24 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>moderatorExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>posterExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>readerExpertRules</strong></p>
+                        <p><strong>surveyResourceableId</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2820"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2826">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2839"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1613">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1614">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2842">/repo/courses/{courseId}/elements/forum/{nodeId}/thread<span class="optional">?title</span><span class="optional">&amp;body</span><span class="optional">&amp;identityName</span><span class="optional">&amp;sticky</span></h3>
+         <h3 id="d2e1615">/repo/courses/{courseId}/elements/externalpage/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -6826,23 +6796,47 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>parentNodeId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
-                  <p>The id of the course node.</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#updateExternalPage">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1620">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1628">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1629">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e1630">/repo/courses/{courseId}/elements/externalpage<span class="optional">?parentNodeId</span><span class="optional">&amp;position</span><span class="optional">&amp;shortTitle</span><span class="optional">&amp;longTitle</span><span class="optional">&amp;objectives</span><span class="optional">&amp;visibilityExpertRules</span><span class="optional">&amp;accessExpertRules</span><span class="optional">&amp;url</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
             </tr>
             <tr>
                <td>
@@ -6851,16 +6845,13 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The id of the course.</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
-               <p>Creates a new thread in the forum of the course node</p>
+               <h4 id="http://www.example.com#attachExternalPagePost">POST</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -6870,110 +6861,88 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>title</strong></p>
+                        <p><strong>parentNodeId</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
                      <td>
-                        <p>The title for the first post in the thread</p>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>body</strong></p>
+                        <p><strong>shortTitle</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
                      <td>
-                        <p>The body for the first post in the thread</p>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>identityName</strong></p>
+                        <p><strong>objectives</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
                      </td>
                      <td>
-                        <p>The author identity name (optional)</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>sticky</strong></p>
+                        <p><strong>accessExpertRules</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>url</strong></p>
                      </td>
                      <td>
-                        <p>Creates sticky thread.</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2868"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2874">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2887"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1643">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1644">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e2890">/repo/courses/{courseId}/elements/forum/{nodeId}/message<span class="optional">?parentMessageId</span><span class="optional">&amp;title</span><span class="optional">&amp;body</span><span class="optional">&amp;identityName</span></h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The id of the course node.</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The id of the course.</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#newMessageToForum">PUT</h4>
-               <p>Creates a new forum message in the forum of the course node</p>
+               <h4 id="http://www.example.com#attachExternalPage">PUT</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -6983,66 +6952,90 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>parentMessageId</strong></p>
+                        <p><strong>parentNodeId</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
                      <td>
-                        <p>The id of the parent message.</p>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>title</strong></p>
+                        <p><strong>shortTitle</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
                      <td>
-                        <p>The title for the first post in the thread</p>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>body</strong></p>
+                        <p><strong>objectives</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
                      </td>
                      <td>
-                        <p>The body for the first post in the thread</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>identityName</strong></p>
+                        <p><strong>accessExpertRules</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
                      <td>
-                        <p>The author identity name (optional)</p>
+                        <p><strong>url</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2916"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2922">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2935"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1656">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1657">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2938">/repo/courses/{courseId}/elements/forum/{nodeId}</h3>
+         <h3 id="d2e1658">/repo/courses/{courseId}/elements/task/{nodeId}/file</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -7066,50 +7059,31 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
-               <td>
-                  <p>The node's id</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The course resourceable's id</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getForum">GET</h4>
-               <p>Retrieves metadata of the published course node</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2951"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#attachTaskFilePost">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2957">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+                  <li><a href="#d2e1663">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1664">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#attachTaskFile">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e2970"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1667">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1668">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e2973">/repo/courses/{courseId}/elements/forum/{nodeId}/forum</h3>
-         <p>Description:&lt;br&gt;
-            Web service to manage a forum.
-            
-            &lt;P&gt;
-            Initial Date:  20 apr. 2010 &lt;br&gt;
-         </p>
+         <h3 id="d2e1669">/repo/courses/{courseId}/elements/task/{nodeId}/configuration<span class="optional">?enableAssignment</span><span class="optional">&amp;taskAssignmentType</span><span class="optional">&amp;taskAssignmentText</span><span class="optional">&amp;enableTaskPreview</span><span class="optional">&amp;enableTaskDeselect</span><span class="optional">&amp;onlyOneUserPerTask</span><span class="optional">&amp;enableDropbox</span><span class="optional">&amp;enableDropboxConfirmationMail</span><span class="optional">&amp;dropboxConfirmationText</span><span class="optional">&amp;enableReturnbox</span><span class="optional">&amp;enableScoring</span><span class="optional">&amp;grantScoring</span><span class="optional">&amp;scoreMin</span><span class="optional">&amp;scoreMax</span><span class="optional">&amp;grantPassing</span><span class="optional">&amp;scorePassingThreshold</span><span class="optional">&amp;enableCommentField</span><span class="optional">&amp;commentForUser</span><span class="optional">&amp;commentForCoaches</span><span class="optional">&amp;enableSolution</span><span class="optional">&amp;accessExpertRuleTask</span><span class="optional">&amp;accessExpertRuleDropbox</span><span class="optional">&amp;accessExpertRuleReturnbox</span><span class="optional">&amp;accessExpertRuleScoring</span><span class="optional">&amp;accessExpertRuleSolution</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -7126,15 +7100,6 @@
                </td>
                <td></td>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
             <tr>
                <td>
                   <p><strong>nodeId</strong></p>
@@ -7148,65 +7113,7 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getForum">GET</h4>
-               <p>Retrieves the forum.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2984"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e2990">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3003"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3006">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getThreads">GET</h4>
-               <p>Retrieves the threads in the forum</p>
+               <h4 id="http://www.example.com#addTaskConfigurationPost">POST</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -7216,355 +7123,238 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>start</strong></p>
+                        <p><strong>enableAssignment</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>limit</strong></p>
+                        <p><strong>taskAssignmentType</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>orderBy</strong></p>
+                        <p><strong>taskAssignmentText</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
-                     </td>
-                     <td>
-                        <p>(value name,creationDate)</p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>asc</strong></p>
+                        <p><strong>enableTaskPreview</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>enableTaskDeselect</strong></p>
                      </td>
                      <td>
-                        <p>(value true/false)</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3022"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3028">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3041"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
-               <p>Creates a new thread in the forum of the course node</p>
-               <h6>request query parameters</h6>
-               <table>
                   <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
+                     <td>
+                        <p><strong>onlyOneUserPerTask</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>title</strong></p>
+                        <p><strong>enableDropbox</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>enableDropboxConfirmationMail</strong></p>
                      </td>
                      <td>
-                        <p>The title for the first post in the thread</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>body</strong></p>
+                        <p><strong>dropboxConfirmationText</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
-                     <td>
-                        <p>The body for the first post in the thread</p>
-                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>authorKey</strong></p>
+                        <p><strong>enableReturnbox</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
                      <td>
-                        <p>The author user key (optional)</p>
+                        <p><strong>enableScoring</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3060"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3066">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3079"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
-               <p>Creates a new thread in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3086">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3093"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3099">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3112"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3115">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>threadKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The key of the thread</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getMessages">GET</h4>
-               <p>Retrieves the messages in the thread</p>
-               <h6>request query parameters</h6>
-               <table>
                   <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
+                     <td>
+                        <p><strong>grantScoring</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>start</strong></p>
+                        <p><strong>scoreMin</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>limit</strong></p>
+                        <p><strong>scoreMax</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>orderBy</strong></p>
+                        <p><strong>grantPassing</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>scorePassingThreshold</strong></p>
                      </td>
                      <td>
-                        <p>(value name, creationDate)</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>asc</strong></p>
+                        <p><strong>enableCommentField</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
                      <td>
-                        <p>(value true/false)</p>
+                        <p><strong>commentForUser</strong></p>
                      </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3134"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3140">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3153"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3156">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>messageKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The id of the reply message</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3164">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3177"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3183">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3196"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3203">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-                  <li><a href="#d2e3204">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3208"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3214">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>commentForCoaches</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>enableSolution</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRuleTask</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRuleDropbox</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRuleReturnbox</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRuleScoring</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRuleSolution</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3227"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1702">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1703">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
+               <h4 id="http://www.example.com#addTaskConfiguration">PUT</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -7574,327 +7364,160 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>title</strong></p>
+                        <p><strong>enableAssignment</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>taskAssignmentType</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
                      <td>
-                        <p>The title for the first post in the thread</p>
+                        <p><strong>taskAssignmentText</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>body</strong></p>
+                        <p><strong>enableTaskPreview</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>enableTaskDeselect</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>onlyOneUserPerTask</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>enableDropbox</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>enableDropboxConfirmationMail</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>dropboxConfirmationText</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
                      <td>
-                        <p>The body for the first post in the thread</p>
+                        <p><strong>enableReturnbox</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>authorKey</strong></p>
+                        <p><strong>enableScoring</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>grantScoring</strong></p>
                      </td>
                      <td>
-                        <p>The author user key (optional)</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
                      </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3246"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3252">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3265"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3268">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>messageKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The key of the message</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getAttachments">GET</h4>
-               <p>Retrieves the attachments of the message</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3278"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3284">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3291">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3297"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3303">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3310">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e3311">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3315"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3321">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3330"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3336">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3339">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments/{filename}</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>filename</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The name of the attachment</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>messageKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The identity key of the user being searched</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getAttachment">GET</h4>
-               <p>Retrieves the attachment of the message</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3352"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3358">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3361">/repo/courses/{courseId}/elements/contact<span class="optional">?parentNodeId</span><span class="optional">&amp;position</span><span class="optional">&amp;shortTitle</span><span class="optional">&amp;longTitle</span><span class="optional">&amp;objectives</span><span class="optional">&amp;visibilityExpertRules</span><span class="optional">&amp;accessExpertRules</span><span class="optional">&amp;coaches</span><span class="optional">&amp;participants</span><span class="optional">&amp;groups</span><span class="optional">&amp;areas</span><span class="optional">&amp;to</span><span class="optional">&amp;defaultSubject</span><span class="optional">&amp;defaultBody</span></h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#attachContact">PUT</h4>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>parentNodeId</strong></p>
+                        <p><strong>scoreMin</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>position</strong></p>
+                        <p><strong>scoreMax</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>shortTitle</strong></p>
+                        <p><strong>grantPassing</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>longTitle</strong></p>
+                        <p><strong>scorePassingThreshold</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>objectives</strong></p>
+                        <p><strong>enableCommentField</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>visibilityExpertRules</strong></p>
+                        <p><strong>commentForUser</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -7903,7 +7526,7 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>accessExpertRules</strong></p>
+                        <p><strong>commentForCoaches</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -7912,27 +7535,25 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>coaches</strong></p>
+                        <p><strong>enableSolution</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>participants</strong></p>
+                        <p><strong>accessExpertRuleTask</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>groups</strong></p>
+                        <p><strong>accessExpertRuleDropbox</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -7941,7 +7562,7 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>areas</strong></p>
+                        <p><strong>accessExpertRuleReturnbox</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -7950,7 +7571,7 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>to</strong></p>
+                        <p><strong>accessExpertRuleScoring</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -7959,16 +7580,7 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>defaultSubject</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>defaultBody</strong></p>
+                        <p><strong>accessExpertRuleSolution</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -7978,26 +7590,22 @@
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3381">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3382">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1734">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1735">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#attachContactPost">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3385">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getTaskConfiguration">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3406">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3407">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1738">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1739">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3408">/repo/courses/{courseId}/elements/folder</h3>
+         <h3 id="d2e1741">/repo/courses/{courseId}/elements/survey/{nodeId}/configuration<span class="optional">?allowCancel</span><span class="optional">&amp;allowNavigation</span><span class="optional">&amp;allowSuspend</span><span class="optional">&amp;sequencePresentation</span><span class="optional">&amp;showNavigation</span><span class="optional">&amp;showQuestionTitle</span><span class="optional">&amp;showSectionsOnly</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -8014,19 +7622,20 @@
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getFolders">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3412">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3413">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#attachFolder">PUT</h4>
+               <h4 id="http://www.example.com#addSurveyConfigurationPost">POST</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -8036,163 +7645,179 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>parentNodeId</strong></p>
+                        <p><strong>allowCancel</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>position</strong></p>
+                        <p><strong>allowNavigation</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>shortTitle</strong></p>
+                        <p><strong>allowSuspend</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>longTitle</strong></p>
+                        <p><strong>sequencePresentation</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p>Default: <tt>itemPage</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>objectives</strong></p>
+                        <p><strong>showNavigation</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>visibilityExpertRules</strong></p>
+                        <p><strong>showQuestionTitle</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>downloadExpertRules</strong></p>
+                        <p><strong>showSectionsOnly</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1754">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1755">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#addSurveyConfiguration">PUT</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>allowCancel</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>uploadExpertRules</strong></p>
+                        <p><strong>allowNavigation</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>allowSuspend</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>sequencePresentation</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>itemPage</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showNavigation</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showQuestionTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showSectionsOnly</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
                      </td>
                      <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3425">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3426">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#attachFolderPost">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3429">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3439">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3440">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3441">/repo/courses/{courseId}/elements/folder/{nodeId}</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#updateFolder">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3446">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3454">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3455">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1766">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1767">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#getFolder">GET</h4>
+               <h4 id="http://www.example.com#getSurveyConfiguration">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3458">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3459">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1770">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1771">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3460">/repo/courses/{courseId}/elements/folder/{nodeId}/files</h3>
+         <h3 id="d2e1772">/repo/courses/{courseId}/elements/test/{nodeId}/configuration<span class="optional">?allowCancel</span><span class="optional">&amp;allowNavigation</span><span class="optional">&amp;allowSuspend</span><span class="optional">&amp;numAttempts</span><span class="optional">&amp;sequencePresentation</span><span class="optional">&amp;showNavigation</span><span class="optional">&amp;showQuestionTitle</span><span class="optional">&amp;showResultsAfterFinish</span><span class="optional">&amp;showResultsDependendOnDate</span><span class="optional">&amp;showResultsOnHomepage</span><span class="optional">&amp;showScoreInfo</span><span class="optional">&amp;showQuestionProgress</span><span class="optional">&amp;showScoreProgress</span><span class="optional">&amp;showSectionsOnly</span><span class="optional">&amp;summaryPresentation</span><span class="optional">&amp;startDate</span><span class="optional">&amp;endDate</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -8209,15 +7834,6 @@
                </td>
                <td></td>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
             <tr>
                <td>
                   <p><strong>nodeId</strong></p>
@@ -8231,420 +7847,606 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3465">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3466">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3467">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3468">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3469">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3472">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3473">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3476">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3481">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3482">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3485">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3486">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3489">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e3490">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3492">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3493">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3494">/repo/courses/{courseId}/elements/folder/{nodeId}/files/{path:.*}</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>path</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3498">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3499">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3500">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3501">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3502">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3505">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3506">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3507">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3510">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3515">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3516">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3517">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3520">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3521">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3522">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3525">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e3526">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#addTestConfigurationPost">POST</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>allowCancel</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>allowNavigation</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>allowSuspend</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>numAttempts</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>sequencePresentation</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>itemPage</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showNavigation</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showQuestionTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showResultsAfterFinish</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showResultsDependendOnDate</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showResultsOnHomepage</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showScoreInfo</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showQuestionProgress</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showScoreProgress</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showSectionsOnly</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>summaryPresentation</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>summaryCompact</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>startDate</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>endDate</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3528">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3529">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1796">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1797">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#putFolders">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3532">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3533">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
+               <h4 id="http://www.example.com#addTestConfiguration">PUT</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>allowCancel</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>allowNavigation</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>allowSuspend</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>numAttempts</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>sequencePresentation</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>itemPage</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showNavigation</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showQuestionTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showResultsAfterFinish</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showResultsDependendOnDate</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showResultsOnHomepage</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showScoreInfo</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showQuestionProgress</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showScoreProgress</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>showSectionsOnly</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>summaryPresentation</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>summaryCompact</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>startDate</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>endDate</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e1819">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1820">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
             <div class="method">
-               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
+               <h4 id="http://www.example.com#getTestConfiguration">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3536">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3537">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1823">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1824">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3538">/repo/courses/{courseId}/elements/folder/{nodeId}/files/version</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
+         <h3 id="d2e1825">/contacts<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
+         <p>Description:&lt;br&gt;
+            
+            &lt;P&gt;
+            Initial Date:  21 oct. 2011 &lt;br&gt;
+         </p>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
+               <h4 id="http://www.example.com#getMyContacts">GET</h4>
+               <p>Retrieve the contacts of the logged in identity.</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3541">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1837"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3542">/repo/courses/{courseId}/elements/folder/{nodeId}/files/metadata/{path:.*}</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>path</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
+         <h3 id="d2e1840">/pwchange<span class="optional">?identityKey</span></h3>
+         <p>Webservice to create a temporary key to change the password
+            
+            Initial date: 15.10.2013&lt;br&gt;
+         </p>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
+               <h4 id="http://www.example.com#register">PUT</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>identityKey</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3546">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3547">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1847">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1848">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3549">/system</h3>
-         <p>&lt;h3&gt;Description:&lt;/h3&gt;
-            &lt;p&gt;
-            Initial Date:  18 jun. 2010 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods"></div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3552">/system/environment</h3>
+         <h3 id="d2e1849">/catalog</h3>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getEnvironnementXml">GET</h4>
-               <p>Return some informations about the environment.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3559">application/xml, application/json (<abbr title="{http://www.example.com} environmentVO">ns3:environmentVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getRoots">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3572"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1852">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1853">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3575">/system/release</h3>
+         <h3 id="d2e1854">/catalog/{path:.*}/children<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>path</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getReleaseInfos">GET</h4>
-               <p>Return the version of the instance.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3582">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getChildren">GET</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3595"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1861">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1862">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3598">/system/notifications</h3>
-         <h6>Methods</h6>
-         <div class="methods"></div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3599">/system/notifications/status</h3>
+         <h3 id="d2e1863">/catalog/{path:.*}/owners/{identityKey}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>path</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getStatus">GET</h4>
-               <p>Return the status of the notifications job: running, stopped</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3606">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3612"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#setStatus">POST</h4>
-               <p>Update the status of the notifications job: running, stopped.
-                  Running start the indexer, stopped, stop it.
-               </p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3619">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3624"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getOwner">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3630"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1868">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#getPlainTextStatus">GET</h4>
-               <p>Return the status of the notifications job: running, stopped</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3639">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#addOwner">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3645"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1871">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3648">/system/log</h3>
-         <p>Description:&lt;br&gt;
-            This web service returns logFiles
-            
-            &lt;P&gt;
-            Initial Date:  23.12.2011 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getCurrentLogFile">GET</h4>
+               <h4 id="http://www.example.com#removeOwner">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3653">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3654">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1874">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3655">/system/log/version</h3>
+         <h3 id="d2e1875">/catalog/version</h3>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
                <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>The version of the Log Web Service</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3660">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1878">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3670">/system/log/{date}</h3>
+         <h3 id="d2e1879">/catalog/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -8654,7 +8456,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>date</strong></p>
+                  <p><strong>path</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -8665,349 +8467,518 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getLogFileByDate">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3674">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e3675">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3676">/system/monitoring</h3>
-         <h6>Methods</h6>
-         <div class="methods"></div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3677">/system/monitoring/configuration</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getImplementedProbes">GET</h4>
-               <p>Return the configuration of the monitoring, which probes are available,
-                  which dependency...
-               </p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3684">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3697"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3700">/system/monitoring/runtime</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getSystemSummaryVO">GET</h4>
-               <p>Return the statistics about runtime: uptime, classes loaded, memory
-                  summary, threads count...
-               </p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3707">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3720"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3723">/system/monitoring/runtime/classes</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getCompilationXml">GET</h4>
-               <p>Return some informations about the number of Java classes...</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3730">application/xml, application/json (<abbr title="{http://www.example.com} classesVO">ns3:classesVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getCatalogEntry">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3743"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1883">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1884">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3746">/system/monitoring/runtime/memory</h3>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMemoryStatistics">GET</h4>
-               <p>Return the statistics about memory</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#addCatalogEntry">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e3753">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li>
+                  <li><a href="#d2e1887">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
+                  <li><a href="#d2e1888">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3766"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1890">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1891">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3769">/system/monitoring/runtime/threads</h3>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getThreadStatistics">GET</h4>
-               <p>Return the statistics about threads</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3776">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#addCatalogEntry">PUT</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>name</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>description</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>type</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>repoEntryKey</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3789"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1899">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1900">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3792">/system/monitoring/database</h3>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getDatabaseStatistics">GET</h4>
-               <p>Return the statistics about database and hibernate</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#updatePostCatalogEntry">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e3799">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li>
+                  <li><a href="#d2e1903">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3812"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1908">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1909">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3815">/system/monitoring/openolat</h3>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getStatistics">GET</h4>
-               <p>Return the statistics about OpenOLAT, users count, courses count...</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#updateCatalogEntry">POST</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>newParentKey</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e3822">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
+                  <li><a href="#d2e1913">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
+                  <li><a href="#d2e1914">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3835"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1916">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1917">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3838">/system/monitoring/openolat/tasks</h3>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getTasks">GET</h4>
-               <p>Return some statistics about long running tasks.</p>
+               <h4 id="http://www.example.com#updateCatalogEntry">POST</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>name</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>description</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>newParentKey</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3845">application/xml, application/json (<abbr title="{http://www.example.com} taskVOes">ns3:taskVOes</abbr>)</a></li>
+                  <li><a href="#d2e1924">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1925">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#deleteCatalogEntry">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3858"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1928">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1929">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3861">/system/monitoring/openolat/users</h3>
+         <h3 id="d2e1930">/catalog/{path:.*}/owners</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>path</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getUserStatistics">GET</h4>
-               <p>Return the statistics about OpenOLAT users</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3868">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getOwners">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3881"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1934">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1935">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3884">/system/monitoring/openolat/sessions</h3>
+         <h3 id="d2e1936">/repo/lifecycle</h3>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getSessions">GET</h4>
-               <p>Return some statistics about session.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e3891">application/xml, application/json (<abbr title="{http://www.example.com} sessionVO">ns3:sessionVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getPublicLifeCycles">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3904"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1939">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1940">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e3907">/system/monitoring/openolat/repository</h3>
+         <h3 id="d2e1942">/repo/courses/{resourceKey}/certificates</h3>
+         <p>Initial date: 17.11.2014&lt;br&gt;</p>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e1945">/repo/courses/{resourceKey}/certificates/{identityKey}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>resourceKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The primary key of the resource of the repository entry of the course.</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The owner of the certificate</p>
+               </td>
+            </tr>
+         </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getRepositoryStatistics">GET</h4>
-               <p>Return the statistics about the repository, courses count, published courses...</p>
+               <h4 id="http://www.example.com#getCertificateInfo">HEAD</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3914">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
+                  <li><a href="#d2e1954">application/pdf<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getCertificate">GET</h4>
+               <p>Return the certificate as PDF file.</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3927"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1961">application/pdf<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3930">/system/monitoring/openolat/indexer</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getStatistics">GET</h4>
-               <p>Return the statistics about the indexer</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3937">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
+                  <li><a href="#d2e1967"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3950"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1973"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e3953">/system/monitoring/openolat/indexer/status</h3>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getStatus">GET</h4>
-               <p>Return the status of the indexer: running, stopped</p>
+               <h4 id="http://www.example.com#deleteCertificateInfo">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3960">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1978">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putCertificate">PUT</h4>
+               <p>Generate a new certificate.</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>score</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
+                     </td>
+                     <td>
+                        <p>The score which appears in the certificate</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>passed</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td>
+                        <p>The passed/failed which appears in the certificate (true/false)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>creationDate</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The date of the certification</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3966"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e1995"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#setStatus">POST</h4>
-               <p>Update the status of the indexer: running, stopped.
-                  Running start the indexer, stopped, stop it.
-               </p>
-               <p><em>acceptable request representations:</em></p>
+               <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3973">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2001"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3978"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2007"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3984"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2013"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#getPlainTextStatus">GET</h4>
-               <p>Return the status of the indexer: running, stopped</p>
+               <h4 id="http://www.example.com#postCertificate">POST</h4>
+               <p>Upload a new certificate.</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2022"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3993">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2028"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e3999"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2034"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4002">/system/monitoring/memory</h3>
-         <p>&lt;h3&gt;Description:&lt;/h3&gt;
-            
-            Initial Date:  21 juin 2010 &lt;br&gt;
-         </p>
+         <h3 id="d2e2037">/api</h3>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2038">/api/version</h3>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMemory">GET</h4>
-               <p>Return informations about memory.</p>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4011">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2041">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2042">/api/doc</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getHtmlDoc">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4017"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2045">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2046">/api/doc/{filename}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>filename</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMemoryXml">GET</h4>
-               <p>Return some informations about memory.</p>
+               <h4 id="http://www.example.com#getImage1">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4026">application/xml, application/json (<abbr title="{http://www.example.com} memoryVO">ns3:memoryVO</abbr>)</a></li>
+                  <li><a href="#d2e2050">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2051">/api/{filename}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>filename</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getImage2">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4039"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2055">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4042">/system/monitoring/memory/pools</h3>
+         <h3 id="d2e2056">/api/copyright</h3>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMemoryPools">GET</h4>
+               <h4 id="http://www.example.com#getCopyrightXhtml">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4045">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2059">application/xhtml+xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2060">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#getMemoryPoolsXml">GET</h4>
+               <h4 id="http://www.example.com#getCopyrightPlainText">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4048">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e4049">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2063">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4050">/system/monitoring/memory/samples<span class="optional">?from</span><span class="optional">&amp;to</span><span class="optional">&amp;lastSamples</span></h3>
+         <h3 id="d2e2064">/users</h3>
+         <p>This web service handles functionalities related to &lt;code&gt;User&lt;/code&gt;.</p>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getSamplesXml">GET</h4>
+               <h4 id="http://www.example.com#create">PUT</h4>
+               <p>Creates and persists a new user entity</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2071">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
+                  <li><a href="#d2e2072">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2076">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2089"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2095">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getUserListQuery">GET</h4>
+               <p>Search users and return them in a simple form (without user properties). User properties
+                  can be added two the query parameters. If the authUsername and the authProvider are set,
+                  the search is made only with these two parameters because they are sufficient to return
+                  a single user.&lt;br&gt;
+                  The search with login and user properties are made default with wild cards. If an exact
+                  match is needed, the parameter msut be quoted:&lt;br&gt;
+                  users?login="username"&lt;br&gt;
+                  Don't forget the right escaping in the URL!&lt;br&gt;
+                  You can make a search with the user properties like this:&lt;br&gt;
+                  users?telMobile=39847592&amp;login=test
+               </p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -9017,7 +8988,7 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>from</strong></p>
+                        <p><strong>login</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -9026,7 +8997,7 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>to</strong></p>
+                        <p><strong>authProvider</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -9035,338 +9006,207 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>lastSamples</strong></p>
+                        <p><strong>authUsername</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>statusVisibleLimit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4057">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e4058">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e4059">/system/monitoring/threads</h3>
-         <p>&lt;h3&gt;Description:&lt;/h3&gt;
-            
-            Initial Date:  21 juin 2010 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getThreads">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4064">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2116">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
                </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#getThreadsXml">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4067">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e4068">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2129"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4069">/system/monitoring/threads/cpu</h3>
+         <h3 id="d2e2132">/users/{identityKey}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The user key identifier of the user being searched</p>
+               </td>
+            </tr>
+         </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getThreadsCpu">GET</h4>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#update">POST</h4>
+               <p>Update an user</p>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e4072">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e4073">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2140">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
+                  <li><a href="#d2e2141">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
                </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e4074">/system/indexer</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getStatistics">GET</h4>
-               <p>Return the statistics about the indexer</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4081">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li>
+                  <li><a href="#d2e2145">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4094"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2158"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e4097">/system/indexer/status</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getStatus">GET</h4>
-               <p>Return the status of the indexer: running, stopped</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4104">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2164"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4110"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2170">application/xml, application/json (<abbr title="{http://www.example.com} errorVO">ns3:errorVO</abbr>)</a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#setStatus">POST</h4>
-               <p>Update the status of the indexer: running, stopped.
-                  Running start the indexer, stopped, stop it.
-               </p>
-               <p><em>acceptable request representations:</em></p>
+               <h4 id="http://www.example.com#delete">DELETE</h4>
+               <p>Delete an user from the system</p>
+               <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4117">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2186"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4122"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2192"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4128"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2198"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#getPlainTextStatus">GET</h4>
-               <p>Return the status of the indexer: running, stopped</p>
+               <h4 id="http://www.example.com#findById">GET</h4>
+               <p>Retrieves an user given its unique key identifier</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>withPortrait</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td>
+                        <p>If true return the portrait as Base64 (default false)</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4137">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2211">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4143"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2224"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2230"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4146">/repo/entries</h3>
-         <p>Description:&lt;br&gt;
-            This handles the repository entries
-            
-            &lt;P&gt;
-            Initial Date: 19.05.2009 &lt;br&gt;
-         </p>
+         <h3 id="d2e2233">/users/{identityKey}/status</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The user key identifier of the user being searched</p>
+               </td>
+            </tr>
+         </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getEntriesText">GET</h4>
-               <p>List all entries in the OLAT repository</p>
+               <h4 id="http://www.example.com#getStatus">GET</h4>
+               <p>Retrieves the status of a user given its unique key identifier</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2243">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2256"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4153">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
+                  <li><a href="#d2e2262"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#putResource">PUT</h4>
-               <p>Import a resource in the repository</p>
+               <h4 id="http://www.example.com#updateStatus">POST</h4>
+               <p>Update the roles of a user given its unique key identifier:
+                  &lt;ul&gt;
+                  	&lt;li&gt;1: Permanent user&lt;/li&gt; 
+                  	&lt;li&gt;2: activ&lt;/li&gt; 
+                  &lt;li&gt;101: login denied&lt;/li&gt; 
+                  &lt;li&gt;199: deleted&lt;/li&gt; 
+                  &lt;/ul&gt;
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2269">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)</a></li>
+                  <li><a href="#d2e2270">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2274">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4167">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
+                  <li><a href="#d2e2287"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4178"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#getEntries">GET</h4>
-               <p>List all entries in the OLAT repository</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td>
-                        <p>(optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td>
-                        <p>(optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>managed</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td>
-                        <p>(optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>externalId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>External ID (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>externalRef</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>External reference number (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>resourceType</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The resource type (CourseModule) (optional)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4204">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e4214">/repo/entries/search<span class="optional">?type</span><span class="optional">&amp;author</span><span class="optional">&amp;name</span><span class="optional">&amp;myentries</span></h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#searchEntries">GET</h4>
-               <p>Search for repository entries, possible search attributes are name, author and type</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>type</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>Filter by the file resource type of the repository entry</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>author</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>*</tt></p>
-                     </td>
-                     <td>
-                        <p>Filter by the author's username</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>name</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>*</tt></p>
-                     </td>
-                     <td>
-                        <p>Filter by name of repository entry</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>myentries</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td>
-                        <p>Only search entries the requester owns</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4232">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4243"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e4246">/repo/entries/version</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>The version number of this web service</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4251">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2293"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4252">/repo/entries/{repoEntryKey}</h3>
-         <p>Description:&lt;br&gt;
-            Repository entry resource
-            
-            &lt;P&gt;
-            Initial Date:  19.05.2009 &lt;br&gt;
-         </p>
+         <h3 id="d2e2296">/users/{identityKey}/roles</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -9376,77 +9216,87 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>repoEntryKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The key or soft key of the repository entry</p>
+                  <p>The user key identifier of the user being searched</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#deleteCourse">DELETE</h4>
-               <p>Delete a course by id</p>
+               <h4 id="http://www.example.com#getRoles">GET</h4>
+               <p>Retrieves the roles of a user given its unique key identifier</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4264"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2306">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4270"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2319"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4276"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2325"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#updateEntry">POST</h4>
+               <h4 id="http://www.example.com#updateRoles">POST</h4>
+               <p>Update the roles of a user given its unique key identifier</p>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e4281">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)</a></li>
-                  <li><a href="#d2e4282">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)</a></li>
+                  <li><a href="#d2e2332">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)</a></li>
+                  <li><a href="#d2e2333">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4284">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e4285">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2337">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replaceResource">POST</h4>
-               <p>Replace a resource in the repository and update its display name. The implementation is
-                  limited to CP.
-               </p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4290">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
+                  <li><a href="#d2e2350"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4301"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2356"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2359">/users/version</h3>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getById">GET</h4>
-               <p>get a resource in the repository</p>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
+               <p>The version of the User Web Service</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4308"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2366">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2376">/users/managed</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getManagedUsers">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4312">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
+                  <li><a href="#d2e2379">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2380">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4322">/repo/entries/{repoEntryKey}/file</h3>
+         <h3 id="d2e2381">/users/{identityKey}/preferences</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -9456,55 +9306,59 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>repoEntryKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The key or soft key of the repository entry</p>
+                  <p><strong>identityKey</strong></p>
                </td>
-            </tr>
-            <tr>
                <td>
-                  <p><strong>repoEntryKey</strong></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p>The user key identifier of the user being searched</p>
                </td>
-               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getRepoFileById">GET</h4>
-               <p>Download the export zip file of a repository entry.</p>
+               <h4 id="http://www.example.com#getUserPreferences">GET</h4>
+               <p>Retrieves the preferences of a user given its unique key identifier</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2391">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4328"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2404"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4332"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2410"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#updatePreferences">POST</h4>
+               <p>Update the preferences of a user given its unique key identifier</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2417">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)</a></li>
+                  <li><a href="#d2e2418">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4336">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2422">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4347"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2435"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4351"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2441"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4354">/repo/entries/{repoEntryKey}/coaches/{identityKey}</h3>
+         <h3 id="d2e2444">/users/{identityKey}/portrait</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -9512,28 +9366,6 @@
                <th>value</th>
                <th>description</th>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>repoEntryKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The key or soft key of the repository entry</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>repoEntryKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The key of the repository entry</p>
-               </td>
-            </tr>
             <tr>
                <td>
                   <p><strong>identityKey</strong></p>
@@ -9542,48 +9374,68 @@
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The user's id</p>
+                  <p>The identity key of the user being searched</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addCoach">PUT</h4>
-               <p>Adds a coach to the repository entry.</p>
+               <h4 id="http://www.example.com#getPortraitHead">HEAD</h4>
+               <p>Retrieves the portrait of an user</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2454">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2460"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postPortrait">POST</h4>
+               <p>Upload the portrait of an user</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4365"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2469">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4369"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2475"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4373"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2481"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#removeCoach">DELETE</h4>
-               <p>Removes the coach from the repository entry.</p>
+               <h4 id="http://www.example.com#deletePortrait">DELETE</h4>
+               <p>Deletes the portrait of an user</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2490"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4380"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2496"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getPortrait">GET</h4>
+               <p>Retrieves the portrait of an user</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2505">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4388"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2511"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4391">/repo/entries/{repoEntryKey}/coaches</h3>
+         <h3 id="d2e2514">/users/{identityKey}/portrait/{size}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -9593,45 +9445,46 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>repoEntryKey</strong></p>
+                  <p><strong>size</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
-               <td>
-                  <p>The key or soft key of the repository entry</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>repoEntryKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
-                  <p>The key of the repository entry</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getCoaches">GET</h4>
-               <p>Returns the list of coaches of the repository entry.</p>
+               <h4 id="http://www.example.com#getOriginalPortraitHead">HEAD</h4>
+               <p>Retrieves the portrait of an user</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4399"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2523">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4403">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
+                  <li><a href="#d2e2529"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4413">/repo/entries/{repoEntryKey}/participants</h3>
+         <h3 id="d2e2533">/users/{identityKey}/folders</h3>
+         <p>Description:&lt;br&gt;
+            
+            &lt;P&gt;
+            Initial Date:  16 déc. 2011 &lt;br&gt;
+         </p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -9641,45 +9494,35 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>repoEntryKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The key or soft key of the repository entry</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>repoEntryKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
-                  <p>The key of the repository entry</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getParticipants">GET</h4>
-               <p>Returns the list of participants of the repository entry.</p>
+               <h4 id="http://www.example.com#getFolders">GET</h4>
+               <p>Retrieves a list of folders on a user base. All folders of groups 
+                  where the user is participant/tutor + all folders in course where
+                  the user is a participant (owner, tutor or participant)
+               </p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4421"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2543">application/xml, application/json (<abbr title="{http://www.example.com} folderVOes">ns3:folderVOes</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4425">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
+                  <li><a href="#d2e2556"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4435">/repo/entries/{repoEntryKey}/participants/{identityKey}</h3>
+         <h3 id="d2e2559">/users/{identityKey}/folders/personal</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -9687,28 +9530,6 @@
                <th>value</th>
                <th>description</th>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>repoEntryKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The key or soft key of the repository entry</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>repoEntryKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The key of the repository entry</p>
-               </td>
-            </tr>
             <tr>
                <td>
                   <p><strong>identityKey</strong></p>
@@ -9716,49 +9537,67 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The user's id</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addParticipant">PUT</h4>
-               <p>Adds a participant to the repository entry.</p>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4446"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2562">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2563">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2564">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2565">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2566">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4450"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2569">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2570">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2573">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4454"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2578">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2579">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#removeParticipant">DELETE</h4>
-               <p>Removes the participant from the repository entry.</p>
+               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4461"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2582">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2583">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-               <p><em>available response representations:</em></p>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e4465"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2586">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e2587">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4469"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2589">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2590">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4473">/repo/entries/{repoEntryKey}/owners</h3>
+         <h3 id="d2e2591">/users/{identityKey}/folders/personal/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -9768,45 +9607,100 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>repoEntryKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
-                  <p>The key or soft key of the repository entry</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>repoEntryKey</strong></p>
+                  <p><strong>path</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
-               <td>
-                  <p>The key of the repository entry</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getOwners">GET</h4>
-               <p>Returns the list of owners of the repository entry specified by the groupKey.</p>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2595">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2596">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2597">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2598">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2599">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2602">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2603">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2604">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2607">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2612">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2613">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2614">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2617">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2618">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2619">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2622">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e2623">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2625">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2626">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFolders">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4481"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2629">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2630">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4485">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
+                  <li><a href="#d2e2633">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2634">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4495">/repo/entries/{repoEntryKey}/owners/{identityKey}</h3>
+         <h3 id="d2e2635">/users/{identityKey}/folders/personal/version</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -9816,25 +9710,73 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>repoEntryKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getVersion">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2638">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2639">/users/{identityKey}/folders/personal/metadata/{path:.*}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
-                  <p>The key or soft key of the repository entry</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>repoEntryKey</strong></p>
+                  <p><strong>path</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
-               <td>
-                  <p>The key of the repository entry</p>
-               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2643">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2644">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2645">/users/{identityKey}/folders/group/{groupKey}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
             </tr>
             <tr>
                <td>
@@ -9843,96 +9785,76 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
                <td>
-                  <p>The user's id</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addOwner">PUT</h4>
-               <p>Adds an owner to the repository entry.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4506"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4510"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2649">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2650">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2651">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2652">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2653">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4514"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2656">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2657">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#removeOwner">DELETE</h4>
-               <p>Removes the owner from the repository entry.</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e4521"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2660">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4525"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2665">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2666">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4529"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2669">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2670">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e4532">/repo/courses/infos<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
-         <p>Description:&lt;br&gt;
-            
-            &lt;P&gt;
-            Initial Date:  7 févr. 2012 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getCourseInfoList">GET</h4>
-               <p>Get courses informations viewable by the authenticated user</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2673">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e2674">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4542">application/xml, application/json, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
+                  <li><a href="#d2e2676">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2677">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4552">/repo/courses/infos/{courseId}</h3>
+         <h3 id="d2e2678">/users/{identityKey}/folders/group/{groupKey}/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -9942,82 +9864,109 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>path</strong></p>
+               </td>
                <td>
-                  <p>The course id</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getCourseInfo">GET</h4>
-               <p>Get course informations viewable by the authenticated user</p>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4560">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
+                  <li><a href="#d2e2682">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2683">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2684">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2685">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2686">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e4570">/contacts<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
-         <p>Description:&lt;br&gt;
-            
-            &lt;P&gt;
-            Initial Date:  21 oct. 2011 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMyContacts">GET</h4>
-               <p>Retrieve the contacts of the logged in identity.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2689">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2690">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2691">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2694">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2699">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2700">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2701">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2704">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2705">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2706">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2709">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e2710">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2712">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2713">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFolders">PUT</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2716">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2717">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4582"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2720">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2721">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4585">/users/{identityKey}/forums</h3>
-         <p>Description:&lt;br&gt;
-            
-            &lt;P&gt;
-            Initial Date:  6 déc. 2011 &lt;br&gt;
-         </p>
+         <h3 id="d2e2722">/users/{identityKey}/folders/group/{groupKey}/version</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -10032,38 +9981,31 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
                <td>
-                  <p>The key of the user (IdentityImpl)</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getForums">GET</h4>
-               <p>Retrieves a list of forums on a user base. All forums of groups 
-                  where the user is participant/tutor + all forums in course where
-                  the user is a participant (owner, tutor or participant)
-               </p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4597">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4610"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2725">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4613">/users/{identityKey}/forums/group/{groupKey}</h3>
-         <p>Description:&lt;br&gt;
-            Web service to manage a forum.
-            
-            &lt;P&gt;
-            Initial Date:  20 apr. 2010 &lt;br&gt;
-         </p>
+         <h3 id="d2e2726">/users/{identityKey}/folders/group/{groupKey}/metadata/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -10078,9 +10020,7 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the user (IdentityImpl)</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
@@ -10091,29 +10031,30 @@
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>path</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getForum">GET</h4>
-               <p>Retrieves the forum.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4623"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4629">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4642"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2730">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2731">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4645">/users/{identityKey}/forums/group/{groupKey}/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h3 id="d2e2732">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -10128,16 +10069,23 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseKey</strong></p>
+               </td>
                <td>
-                  <p>The key of the user (IdentityImpl)</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseNodeId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
@@ -10145,154 +10093,61 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getThreads">GET</h4>
-               <p>Retrieves the threads in the forum</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>orderBy</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
-                     </td>
-                     <td>
-                        <p>(value name,creationDate)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>asc</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td>
-                        <p>(value true/false)</p>
-                     </td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4661"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2737">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2738">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2739">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2740">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2741">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4667">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+                  <li><a href="#d2e2744">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2745">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2748">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4680"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2753">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2754">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
-               <p>Creates a new thread in the forum of the course node</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>title</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The title for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>body</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The body for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>authorKey</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td>
-                        <p>The author user key (optional)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4699"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4705">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4718"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2757">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2758">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
-               <p>Creates a new thread in the forum of the course node</p>
+               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e4725">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4732"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4738">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e2761">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e2762">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4751"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2764">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2765">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4754">/users/{identityKey}/forums/group/{groupKey}/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h3 id="d2e2766">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -10307,13 +10162,11 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the user (IdentityImpl)</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -10322,90 +10175,100 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>threadKey</strong></p>
+                  <p><strong>courseNodeId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>path</strong></p>
                </td>
                <td>
-                  <p>The key of the thread</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMessages">GET</h4>
-               <p>Retrieves the messages in the thread</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>orderBy</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
-                     </td>
-                     <td>
-                        <p>(value name, creationDate)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>asc</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td>
-                        <p>(value true/false)</p>
-                     </td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2770">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2771">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2772">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2773">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2774">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2777">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2778">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2779">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2782">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2787">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2788">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2789">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2792">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2793">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2794">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2797">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e2798">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4773"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2800">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2801">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFolders">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4779">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+                  <li><a href="#d2e2804">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2805">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4792"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2808">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2809">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4795">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}</h3>
+         <h3 id="d2e2810">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/version</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -10420,13 +10283,11 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the user (IdentityImpl)</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -10435,120 +10296,27 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>messageKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><strong>courseNodeId</strong></p>
                </td>
                <td>
-                  <p>The id of the reply message</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4803">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4816"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4822">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4835"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4842">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-                  <li><a href="#d2e4843">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4847"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4853">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4866"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>title</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The title for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>body</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The body for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>authorKey</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td>
-                        <p>The author user key (optional)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4885"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4891">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4904"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2813">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4907">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments</h3>
+         <h3 id="d2e2814">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/metadata/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -10563,13 +10331,11 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the user (IdentityImpl)</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>courseKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -10578,88 +10344,37 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>messageKey</strong></p>
+                  <p><strong>courseNodeId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>path</strong></p>
                </td>
                <td>
-                  <p>The key of the message</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAttachments">GET</h4>
-               <p>Retrieves the attachments of the message</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4917"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4923">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4930">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4936"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4942">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4949">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e4950">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4954"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4960">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4969"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e4975">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2818">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2819">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e4978">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments/{filename}</h3>
+         <h3 id="d2e2820">/users/{identityKey}/courses</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -10674,66 +10389,14 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the user (IdentityImpl)</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
                <td></td>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>filename</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The name of the attachment</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>messageKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The identity key of the user being searched</p>
-               </td>
-            </tr>
          </table>
          <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getAttachment">GET</h4>
-               <p>Retrieves the attachment of the message</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4991"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e4997">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
+         <div class="methods"></div>
       </div>
       <div class="resource">
-         <h3 id="d2e5000">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}</h3>
-         <p>Description:&lt;br&gt;
-            Web service to manage a forum.
-            
-            &lt;P&gt;
-            Initial Date:  20 apr. 2010 &lt;br&gt;
-         </p>
+         <h3 id="d2e2822">/users/{identityKey}/courses/my<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -10748,51 +10411,59 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the user (IdentityImpl)</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseNodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
                <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getForum">GET</h4>
-               <p>Retrieves the forum.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5011"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getMyCourses">GET</h4>
+               <p>Retrieves the list of "My entries" but limited to courses.</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td>
+                        <p>The first result</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td>
+                        <p>Max result</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5017">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+                  <li><a href="#d2e2836">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5030"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2849"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5033">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h3 id="d2e2852">/users/{identityKey}/courses/teached<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -10807,34 +10478,14 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the user (IdentityImpl)</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseNodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
                <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getThreads">GET</h4>
-               <p>Retrieves the threads in the forum</p>
+               <h4 id="http://www.example.com#getTeachedCourses">GET</h4>
+               <p>Retrieves the list of "My supervised courses" but limited to courses.</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -10850,7 +10501,9 @@
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                         <p>Default: <tt>0</tt></p>
                      </td>
-                     <td></td>
+                     <td>
+                        <p>The first result</p>
+                     </td>
                   </tr>
                   <tr>
                      <td>
@@ -10860,49 +10513,46 @@
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                         <p>Default: <tt>25</tt></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>orderBy</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
-                     </td>
-                     <td>
-                        <p>(value name,creationDate)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>asc</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
                      <td>
-                        <p>(value true/false)</p>
+                        <p>Max result</p>
                      </td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5049"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2866">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5055">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5068"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2879"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2882">/users/{identityKey}/courses/favorite<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
-               <p>Creates a new thread in the forum of the course node</p>
+               <h4 id="http://www.example.com#getFavoritCourses">GET</h4>
+               <p>Retrieves the list of my favorite courses.</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -10912,75 +10562,42 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>title</strong></p>
+                        <p><strong>start</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
                      </td>
                      <td>
-                        <p>The title for the first post in the thread</p>
+                        <p>The first result</p>
                      </td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>body</strong></p>
+                        <p><strong>limit</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
                      </td>
                      <td>
-                        <p>The body for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>authorKey</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td>
-                        <p>The author user key (optional)</p>
+                        <p>Max result</p>
                      </td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5087"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5093">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5106"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
-               <p>Creates a new thread in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5113">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5120"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5126">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e2896">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5139"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2909"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5142">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h3 id="d2e2912">/users/{identityKey}/groups<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;externalId</span><span class="optional">&amp;managed</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -10995,45 +10612,13 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the user (IdentityImpl)</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseNodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
                <td></td>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>threadKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The key of the thread</p>
-               </td>
-            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMessages">GET</h4>
-               <p>Retrieves the messages in the thread</p>
+               <h4 id="http://www.example.com#getUserGroupList">GET</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -11063,46 +10648,33 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>orderBy</strong></p>
+                        <p><strong>externalId</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
-                     </td>
-                     <td>
-                        <p>(value name, creationDate)</p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>asc</strong></p>
+                        <p><strong>managed</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td>
-                        <p>(value true/false)</p>
                      </td>
+                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5161"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5167">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5180"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2921">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2922">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5183">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}</h3>
+         <h3 id="d2e2923">/users/{identityKey}/groups/owner<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;externalId</span><span class="optional">&amp;managed</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -11117,86 +10689,90 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the user (IdentityImpl)</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
                <td></td>
             </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getOwnedGroupList">GET</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>externalId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>managed</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2931">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2932">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2933">/users/{identityKey}/groups/participant<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;externalId</span><span class="optional">&amp;managed</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
             <tr>
-               <td>
-                  <p><strong>courseNodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
             </tr>
             <tr>
                <td>
-                  <p><strong>messageKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The id of the reply message</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5191">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5204"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5210">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5223"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5230">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-                  <li><a href="#d2e5231">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5235"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5241">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5254"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
+               <h4 id="http://www.example.com#getParticipatingGroupList">GET</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -11206,55 +10782,53 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>title</strong></p>
+                        <p><strong>start</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
                      </td>
+                     <td></td>
+                  </tr>
+                  <tr>
                      <td>
-                        <p>The title for the first post in the thread</p>
+                        <p><strong>limit</strong></p>
                      </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>body</strong></p>
+                        <p><strong>externalId</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
-                     <td>
-                        <p>The body for the first post in the thread</p>
-                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>authorKey</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                        <p><strong>managed</strong></p>
                      </td>
                      <td>
-                        <p>The author user key (optional)</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5273"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5279">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5292"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2941">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2942">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5295">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments</h3>
+         <h3 id="d2e2943">/users/{identityKey}/groups/infos<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;externalId</span><span class="optional">&amp;managed</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -11269,112 +10843,183 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the user (IdentityImpl)</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
                <td></td>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>courseNodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getUserGroupInfosList">GET</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>externalId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>managed</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e2951">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2952">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2953">/openmeetings</h3>
+         <p>Initial date: 13.11.2012&lt;br&gt;</p>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2956">/openmeetings/{identityToken}/portrait</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
             </tr>
             <tr>
                <td>
-                  <p><strong>messageKey</strong></p>
+                  <p><strong>identityToken</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td>
-                  <p>The key of the message</p>
+                  <p>The identity key of the user being searched</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAttachments">GET</h4>
-               <p>Retrieves the attachments of the message</p>
+               <h4 id="http://www.example.com#getPortrait">GET</h4>
+               <p>Retrieves the portrait of an user</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5305"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2966">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5311">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2972"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e2975">/notifications<span class="optional">?date</span><span class="optional">&amp;type</span></h3>
+         <p>&lt;h3&gt;Description:&lt;/h3&gt;
+            REST API for notifications
+            &lt;p&gt;
+            Initial Date:  25 aug 2010 &lt;br&gt;
+         </p>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5318">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getNotifications">GET</h4>
+               <p>Retrieves the notification of the logged in user.</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>date</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The date (optional)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>type</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The type of notifications (User, Forum...) (optional)</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5324"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e2991">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5330">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3004"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3007">/notifications/subscribers</h3>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
+               <h4 id="http://www.example.com#subscribe">PUT</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e5337">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e5338">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5342"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3010">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">subscribersVO</abbr>)</a></li>
+                  <li><a href="#d2e3011">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">subscribersVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5348">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5357"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5363">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3013">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5366">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments/{filename}</h3>
+         <h3 id="d2e3014">/notifications/subscribers/{subscriberKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -11384,18 +11029,37 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>subscriberKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The key of the user (IdentityImpl)</p>
-               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#unsubscribe">DELETE</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3018">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3019">/notifications/subscribers/{ressourceName}/{ressourceId}/{subIdentifier}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseKey</strong></p>
+                  <p><strong>ressourceId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -11404,7 +11068,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseNodeId</strong></p>
+                  <p><strong>subIdentifier</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -11413,97 +11077,39 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>filename</strong></p>
+                  <p><strong>ressourceName</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
-               <td>
-                  <p>The name of the attachment</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>messageKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td>
-                  <p>The identity key of the user being searched</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAttachment">GET</h4>
-               <p>Retrieves the attachment of the message</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5379"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5385">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e5388">/repo/lifecycle</h3>
-         <p>Initial date: 10.06.2013&lt;br&gt;</p>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getPublicLifeCycles">GET</h4>
-               <p>List all public lifecycles</p>
+               <h4 id="http://www.example.com#getSubscriber">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5395">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li>
+                  <li><a href="#d2e3025">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3026">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5405">/users</h3>
-         <p>This web service handles functionalities related to &lt;code&gt;User&lt;/code&gt;.</p>
+         <h3 id="d2e3027">/registration<span class="optional">?email</span></h3>
+         <p>Description:&lt;br&gt;
+            Web service to trigger the registration process
+            
+            &lt;P&gt;
+            Initial Date:  14 juil. 2011 &lt;br&gt;
+         </p>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#create">PUT</h4>
-               <p>Creates and persists a new user entity</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5412">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
-                  <li><a href="#d2e5413">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5417">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5430">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5443"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#getUserListQuery">GET</h4>
-               <p>Search users and return them in a simple form (without user properties). User properties
-                  can be added two the query parameters. If the authUsername and the authProvider are set,
-                  the search is made only with these two parameters because they are sufficient to return
-                  a single user.&lt;br&gt;
-                  The search with login and user properties are made default with wild cards. If an exact
-                  match is needed, the parameter msut be quoted:&lt;br&gt;
-                  users?login="username"&lt;br&gt;
-                  Don't forget the right escaping in the URL!&lt;br&gt;
-                  You can make a search with the user properties like this:&lt;br&gt;
-                  users?telMobile=39847592&amp;login=test
-               </p>
+               <h4 id="http://www.example.com#register">PUT</h4>
+               <p>Register with the specified email</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -11513,54 +11119,50 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>login</strong></p>
+                        <p><strong>email</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>authProvider</strong></p>
-                     </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>The email address</p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>authUsername</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>statusVisibleLimit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5457">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
+                  <li><a href="#d2e3038"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3042"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#registerPost">POST</h4>
+               <p>Register with the specified email</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3049">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3054"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5470"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3058"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5473">/users/{identityKey}</h3>
+         <h3 id="d2e3061">/repo/courses/{courseId}/elements/folder</h3>
+         <p>Description:&lt;br&gt;
+            
+            &lt;P&gt;
+            Initial Date:  6 févr. 2012 &lt;br&gt;
+         </p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -11570,62 +11172,39 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The user key identifier of the user being searched</p>
+                  <p>The course resourceable's id</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#delete">DELETE</h4>
-               <p>Delete an user from the system</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5483"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5489"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5495"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#update">POST</h4>
-               <p>Update an user</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5502">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
-                  <li><a href="#d2e5503">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5507"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getFolders">GET</h4>
+               <p>Retrieves metadata of the course node</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5513">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li>
+                  <li><a href="#d2e3073">application/xml, application/json (<abbr title="{http://www.example.com} folderVOes">ns3:folderVOes</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5526">application/xml, application/json (<abbr title="{http://www.example.com} errorVO">ns3:errorVO</abbr>)</a></li>
+                  <li><a href="#d2e3086"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5539"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3092"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#findById">GET</h4>
-               <p>Retrieves an user given its unique key identifier</p>
+               <h4 id="http://www.example.com#attachFolder">PUT</h4>
+               <p>This attaches a Folder Element onto a given course. The element will be
+                  inserted underneath the supplied parentNodeId.
+               </p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -11635,48 +11214,135 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>withPortrait</strong></p>
+                        <p><strong>parentNodeId</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td>
-                        <p>If true return the portrait as Base64 (default false)</p>
+                        <p>The node's id which will be the parent of this folder</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>position</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                     </td>
+                     <td>
+                        <p>The node's position relative to its sibling nodes (optional)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>shortTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td>
+                        <p>The node short title</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td>
+                        <p>The node long title</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td>
+                        <p>The node learning objectives</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The rules to view the node (optional)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>downloadExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The rules to download files (optional)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>uploadExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The rules to upload files (optional)</p>
                      </td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5552"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3126">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5558">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3139"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5571"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3145"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e5574">/users/managed</h3>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getManagedUsers">GET</h4>
+               <h4 id="http://www.example.com#attachFolderPost">POST</h4>
+               <p>This attaches a Folder Element onto a given course. The element will be
+                  inserted underneath the supplied parentNodeId.
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3152">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3180">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3193"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5577">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5578">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3199"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5579">/users/{identityKey}/roles</h3>
+         <h3 id="d2e3202">/repo/courses/{courseId}/elements/folder/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -11686,59 +11352,80 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The user key identifier of the user being searched</p>
+                  <p>The course resourceable's id</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The course resourceable's id</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The node's id</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#updateRoles">POST</h4>
-               <p>Update the roles of a user given its unique key identifier</p>
+               <h4 id="http://www.example.com#updateFolder">POST</h4>
+               <p>This updates a Folder Element onto a given course.</p>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e5587">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)</a></li>
-                  <li><a href="#d2e5588">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)</a></li>
+                  <li><a href="#d2e3213">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5592"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3235">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5598">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3248"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5611"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3254"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#getRoles">GET</h4>
-               <p>Retrieves the roles of a user given its unique key identifier</p>
+               <h4 id="http://www.example.com#getFolder">GET</h4>
+               <p>Retrieves metadata of the course node</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5620"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3263">application/xml, application/json (<abbr title="{http://www.example.com} folderVO">ns3:folderVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5626">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3276"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5639"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3282"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5642">/users/{identityKey}/status</h3>
+         <h3 id="d2e3285">/repo/courses/{courseId}/elements/folder/{nodeId}/files</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -11748,66 +11435,92 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The user key identifier of the user being searched</p>
+                  <p>The course resourceable's id</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
                </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#updateStatus">POST</h4>
-               <p>Update the roles of a user given its unique key identifier:
-                  &lt;ul&gt;
-                  	&lt;li&gt;1: Permanent user&lt;/li&gt; 
-                  	&lt;li&gt;2: activ&lt;/li&gt; 
-                  &lt;li&gt;101: login denied&lt;/li&gt; 
-                  &lt;li&gt;199: deleted&lt;/li&gt; 
-                  &lt;/ul&gt;
-               </p>
-               <p><em>acceptable request representations:</em></p>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
+               <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5650">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)</a></li>
-                  <li><a href="#d2e5651">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)</a></li>
+                  <li><a href="#d2e3290">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3291">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3292">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3293">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3294">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5655"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3297">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3298">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-               <p><em>available response representations:</em></p>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e5661">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3301">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5674"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3306">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3307">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#getStatus">GET</h4>
-               <p>Retrieves the status of a user given its unique key identifier</p>
+               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5683"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3310">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3311">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-               <p><em>available response representations:</em></p>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e5689">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3314">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e3315">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5702"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3317">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3318">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5705">/users/{identityKey}/preferences</h3>
+         <h3 id="d2e3319">/repo/courses/{courseId}/elements/folder/{nodeId}/files/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -11817,181 +11530,120 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The user key identifier of the user being searched</p>
+                  <p>The course resourceable's id</p>
                </td>
             </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getUserPreferences">GET</h4>
-               <p>Retrieves the preferences of a user given its unique key identifier</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5715"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5721">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5734"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#updatePreferences">POST</h4>
-               <p>Update the preferences of a user given its unique key identifier</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5741">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)</a></li>
-                  <li><a href="#d2e5742">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5746"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5752">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e5768">/users/{identityKey}/portrait</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
             <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>path</strong></p>
                </td>
                <td>
-                  <p>The identity key identifier of the user being searched</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getPortrait">GET</h4>
-               <p>Retrieves the portrait of an user</p>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5778"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3323">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3324">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3325">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3326">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3327">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5784">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3330">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3331">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3332">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#postPortrait">POST</h4>
-               <p>Upload the portrait of an user</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e5793"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3335">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5799">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3340">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3341">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3342">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5805"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3345">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3346">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3347">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#deletePortrait">DELETE</h4>
-               <p>Deletes the portrait of an user</p>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e5814"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3350">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e3351">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5820"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3353">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3354">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e5823">/users/version</h3>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>The version of the User Web Service</p>
+               <h4 id="http://www.example.com#putFolders">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5830">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3357">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3358">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e5840">/users/{identityKey}/folders</h3>
-         <p>Description:&lt;br&gt;
-            
-            &lt;P&gt;
-            Initial Date:  16 déc. 2011 &lt;br&gt;
-         </p>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>identityKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getFolders">GET</h4>
-               <p>Retrieves a list of folders on a user base. All folders of groups 
-                  where the user is participant/tutor + all folders in course where
-                  the user is a participant (owner, tutor or participant)
-               </p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5850">application/xml, application/json (<abbr title="{http://www.example.com} folderVOes">ns3:folderVOes</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5863"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3361">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3362">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5866">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}</h3>
+         <h3 id="d2e3363">/repo/courses/{courseId}/elements/folder/{nodeId}/files/version</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -12001,16 +11653,18 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td></td>
+               <td>
+                  <p>The course resourceable's id</p>
+               </td>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -12019,7 +11673,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseNodeId</strong></p>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -12030,61 +11684,16 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5871">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5872">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5873">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5874">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5875">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5878">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5879">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5882">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5887">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5888">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5891">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5892">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5895">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e5896">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5898">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5899">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3366">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5900">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/{path:.*}</h3>
+         <h3 id="d2e3367">/repo/courses/{courseId}/elements/folder/{nodeId}/files/metadata/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -12094,16 +11703,18 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td></td>
+               <td>
+                  <p>The course resourceable's id</p>
+               </td>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -12112,7 +11723,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseNodeId</strong></p>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -12132,80 +11743,185 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
+               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5904">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5905">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5906">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5907">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5908">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3371">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3372">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3373">/repo/entries<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;managed</span><span class="optional">&amp;externalId</span><span class="optional">&amp;externalRef</span><span class="optional">&amp;resourceType</span></h3>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
+               <h4 id="http://www.example.com#getEntries">GET</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>managed</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>externalId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>externalRef</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>resourceType</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5911">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5912">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5913">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3383">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3384">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5916">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getEntriesText">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5921">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5922">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5923">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3387">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3388">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
+               <h4 id="http://www.example.com#putResource">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5926">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5927">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5928">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5931">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e5932">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5934">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5935">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3391">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3392">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3393">/repo/entries/search<span class="optional">?type</span><span class="optional">&amp;author</span><span class="optional">&amp;name</span><span class="optional">&amp;myentries</span></h3>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#putFolders">PUT</h4>
+               <h4 id="http://www.example.com#searchEntries">GET</h4>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>type</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>author</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>*</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>name</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>*</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>myentries</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5938">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5939">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3401">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3402">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3403">/repo/entries/version</h3>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5942">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5943">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3406">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5944">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/version</h3>
+         <h3 id="d2e3407">/repo/entries/{repoEntryKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -12215,25 +11931,76 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#deleteCourse">DELETE</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3411">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3412">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getById">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3415">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3416">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#updateEntry">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3419">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)</a></li>
+                  <li><a href="#d2e3420">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3422">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3423">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replaceResource">POST</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3426">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3427">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3428">/repo/entries/{repoEntryKey}/coaches</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
             <tr>
                <td>
-                  <p><strong>courseKey</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseNodeId</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -12244,16 +12011,29 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
+               <h4 id="http://www.example.com#addCoach">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3432">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3433">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3435">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getCoaches">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5947">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3438">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3439">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5948">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/metadata/{path:.*}</h3>
+         <h3 id="d2e3440">/repo/entries/{repoEntryKey}/coaches/{identityKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -12261,6 +12041,15 @@
                <th>value</th>
                <th>description</th>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>repoEntryKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
             <tr>
                <td>
                   <p><strong>identityKey</strong></p>
@@ -12272,16 +12061,44 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseKey</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#addCoach">PUT</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3445">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#removeCoach">DELETE</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3448">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3449">/repo/entries/{repoEntryKey}/file</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
             <tr>
                <td>
-                  <p><strong>courseNodeId</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -12290,7 +12107,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>path</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -12301,17 +12118,17 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
+               <h4 id="http://www.example.com#getRepoFileById">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5952">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5953">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3453">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3454">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5954">/users/{identityKey}/folders/group/{groupKey}</h3>
+         <h3 id="d2e3455">/repo/entries/{repoEntryKey}/status</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -12321,19 +12138,19 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
@@ -12341,61 +12158,73 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5958">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5959">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5960">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5961">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5962">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5965">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5966">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
+               <h4 id="http://www.example.com#deleteCoursePermanently">POST</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e5969">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3459">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5974">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5975">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3462">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3463">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3464">/repo/entries/{repoEntryKey}/participants</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>repoEntryKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>repoEntryKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
+               <h4 id="http://www.example.com#getParticipants">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5978">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5979">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3468">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3469">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
+               <h4 id="http://www.example.com#addParticipants">PUT</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e5982">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e5983">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e3472">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3473">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e5985">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5986">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3475">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e5987">/users/{identityKey}/folders/group/{groupKey}/{path:.*}</h3>
+         <h3 id="d2e3476">/repo/entries/{repoEntryKey}/participants/{identityKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -12405,16 +12234,16 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -12423,7 +12252,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>path</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -12434,80 +12263,23 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5991">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5992">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5993">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5994">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5995">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e5998">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e5999">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6000">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6003">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#addParticipant">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6008">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6009">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6010">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3481">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
+               <h4 id="http://www.example.com#removeParticipant">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6013">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6014">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6015">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6018">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e6019">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6021">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6022">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFolders">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6025">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6026">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6029">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6030">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3484">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6031">/users/{identityKey}/folders/group/{groupKey}/version</h3>
+         <h3 id="d2e3486">/repo/entries/{repoEntryKey}/owners</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -12517,19 +12289,19 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>groupKey</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
@@ -12537,65 +12309,29 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
+               <h4 id="http://www.example.com#addOwners">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3490">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3491">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6034">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3493">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6035">/users/{identityKey}/folders/group/{groupKey}/metadata/{path:.*}</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>identityKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>groupKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>path</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
+               <h4 id="http://www.example.com#getOwners">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6039">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6040">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3496">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3497">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6041">/users/{identityKey}/folders/personal</h3>
+         <h3 id="d2e3498">/repo/entries/{repoEntryKey}/owners/{identityKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -12605,79 +12341,13 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6044">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6045">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6046">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6047">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6048">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6051">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6052">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6055">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6060">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6061">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6064">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6065">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6068">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e6069">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6071">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6072">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6073">/users/{identityKey}/folders/personal/{path:.*}</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
             <tr>
                <td>
                   <p><strong>identityKey</strong></p>
@@ -12689,7 +12359,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>path</strong></p>
+                  <p><strong>repoEntryKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -12700,110 +12370,49 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#listFiles">GET</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6077">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6078">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6079">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6080">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6081">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6084">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6085">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6086">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6089">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6094">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6095">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6096">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6099">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6100">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6101">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6104">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e6105">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#addOwner">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6107">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6108">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3503">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#putFolders">PUT</h4>
+               <h4 id="http://www.example.com#removeOwner">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6111">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6112">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3506">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3507">/ping</h3>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
+               <h4 id="http://www.example.com#ping">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6115">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6116">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3510">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6117">/users/{identityKey}/folders/personal/version</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>identityKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
+         <h3 id="d2e3511">/ping/version</h3>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
                <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6120">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3514">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6121">/users/{identityKey}/folders/personal/metadata/{path:.*}</h3>
+         <h3 id="d2e3515">/ping/{name}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -12813,16 +12422,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>path</strong></p>
+                  <p><strong>name</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -12833,17 +12433,22 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
+               <h4 id="http://www.example.com#ping">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6125">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-                  <li><a href="#d2e6126">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3519">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6128">/users/{identityKey}/courses</h3>
+         <h3 id="d2e3520">/repo/courses/{courseId}/elements/enrollment</h3>
+         <p>Description:&lt;br&gt;
+            This handles the enrollment building block.
+            
+            &lt;P&gt;
+            Initial Date:  10 mai 2010 &lt;br&gt;
+         </p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -12853,41 +12458,45 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td></td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods"></div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6130">/users/{identityKey}/courses/my<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>identityKey</strong></p>
-               </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p>The course resourceable's id</p>
                </td>
-               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMyCourses">GET</h4>
-               <p>Retrieves the list of "My entries" but limited to courses.</p>
+               <h4 id="http://www.example.com#attachEnrollmenetPost">POST</h4>
+               <p>This attaches an enrollment element onto a given course, the element will be
+                  inserted underneath the supplied parentNodeId
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3530">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3561">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3574"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3580"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#attachEnrolmment">PUT</h4>
+               <p>This attaches an enrollment element onto a given course, the element will be
+                  inserted underneath the supplied parentNodeId
+               </p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -12897,42 +12506,125 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>start</strong></p>
+                        <p><strong>parentNodeId</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td>
-                        <p>The first result</p>
+                        <p>The node's id which will be the parent of this structure</p>
                      </td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>limit</strong></p>
+                        <p><strong>position</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
                      </td>
                      <td>
-                        <p>Max result</p>
+                        <p>The node's position relative to its sibling nodes (optional)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>shortTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td>
+                        <p>The node short title</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>longTitle</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td>
+                        <p>The node long title</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>objectives</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
+                     </td>
+                     <td>
+                        <p>The node learning objectives</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>visibilityExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The rules to view the node (optional)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>accessExpertRules</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The rules to access the node (optional)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>groups</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>A list of learning groups (list of keys)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>cancelEnabled</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
+                     </td>
+                     <td>
+                        <p>cancel enrollment enabled or not</p>
                      </td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6144">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
+                  <li><a href="#d2e3617">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3630"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6157"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3636"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6160">/users/{identityKey}/courses/teached<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
+         <h3 id="d2e3639">/repo/courses/{courseId}/elements/enrollment/{nodeId}/groups</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -12942,19 +12634,60 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The course resourceable's id</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getTeachedCourses">GET</h4>
-               <p>Retrieves the list of "My supervised courses" but limited to courses.</p>
+               <h4 id="http://www.example.com#getGroups">GET</h4>
+               <p>Retrieves the groups where the enrollment happens</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3648">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3661"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3667"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3670">/repo/courses/infos<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getCourseInfoList">GET</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -12970,9 +12703,7 @@
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                         <p>Default: <tt>0</tt></p>
                      </td>
-                     <td>
-                        <p>The first result</p>
-                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
@@ -12982,24 +12713,19 @@
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                         <p>Default: <tt>25</tt></p>
                      </td>
-                     <td>
-                        <p>Max result</p>
-                     </td>
+                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6174">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6187"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3676">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3677">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6190">/users/{identityKey}/courses/favorite<span class="optional">?start</span><span class="optional">&amp;limit</span></h3>
+         <h3 id="d2e3678">/repo/courses/infos/{courseId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -13009,7 +12735,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -13020,58 +12746,22 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getFavoritCourses">GET</h4>
-               <p>Retrieves the list of my favorite courses.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td>
-                        <p>The first result</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td>
-                        <p>Max result</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6204">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getCourseInfo">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6217"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3682">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3683">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6220">/users/{identityKey}/groups<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;externalId</span><span class="optional">&amp;managed</span></h3>
-         <p>Description:&lt;br&gt;
-            
-            &lt;P&gt;
-            Initial Date:  18 oct. 2011 &lt;br&gt;
-         </p>
+         <h3 id="d2e3685">/auth</h3>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3686">/auth/{username}<span class="optional">?password</span><span class="optional">&amp;x-olat-token</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -13081,10 +12771,10 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>username</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
@@ -13092,8 +12782,7 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getUserGroupList">GET</h4>
-               <p>Return all groups of a user where the user is coach or participant.</p>
+               <h4 id="http://www.example.com#login">GET</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -13103,64 +12792,53 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td>
-                        <p>The first result</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td>
-                        <p>The maximum results</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>externalId</strong></p>
+                        <p><strong>password</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
-                     <td>
-                        <p>Search with an external ID</p>
-                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>managed</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p><strong>x-olat-token</strong></p>
                      </td>
                      <td>
-                        <p>(true / false) Search only managed / not managed groups</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6243"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3693">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3694">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3695">/auth/version</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6249">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
+                  <li><a href="#d2e3698">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6259">/users/{identityKey}/groups/owner<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;externalId</span><span class="optional">&amp;managed</span></h3>
+         <h3 id="d2e3699">/vitero</h3>
+         <p>Initial date: 06.07.2015&lt;br&gt;</p>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3702">/vitero/{resourceName}/{resourceId}/{subIdentifier}</h3>
+         <p>Initial date: 14.07.2015&lt;br&gt;</p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -13170,86 +12848,72 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>resourceName</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>resourceId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td></td>
             </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getOwnedGroupList">GET</h4>
-               <p>Return all groups of a user where the user is coach/owner.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td>
-                        <p>The first result</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td>
-                        <p>The maximum results</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>externalId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>Search with an external ID</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>managed</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td>
-                        <p>(true / false) Search only managed / not managed groups</p>
-                     </td>
-                  </tr>
-               </table>
+            <tr>
+               <td>
+                  <p><strong>subIdentifier</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getRooms">GET</h4>
+               <p>returns the list of booking of the resource.</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3714">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#createRoom">PUT</h4>
+               <p>Return the created or updated booking</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3728">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+                  <li><a href="#d2e3729">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6279"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3733">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#updateRoom">POST</h4>
+               <p>Return the created or updated booking</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3747">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
+                  <li><a href="#d2e3748">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6285">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
+                  <li><a href="#d2e3752">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)</a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6295">/users/{identityKey}/groups/participant<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;externalId</span><span class="optional">&amp;managed</span></h3>
+         <h3 id="d2e3762">/vitero/{resourceName}/{resourceId}/{subIdentifier}/{bookingId}/members</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -13259,86 +12923,161 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>resourceName</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>resourceId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>subIdentifier</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>bookingId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+               </td>
+               <td>
+                  <p>The id of the booking</p>
+               </td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getParticipatingGroupList">GET</h4>
-               <p>Return all groups of a user where the user is participant.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td>
-                        <p>The first result</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td>
-                        <p>The maximum results</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>externalId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>Search with an external ID</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>managed</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td>
-                        <p>(true / false) Search only managed / not managed groups</p>
-                     </td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#getMembers">GET</h4>
+               <p>Returns the list of members of the booking.</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3772">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)</a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#addMembers">POST</h4>
+               <p>Update the list of members of the booking, it add and mutates the
+                  members and delete the missing members.
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3786">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3787">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3791">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)</a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3801">/vitero/{resourceName}/{resourceId}/{subIdentifier}/{bookingId}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>resourceName</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>resourceId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>subIdentifier</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>bookingId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#deleteRoom">DELETE</h4>
+               <p>Delete the booking</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6315"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3809"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3812">/users/{identityKey}/calendars</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getCalendars">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6321">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li>
+                  <li><a href="#d2e3816">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3817">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6331">/users/{identityKey}/groups/infos<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;externalId</span><span class="optional">&amp;managed</span></h3>
+         <h3 id="d2e3818">/users/{identityKey}/calendars/events<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;onlyFuture</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -13355,12 +13094,20 @@
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getUserGroupInfosList">GET</h4>
-               <p>Return all groups with information of a user. Paging is mandatory!</p>
+               <h4 id="http://www.example.com#getEvents">GET</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -13376,9 +13123,7 @@
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                         <p>Default: <tt>0</tt></p>
                      </td>
-                     <td>
-                        <p>The first result</p>
-                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
@@ -13388,77 +13133,30 @@
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                         <p>Default: <tt>25</tt></p>
                      </td>
-                     <td>
-                        <p>The maximum results</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>externalId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>Search with an external ID</p>
-                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>managed</strong></p>
+                        <p><strong>onlyFuture</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>false</tt></p>
                      </td>
-                     <td>
-                        <p>(true / false) Search only managed / not managed groups</p>
-                     </td>
+                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6351">application/xml;pagingspec=1.0, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} groupInfoVO">ns3:groupInfoVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6364"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6367">/repo/forums</h3>
-         <p>Description:&lt;br&gt;
-            Web service to manage forums.
-            
-            &lt;P&gt;
-            Initial Date:  26 aug. 2010 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods"></div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6370">/repo/forums/version</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>The version of the Forum Web Service</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6375">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3826">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3827">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6385">/repo/forums/{forumKey}</h3>
-         <p>Description:&lt;br&gt;
-            Web service to manage a forum.
-            
-            &lt;P&gt;
-            Initial Date:  20 apr. 2010 &lt;br&gt;
-         </p>
+         <h3 id="d2e3828">/users/{identityKey}/calendars/{calendarId}</h3>
+         <p>Initial date: 23.12.2015&lt;br&gt;</p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -13468,38 +13166,37 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>forumKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
                <td>
-                  <p>The key of the forum</p>
+                  <p><strong>calendarId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getForum">GET</h4>
-               <p>Retrieves the forum.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6397"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6403">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6416"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
+         <div class="methods"></div>
       </div>
       <div class="resource">
-         <h3 id="d2e6419">/repo/forums/{forumKey}/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h3 id="d2e3833">/users/{identityKey}/calendars/{calendarId}/events<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;onlyFuture</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -13509,21 +13206,36 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>forumKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
                <td>
-                  <p>The key of the forum</p>
+                  <p><strong>calendarId</strong></p>
                </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getThreads">GET</h4>
-               <p>Retrieves the threads in the forum</p>
+               <h4 id="http://www.example.com#getEventsByCalendar">GET</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -13553,123 +13265,51 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>orderBy</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
-                     </td>
-                     <td>
-                        <p>(value name,creationDate)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>asc</strong></p>
+                        <p><strong>onlyFuture</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td>
-                        <p>(value true/false)</p>
+                        <p>Default: <tt>false</tt></p>
                      </td>
+                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6435"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6441">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6454"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3840">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3841">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
-               <p>Creates a new thread in the forum of the course node</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>title</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The title for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>body</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The body for the first post in the thread</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>authorKey</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td>
-                        <p>The author user key (optional)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6473"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#putEventsByCalendar">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e6479">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e3844">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3845">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6492"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3847">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3848">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
-               <p>Creates a new thread in the forum of the course node</p>
+               <h4 id="http://www.example.com#postEventsByCalendar">POST</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e6499">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6506"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6512">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e3851">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3852">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6525"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3854">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3855">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6528">/repo/forums/{forumKey}/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h3 id="d2e3856">/users/{identityKey}/calendars/{calendarId}/events/{eventId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -13679,101 +13319,128 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>forumKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
                <td>
-                  <p>The key of the forum</p>
+                  <p><strong>calendarId</strong></p>
                </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>threadKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>eventId</strong></p>
+               </td>
                <td>
-                  <p>The key of the thread</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getMessages">GET</h4>
-               <p>Retrieves the messages in the thread</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>start</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>limit</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>25</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>orderBy</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>creationDate</tt></p>
-                     </td>
-                     <td>
-                        <p>(value name, creationDate)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>asc</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td>
-                        <p>(value true/false)</p>
-                     </td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#deleteEventByCalendar">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3860">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3861">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3862">/users/{identityKey}/calendars/{calendarId}/event</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>calendarId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#putEventByCalendar">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3865">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+                  <li><a href="#d2e3866">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6553">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+                  <li><a href="#d2e3868">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3869">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postEventByCalendar">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3872">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3873">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
+                  <li><a href="#d2e3874">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6566"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3876">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3877">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6569">/repo/forums/{forumKey}/posts/{messageKey}</h3>
+         <h3 id="d2e3878">/users/{identityKey}/forums</h3>
+         <p>Description:&lt;br&gt;
+            
+            &lt;P&gt;
+            Initial Date:  6 déc. 2011 &lt;br&gt;
+         </p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -13783,73 +13450,194 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>forumKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The key of the forum</p>
+                  <p>The key of the user (IdentityImpl)</p>
                </td>
             </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getForums">GET</h4>
+               <p>Retrieves a list of forums on a user base. All forums of groups 
+                  where the user is participant/tutor + all forums in course where
+                  the user is a participant (owner, tutor or participant)
+               </p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3890">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e3903"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3906">/users/{identityKey}/forums/group/{groupKey}</h3>
+         <p>Description:&lt;br&gt;
+            Web service to manage a forum.
+            
+            &lt;P&gt;
+            Initial Date:  20 apr. 2010 &lt;br&gt;
+         </p>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
             <tr>
                <td>
-                  <p><strong>messageKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The id of the reply message</p>
+                  <p>The key of the user (IdentityImpl)</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6577">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getForum">GET</h4>
+               <p>Retrieves the forum.</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6590"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3916">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6596">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e3929"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6609"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3935"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e3938">/users/{identityKey}/forums/group/{groupKey}/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the user (IdentityImpl)</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6616">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-                  <li><a href="#d2e6617">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getThreads">GET</h4>
+               <p>Retrieves the threads in the forum</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>orderBy</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>creationDate</tt></p>
+                     </td>
+                     <td>
+                        <p>(value name,creationDate)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>asc</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td>
+                        <p>(value true/false)</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6621"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3954">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6627">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e3967"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6640"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3973"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#replyToPost">PUT</h4>
-               <p>Creates a new reply in the forum of the course node</p>
+               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
+               <p>Creates a new thread in the forum of the course node</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -13893,21 +13681,41 @@
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6659"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e3992">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4005"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4011"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
+               <p>Creates a new thread in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4018">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4025">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6665">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+                  <li><a href="#d2e4038"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6678"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4044"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6681">/repo/forums/{forumKey}/posts/{messageKey}/attachments</h3>
+         <h3 id="d2e4047">/users/{identityKey}/forums/group/{groupKey}/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -13917,99 +13725,110 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>forumKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The key of the forum</p>
+                  <p>The key of the user (IdentityImpl)</p>
                </td>
             </tr>
             <tr>
                <td>
-                  <p><strong>messageKey</strong></p>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>threadKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The key of the message</p>
+                  <p>The key of the thread</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAttachments">GET</h4>
-               <p>Retrieves the attachments of the message</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6691"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6697">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6704">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6710"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6716">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6723">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-                  <li><a href="#d2e6724">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6728"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getMessages">GET</h4>
+               <p>Retrieves the messages in the thread</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>orderBy</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>creationDate</tt></p>
+                     </td>
+                     <td>
+                        <p>(value name, creationDate)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>asc</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td>
+                        <p>(value true/false)</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6734">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4066">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
                </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
-               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
-                  filename The name of the attachment&lt;br&gt;
-                  file The attachment.
-               </p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6743"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4079"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6749">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4085"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6752">/repo/forums/{forumKey}/posts/{messageKey}/attachments/{filename}</h3>
+         <h3 id="d2e4088">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -14019,25 +13838,23 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>forumKey</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The key of the forum</p>
+                  <p>The key of the user (IdentityImpl)</p>
                </td>
             </tr>
             <tr>
                <td>
-                  <p><strong>filename</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
-                  <p>The name of the attachment</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
             <tr>
                <td>
@@ -14047,91 +13864,114 @@
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The identity key of the user being searched</p>
+                  <p>The id of the reply message</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAttachment">GET</h4>
-               <p>Retrieves the attachment of the message</p>
+               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4096">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4109">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4122"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6771">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4128"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6774">/users/{username}/auth</h3>
-         <p>This web service handles functionalities related to authentication credentials of users.</p>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>username</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The username of the user to retrieve authentication</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#create">PUT</h4>
-               <p>Creates and persists an authentication</p>
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e6784">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)</a></li>
-                  <li><a href="#d2e6785">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)</a></li>
+                  <li><a href="#d2e4135">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+                  <li><a href="#d2e4136">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6789"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4140">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6795">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)</a></li>
+                  <li><a href="#d2e4153"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6808"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4159"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#getAuthenticationTokenList">GET</h4>
-               <p>Returns all user authentications</p>
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>title</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The title for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>body</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The body for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>authorKey</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td>
+                        <p>The author user key (optional)</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6815"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4178">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6819">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)</a></li>
+                  <li><a href="#d2e4191"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6830"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4197"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6833">/users/{username}/auth/{authKey}</h3>
+         <h3 id="d2e4200">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -14141,120 +13981,108 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>username</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The username of the user to retrieve authentication</p>
+                  <p>The key of the user (IdentityImpl)</p>
                </td>
             </tr>
             <tr>
                <td>
-                  <p><strong>username</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
-                  <p>The username of the user</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>authKey</strong></p>
+                  <p><strong>messageKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The authentication key identifier</p>
+                  <p>The key of the message</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#delete">DELETE</h4>
-               <p>Deletes an authentication from the system</p>
+               <h4 id="http://www.example.com#getAttachments">GET</h4>
+               <p>Retrieves the attachments of the message</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6846"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4210">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4216"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4223">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6852"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4229">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6858"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4235"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6861">/users/{username}/auth/password</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>username</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The username of the user to retrieve authentication</p>
-               </td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>username</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td>
-                  <p>The username of the user to change the password</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#changePassword">POST</h4>
-               <p>Change the password of a user.</p>
+               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e6869">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4242">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e4243">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6876"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4247">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6882"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4253"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6888"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4262">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6894"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4268"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6897">/users/{username}/auth/version</h3>
+         <h3 id="d2e4271">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments/{filename}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -14264,143 +14092,71 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>username</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The username of the user to retrieve authentication</p>
+                  <p>The key of the user (IdentityImpl)</p>
                </td>
             </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>The version of the User Authentication Web Service</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6904">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6914">/i18n</h3>
-         <p>Description:&lt;br&gt;
-            This handles translations from the i18n module of OLAT.
-            
-            &lt;P&gt;
-            Initial Date:  14 apr. 2010 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods"></div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6917">/i18n/version</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>Retrieves the version of the i18n Web Service.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e6922">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6932">/i18n/{package}/{key}<span class="optional">?locale</span></h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
             <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>package</strong></p>
+                  <p><strong>messageKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The name of the package</p>
+                  <p>The identity key of the user being searched</p>
                </td>
             </tr>
             <tr>
                <td>
-                  <p><strong>key</strong></p>
+                  <p><strong>filename</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td>
-                  <p>The key to translate</p>
+                  <p>The name of the attachment</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getTranslation">GET</h4>
-               <p>Return the translation of the key. If the "locale" parameter is not specified, the method
-                  try to use the "locale" of the user and if it hasn't, take the default locale.
-               </p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>locale</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The locale (optional)</p>
-                     </td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#getAttachment">GET</h4>
+               <p>Retrieves the attachment of the message</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6947">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4284">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6957">/repo/courses/{courseId}/elements</h3>
-         <p>This interface provides course building capabilities from our REST API.
-            &lt;p&gt;
-            Initial Date: Feb 8, 2010 Time: 3:45:50 PM&lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods"></div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e6960">/repo/courses/{courseId}/elements/version</h3>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>The version of the Course Elements Web Service</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6965">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4290"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e6975">/repo/courses/{courseId}/elements/{nodeId}</h3>
+         <h3 id="d2e4293">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}</h3>
+         <p>Description:&lt;br&gt;
+            Web service to manage a forum.
+            
+            &lt;P&gt;
+            Initial Date:  20 apr. 2010 &lt;br&gt;
+         </p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -14410,49 +14166,56 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The node's id</p>
+                  <p>The key of the user (IdentityImpl)</p>
                </td>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>courseKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseNodeId</strong></p>
+               </td>
                <td>
-                  <p>The course resourceable's id</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getCourseNode">GET</h4>
-               <p>Retrieves metadata of the course node</p>
+               <h4 id="http://www.example.com#getForum">GET</h4>
+               <p>Retrieves the forum.</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6988"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4304">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e6994">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4317"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7007"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4323"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7010">/repo/courses/{courseId}/elements/structure/{nodeId}</h3>
+         <h3 id="d2e4326">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -14462,58 +14225,30 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the user (IdentityImpl)</p>
                </td>
-               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>courseKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td></td>
             </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#updateStructure">POST</h4>
-               <p>This updates a Structure Element onto a given course.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7017"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7021">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7032"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e7035">/repo/courses/{courseId}/elements/structure</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>courseNodeId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td></td>
             </tr>
@@ -14521,28 +14256,8 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachStructurePostMultiparts">POST</h4>
-               <p>This attaches a Structure Element onto a given course. The element will be
-                  inserted underneath the supplied parentNodeId.
-               </p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7043"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7049">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7062"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#attachStructure">PUT</h4>
-               <p>This attaches a Structure Element onto a given course. The element will be
-                  inserted underneath the supplied parentNodeId.
-               </p>
+               <h4 id="http://www.example.com#getThreads">GET</h4>
+               <p>Retrieves the threads in the forum</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -14552,98 +14267,143 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>parentNodeId</strong></p>
+                        <p><strong>start</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>position</strong></p>
+                        <p><strong>limit</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>shortTitle</strong></p>
+                        <p><strong>orderBy</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p>Default: <tt>creationDate</tt></p>
+                     </td>
+                     <td>
+                        <p>(value name,creationDate)</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>longTitle</strong></p>
+                        <p><strong>asc</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
                      </td>
-                     <td></td>
+                     <td>
+                        <p>(value true/false)</p>
+                     </td>
+                  </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4342">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4355"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4361"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
+               <p>Creates a new thread in the forum of the course node</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>objectives</strong></p>
+                        <p><strong>title</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>visibilityExpertRules</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>The title for the first post in the thread</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>accessExpertRules</strong></p>
+                        <p><strong>body</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
-                     <td></td>
+                     <td>
+                        <p>The body for the first post in the thread</p>
+                     </td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>displayType</strong></p>
+                        <p><strong>authorKey</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>toc</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td>
+                        <p>The author user key (optional)</p>
                      </td>
-                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7080"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4380">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4393"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4399"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
+               <p>Creates a new thread in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4406">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4413">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7086">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4426"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7099"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4432"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7102">/repo/courses/{courseId}/elements/singlepage/{nodeId}</h3>
+         <h3 id="d2e4435">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -14653,7 +14413,27 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the user (IdentityImpl)</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseNodeId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
@@ -14662,36 +14442,90 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>threadKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td></td>
+               <td>
+                  <p>The key of the thread</p>
+               </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#updateSinglePage">POST</h4>
-               <p>This updates a Single Page Element onto a given course.</p>
+               <h4 id="http://www.example.com#getMessages">GET</h4>
+               <p>Retrieves the messages in the thread</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>orderBy</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>creationDate</tt></p>
+                     </td>
+                     <td>
+                        <p>(value name, creationDate)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>asc</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td>
+                        <p>(value true/false)</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7111"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4454">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7117">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4467"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7130"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4473"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7133">/repo/courses/{courseId}/elements/singlepage</h3>
+         <h3 id="d2e4476">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -14701,79 +14535,91 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the user (IdentityImpl)</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>courseNodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The id of the reply message</p>
+               </td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachSinglePagePost">POST</h4>
-               <p>This attaches a Single Page Element onto a given course. The element will
-                  be inserted underneath the supplied parentNodeId.
-               </p>
+               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
+               <p>Creates a new reply in the forum of the course node</p>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e7139">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4484">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7152"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4497">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7158">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4510"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7171"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4516"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#attachSinglePagePost">POST</h4>
-               <p>This attaches a Single Page Element onto a given course. The element will
-                  be inserted underneath the supplied parentNodeId.
-               </p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7180"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7186">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e7199"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4523">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+                  <li><a href="#d2e4524">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
                </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#attachSinglePage">PUT</h4>
-               <p>This attaches a Single Page Element onto a given course. The element will
-                  be inserted underneath the supplied parentNodeId.
-               </p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7208"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4528">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7214">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4541"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7227"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#attachSinglePage">PUT</h4>
-               <p>This attaches a Single Page Element onto a given course. The element will
-                  be inserted underneath the supplied parentNodeId.
-               </p>
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -14783,106 +14629,55 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>position</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>shortTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>longTitle</strong></p>
+                        <p><strong>title</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p>The title for the first post in the thread</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>visibilityExpertRules</strong></p>
+                        <p><strong>body</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>The body for the first post in the thread</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>filename</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><strong>authorKey</strong></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
                      <td>
-                        <p><strong>path</strong></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>The author user key (optional)</p>
                      </td>
-                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7246"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4566">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7252">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4579"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7265"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4585"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7268">/repo/courses/{courseId}/elements/task/{nodeId}</h3>
+         <h3 id="d2e4588">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -14892,53 +14687,117 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The node's id of this task</p>
+                  <p>The key of the user (IdentityImpl)</p>
                </td>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>courseKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable id</p>
-               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseNodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the message</p>
+               </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#updateTask">POST</h4>
-               <p>This updates a Task Element onto a given course.</p>
+               <h4 id="http://www.example.com#getAttachments">GET</h4>
+               <p>Retrieves the attachments of the message</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4598">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4604"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4611">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4617">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4623"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e7279">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4630">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e4631">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4635">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7304"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4641"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7310">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4650">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7323"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4656"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7326">/repo/courses/{courseId}/elements/task</h3>
+         <h3 id="d2e4659">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments/{filename}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -14948,45 +14807,91 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>identityKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the user (IdentityImpl)</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseNodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The course resourceable id</p>
+                  <p>The identity key of the user being searched</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>filename</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The name of the attachment</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachTaskPost">POST</h4>
-               <p>This attaches a Task Element onto a given course. The element will be
-                  inserted underneath the supplied parentNodeId.
-               </p>
-               <p><em>acceptable request representations:</em></p>
+               <h4 id="http://www.example.com#getAttachment">GET</h4>
+               <p>Retrieves the attachment of the message</p>
+               <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7334">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4672">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7365"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4678"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-               <p><em>available response representations:</em></p>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e4681">/groups</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#createGroup">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e7371">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4684">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+                  <li><a href="#d2e4685">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4687">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4688">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#attachTask">PUT</h4>
-               <p>This attaches a Task Element onto a given course. The element will be
-                  inserted underneath the supplied parentNodeId.
-               </p>
+               <h4 id="http://www.example.com#getGroupList">GET</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -14996,124 +14901,46 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The node's id which will be the parent of this task</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>position</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td>
-                        <p>The node's position relative to its sibling nodes (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>shortTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node short title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>longTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node long title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node learning objectives</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>visibilityExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to view the node (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to access the node (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>text</strong></p>
+                        <p><strong>externalId</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
-                     <td>
-                        <p>The task node text</p>
-                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>points</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
+                        <p><strong>managed</strong></p>
                      </td>
                      <td>
-                        <p>The task node's possible points</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
                      </td>
+                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7421"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7427">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4694">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4695">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e4696">/groups/version</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7440"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4699">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7443">/repo/courses/{courseId}/elements/test/{nodeId}</h3>
+         <h3 id="d2e4700">/groups/{groupKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -15123,16 +14950,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -15143,29 +14961,37 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#updateTest">POST</h4>
-               <p>This updates a Test Element onto a given course.</p>
-               <p><em>acceptable request representations:</em></p>
+               <h4 id="http://www.example.com#findById">GET</h4>
+               <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7450">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4704">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4705">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-               <p><em>available response representations:</em></p>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postGroup">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e7460"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4708">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
+                  <li><a href="#d2e4709">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7466">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4711">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4712">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#deleteGroup">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7479"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4715">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7482">/repo/courses/{courseId}/elements/test</h3>
+         <h3 id="d2e4716">/groups/{groupKey}/news</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -15175,163 +15001,110 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable id</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachTestPost">POST</h4>
-               <p>This attaches a Test Element onto a given course. The element will be
-                  inserted underneath the supplied parentNodeId.
-               </p>
-               <p><em>acceptable request representations:</em></p>
+               <h4 id="http://www.example.com#getNews">GET</h4>
+               <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7490">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4720">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
-               <p><em>available response representations:</em></p>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postNews">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e7518"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4723">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7524">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4726">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#deleteNews">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7537"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4729">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e4730">/groups/{groupKey}/configuration</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachTest">PUT</h4>
-               <p>This attaches a Test Element onto a given course. The element will be
-                  inserted underneath the supplied parentNodeId.
-               </p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The node's id which will be the parent of this test</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>position</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td>
-                        <p>The test node's id which is retorned in the
-                           response of the import test resource
-                        </p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>shortTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node's position relative to its sibling nodes (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>longTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node short title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node long title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>visibilityExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The node learning objectives</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to view the node (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>testResourceableId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to access the node (optional)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
+               <h4 id="http://www.example.com#postGroupConfiguration">POST</h4>
+               <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e7571"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4734">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7577">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4736">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e4737">/groups/{groupKey}/infos</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getInformations">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7590"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4741">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4742">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7594">/repo/courses/{courseId}/elements/assessment/{nodeId}</h3>
+         <h3 id="d2e4743">/groups/{groupKey}/owners</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -15341,53 +15114,105 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getTutors">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4747">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4748">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e4749">/groups/{groupKey}/participants</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
-                  <p>The node's id of this assessment</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getParticipants">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4753">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4754">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e4755">/groups/{groupKey}/owners/{identityKey}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
                <td>
-                  <p>The course resourceable's id</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#updateAssessment">POST</h4>
-               <p>Updates an assessment building block.</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7605">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7622"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#addTutor">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7626">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4760">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#removeTutor">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7637"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4763">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7640">/repo/courses/{courseId}/elements/assessment</h3>
+         <h3 id="d2e4764">/groups/{groupKey}/participants/{identityKey}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -15397,146 +15222,118 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>identityKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
                <td>
-                  <p>The course resourceable's id</p>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachAssessmentPost">POST</h4>
-               <p>Attaches an assessment building block.</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7648">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7671"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#addParticipant">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7675">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4769">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#removeParticipant">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7686"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4772">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e4774">/groups/{groupKey}/folder</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachAssessment">PUT</h4>
-               <p>Attaches an assessment building block.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The node's id which will be the parent of this assessment</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>position</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td>
-                        <p>The node's position relative to its sibling nodes (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>shortTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node short title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>longTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node long title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node learning objectives</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>visibilityExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to view the node (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to access the node (optional)</p>
-                     </td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4778">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4779">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4780">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4781">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4782">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFileToRoot">POST</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4785">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4786">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFile64ToRoot">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4789">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7715"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4794">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4795">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFileToRoot">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7719">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4798">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4799">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFile64VOToRoot">PUT</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4802">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e4803">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7730"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4805">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4806">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7733">/repo/courses/{courseId}/elements/wiki/{nodeId}</h3>
+         <h3 id="d2e4807">/groups/{groupKey}/folder/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -15546,53 +15343,100 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
-                  <p>The node's id which of this wiki</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><strong>path</strong></p>
                </td>
                <td>
-                  <p>The course resourceable's id</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#updateWiki">POST</h4>
-               <p>Attaches an wiki building block.</p>
+               <h4 id="http://www.example.com#listFiles">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4811">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4812">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4813">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4814">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4815">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFileToFolder">POST</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4818">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4819">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4820">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#postFile64ToFolder">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4823">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4828">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4829">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4830">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFileToFolder">PUT</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4833">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4834">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4835">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFile64ToFolder">PUT</h4>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e7744">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4838">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e4839">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7764"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4841">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4842">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#putFolders">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7768">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4845">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4846">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#deleteItem">DELETE</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7779"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4849">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4850">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7782">/repo/courses/{courseId}/elements/wiki<span class="optional">?parentNodeId</span><span class="optional">&amp;position</span><span class="optional">&amp;shortTitle</span><span class="optional">&amp;longTitle</span><span class="optional">&amp;objectives</span><span class="optional">&amp;visibilityExpertRules</span><span class="optional">&amp;accessExpertRules</span><span class="optional">&amp;wikiResourceableId</span></h3>
+         <h3 id="d2e4851">/groups/{groupKey}/folder/version</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -15602,7 +15446,7 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
@@ -15613,207 +15457,59 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachWikiPost">POST</h4>
-               <p>Attaches an wiki building block.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>position</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>shortTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>longTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>visibilityExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>wikiResourceableId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7797"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7801">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7812"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4854">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e4855">/groups/{groupKey}/folder/metadata/{path:.*}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>path</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachWiki">PUT</h4>
-               <p>Attaches an wiki building block.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>position</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>shortTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>longTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>visibilityExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>wikiResourceableId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7828"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7832">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getFileMetadata">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7843"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4859">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4860">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7846">/repo/courses/{courseId}/elements/blog/{nodeId}</h3>
+         <h3 id="d2e4861">/groups/{groupKey}/wiki</h3>
+         <p>The Group Wiki Webservice&lt;br /&gt;
+            allows the export of group wikis
+         </p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -15823,53 +15519,76 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
-                  <p>The node's id of this blog</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#exportWiki">GET</h4>
+               <p>will export the wiki from the current group to a CP and serve as
+                  zip-file.&lt;br /&gt;
+               </p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4869">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4870">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e4871">/groups/{groupKey}/forum</h3>
+         <p>Description:&lt;br&gt;
+            Web service to manage a forum.
+            
+            &lt;P&gt;
+            Initial Date:  20 apr. 2010 &lt;br&gt;
+         </p>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable's id</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#updateBlog">POST</h4>
-               <p>Update an blog building block.</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e7857">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getForum">GET</h4>
+               <p>Retrieves the forum.</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7877"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4881">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7881">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4894"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7892"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4900"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7895">/repo/courses/{courseId}/elements/blog<span class="optional">?parentNodeId</span><span class="optional">&amp;position</span><span class="optional">&amp;shortTitle</span><span class="optional">&amp;longTitle</span><span class="optional">&amp;objectives</span><span class="optional">&amp;visibilityExpertRules</span><span class="optional">&amp;accessExpertRules</span><span class="optional">&amp;repoEntry</span></h3>
+         <h3 id="d2e4903">/groups/{groupKey}/forum/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -15879,21 +15598,19 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable's id</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachBlogPost">POST</h4>
-               <p>Attaches an blog building block.</p>
+               <h4 id="http://www.example.com#getThreads">GET</h4>
+               <p>Retrieves the threads in the forum</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -15903,112 +15620,176 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><strong>start</strong></p>
                      </td>
                      <td>
-                        <p>The node's id which will be the parent of this assessment</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>position</strong></p>
+                        <p><strong>limit</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
                      </td>
-                     <td>
-                        <p>The node's position relative to its sibling nodes (optional)</p>
-                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>shortTitle</strong></p>
+                        <p><strong>orderBy</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p>Default: <tt>creationDate</tt></p>
                      </td>
                      <td>
-                        <p>The node short title</p>
+                        <p>(value name,creationDate)</p>
                      </td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>longTitle</strong></p>
+                        <p><strong>asc</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
                      </td>
                      <td>
-                        <p>The node long title</p>
+                        <p>(value true/false)</p>
                      </td>
                   </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4919">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4932"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4938"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
+               <p>Creates a new thread in the forum of the course node</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
                   <tr>
                      <td>
-                        <p><strong>objectives</strong></p>
+                        <p><strong>title</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
                      </td>
                      <td>
-                        <p>The node learning objectives</p>
+                        <p>The title for the first post in the thread</p>
                      </td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>visibilityExpertRules</strong></p>
+                        <p><strong>body</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td>
-                        <p>The rules to view the node (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to access the node (optional)</p>
+                        <p>The body for the first post in the thread</p>
                      </td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>repoEntry</strong></p>
+                        <p><strong>authorKey</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                      </td>
                      <td>
-                        <p>The softkey of the blog resourceable (optional)</p>
+                        <p>The author user key (optional)</p>
                      </td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7928"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4957">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7932">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e4970"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7943"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e4976"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#attachBlog">PUT</h4>
-               <p>Attaches an blog building block.</p>
+               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
+               <p>Creates a new thread in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4983">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e4990">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5003"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5009"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5012">/groups/{groupKey}/forum/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>threadKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the thread</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getMessages">GET</h4>
+               <p>Retrieves the messages in the thread</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -16018,113 +15799,198 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><strong>start</strong></p>
                      </td>
                      <td>
-                        <p>The node's id which will be the parent of this assessment</p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
                      </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>position</strong></p>
+                        <p><strong>limit</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
                      </td>
-                     <td>
-                        <p>The node's position relative to its sibling nodes (optional)</p>
-                     </td>
+                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>shortTitle</strong></p>
+                        <p><strong>orderBy</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p>Default: <tt>creationDate</tt></p>
                      </td>
                      <td>
-                        <p>The node short title</p>
+                        <p>(value name, creationDate)</p>
                      </td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>longTitle</strong></p>
+                        <p><strong>asc</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
                      </td>
                      <td>
-                        <p>The node long title</p>
+                        <p>(value true/false)</p>
                      </td>
                   </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5031">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5044"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5050"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5053">/groups/{groupKey}/forum/posts/{messageKey}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>groupKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The id of the reply message</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5061">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5074">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5087"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5093"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5100">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+                  <li><a href="#d2e5101">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5105">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5118"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5124"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <h6>request query parameters</h6>
+               <table>
                   <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node learning objectives</p>
-                     </td>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>visibilityExpertRules</strong></p>
+                        <p><strong>title</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td>
-                        <p>The rules to view the node (optional)</p>
+                        <p>The title for the first post in the thread</p>
                      </td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>accessExpertRules</strong></p>
+                        <p><strong>body</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td>
-                        <p>The rules to access the node (optional)</p>
+                        <p>The body for the first post in the thread</p>
                      </td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>repoEntry</strong></p>
+                        <p><strong>authorKey</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                      </td>
                      <td>
-                        <p>The softkey of the blog resourceable (optional)</p>
+                        <p>The author user key (optional)</p>
                      </td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7975"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5143">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7979">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e5156"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e7990"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5162"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e7993">/repo/courses/{courseId}/elements/survey/{nodeId}</h3>
+         <h3 id="d2e5165">/groups/{groupKey}/forum/posts/{messageKey}/attachments</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -16134,53 +16000,97 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
-                  <p>The node's id which will be the parent of this assessment</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>messageKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The course resourceable's id</p>
+                  <p>The key of the message</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachSurveyPost">POST</h4>
-               <p>Attaches an survey building block.</p>
+               <h4 id="http://www.example.com#getAttachments">GET</h4>
+               <p>Retrieves the attachments of the message</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5175">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5181"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5188">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5194">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5200"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
                <p><em>acceptable request representations:</em></p>
                <ul>
-                  <li><a href="#d2e8004">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5207">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e5208">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5212">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8024"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5218"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8028">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e5227">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8039"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5233"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e8042">/repo/courses/{courseId}/elements/survey<span class="optional">?parentNodeId</span><span class="optional">&amp;position</span><span class="optional">&amp;shortTitle</span><span class="optional">&amp;longTitle</span><span class="optional">&amp;objectives</span><span class="optional">&amp;visibilityExpertRules</span><span class="optional">&amp;accessExpertRules</span><span class="optional">&amp;surveyResourceableId</span></h3>
+         <h3 id="d2e5236">/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -16190,230 +16100,72 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>groupKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td></td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The identity key of the user being searched</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>filename</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The name of the attachment</p>
+               </td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachSurveyPost">POST</h4>
-               <p>Attaches an survey building block.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>position</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>shortTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node's position relative to its sibling nodes (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>longTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node short title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node long title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>visibilityExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The node learning objectives</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to view the node (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>surveyResourceableId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to access the node (optional)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8069"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
+               <h4 id="http://www.example.com#getAttachment">GET</h4>
+               <p>Retrieves the attachment of the message</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8073">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+                  <li><a href="#d2e5249">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8084"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5255"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5258">/repo/courses/{courseId}/resourcefolders</h3>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5259">/repo/courses/{courseId}/resourcefolders/version</h3>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachSurvey">PUT</h4>
-               <p>Attaches an survey building block.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>position</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>shortTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>longTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>visibilityExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>surveyResourceableId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8100"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8104">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8115"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5262">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e8118">/repo/courses/{courseId}/elements/externalpage/{nodeId}</h3>
+         <h3 id="d2e5263">/repo/courses/{courseId}/resourcefolders/sharedfolder/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -16423,14 +16175,12 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>parentNodeId</strong></p>
+                  <p><strong>path</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
-               <td>
-                  <p>The node's id of this external page</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
@@ -16439,37 +16189,25 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable's id</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#updateExternalPage">POST</h4>
-               <p>Update an external page building block.</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8129">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8149"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8153">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getSharedFiles">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8164"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5268">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5269">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5270">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5271">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e8167">/repo/courses/{courseId}/elements/externalpage<span class="optional">?parentNodeId</span><span class="optional">&amp;position</span><span class="optional">&amp;shortTitle</span><span class="optional">&amp;longTitle</span><span class="optional">&amp;objectives</span><span class="optional">&amp;visibilityExpertRules</span><span class="optional">&amp;accessExpertRules</span><span class="optional">&amp;url</span></h3>
+         <h3 id="d2e5272">/repo/courses/{courseId}/resourcefolders/sharedfolder</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -16484,251 +16222,22 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable's id</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachExternalPagePost">POST</h4>
-               <p>Attaches an external page building block.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The node's id which will be the parent of this assessment</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>position</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td>
-                        <p>The node's position relative to its sibling nodes (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>shortTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node short title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>longTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node long title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node learning objectives</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>visibilityExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to view the node (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to access the node (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>url</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The URL of the external page</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8200"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8204">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8215"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#attachExternalPage">PUT</h4>
-               <p>Attaches an external page building block.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>parentNodeId</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The node's id which will be the parent of this assessment</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>position</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                     </td>
-                     <td>
-                        <p>The node's position relative to its sibling nodes (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>shortTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node short title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>longTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node long title</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>objectives</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>undefined</tt></p>
-                     </td>
-                     <td>
-                        <p>The node learning objectives</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>visibilityExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to view the node (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRules</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The rules to access the node (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>url</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The URL of the external page</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8247"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8251"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8255">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getSharedFiles">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8266"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5276">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e8269">/repo/courses/{courseId}/elements/task/{nodeId}/file</h3>
+         <h3 id="d2e5277">/repo/courses/{courseId}/resourcefolders/coursefolder/{path:.*}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -16738,14 +16247,12 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
+                  <p><strong>path</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
-               <td>
-                  <p>The node's id which will be the parent of this task file</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
@@ -16754,53 +16261,39 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable id</p>
-               </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#attachTaskFilePost">POST</h4>
-               <p>This attaches a Task file onto a given task element.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8282"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8288">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#getCourseFiles">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8301"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5282">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5283">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5284">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5285">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#attachTaskFile">PUT</h4>
-               <p>This attaches a Task file onto a given task element.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8310"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8316">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#attachFileToFolderPost">POST</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8329"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5288">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#attachFileToFolder">PUT</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8335"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5291">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e8339">/repo/courses/{courseId}/elements/task/{nodeId}/configuration<span class="optional">?enableAssignment</span><span class="optional">&amp;taskAssignmentType</span><span class="optional">&amp;taskAssignmentText</span><span class="optional">&amp;enableTaskPreview</span><span class="optional">&amp;enableTaskDeselect</span><span class="optional">&amp;onlyOneUserPerTask</span><span class="optional">&amp;enableDropbox</span><span class="optional">&amp;enableDropboxConfirmationMail</span><span class="optional">&amp;dropboxConfirmationText</span><span class="optional">&amp;enableReturnbox</span><span class="optional">&amp;enableScoring</span><span class="optional">&amp;grantScoring</span><span class="optional">&amp;scoreMin</span><span class="optional">&amp;scoreMax</span><span class="optional">&amp;grantPassing</span><span class="optional">&amp;scorePassingThreshold</span><span class="optional">&amp;enableCommentField</span><span class="optional">&amp;commentForUser</span><span class="optional">&amp;commentForCoaches</span><span class="optional">&amp;enableSolution</span><span class="optional">&amp;accessExpertRuleTask</span><span class="optional">&amp;accessExpertRuleDropbox</span><span class="optional">&amp;accessExpertRuleReturnbox</span><span class="optional">&amp;accessExpertRuleScoring</span><span class="optional">&amp;accessExpertRuleSolution</span></h3>
+         <h3 id="d2e5292">/repo/courses/{courseId}/resourcefolders/coursefolder</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -16808,15 +16301,6 @@
                <th>value</th>
                <th>description</th>
             </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
             <tr>
                <td>
                   <p><strong>courseId</strong></p>
@@ -16830,265 +16314,452 @@
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addTaskConfigurationPost">POST</h4>
-               <p>This attaches the run-time configuration onto a given task element.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>enableAssignment</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>taskAssignmentType</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>taskAssignmentText</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>enableTaskPreview</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
+               <h4 id="http://www.example.com#getCourseFiles">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5296">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#attachFileToFolderPost">POST</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5299">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#attachFileToFolder">PUT</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5302">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5303">/repo/forums</h3>
+         <p>Description:&lt;br&gt;
+            Web service to manage forums.
+            
+            &lt;P&gt;
+            Initial Date:  26 aug. 2010 &lt;br&gt;
+         </p>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5306">/repo/forums/version</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getVersion">GET</h4>
+               <p>The version of the Forum Web Service</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5311">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5321">/repo/forums/{forumKey}</h3>
+         <p>Description:&lt;br&gt;
+            Web service to manage a forum.
+            
+            &lt;P&gt;
+            Initial Date:  20 apr. 2010 &lt;br&gt;
+         </p>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>forumKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the forum</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getForum">GET</h4>
+               <p>Retrieves the forum.</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5333">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5346"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5352"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5355">/repo/forums/{forumKey}/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>forumKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the forum</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getThreads">GET</h4>
+               <p>Retrieves the threads in the forum</p>
+               <h6>request query parameters</h6>
+               <table>
                   <tr>
-                     <td>
-                        <p><strong>enableTaskDeselect</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>onlyOneUserPerTask</strong></p>
+                        <p><strong>start</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>enableDropbox</strong></p>
+                        <p><strong>limit</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>enableDropboxConfirmationMail</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p><strong>orderBy</strong></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
                      <td>
-                        <p><strong>dropboxConfirmationText</strong></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>creationDate</tt></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>(value name,creationDate)</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>enableReturnbox</strong></p>
+                        <p><strong>asc</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>enableScoring</strong></p>
+                        <p>Default: <tt>true</tt></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>(value true/false)</p>
                      </td>
-                     <td></td>
                   </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5371">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5390"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
+               <p>Creates a new thread in the forum of the course node</p>
+               <h6>request query parameters</h6>
+               <table>
                   <tr>
-                     <td>
-                        <p><strong>grantScoring</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>scoreMin</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
+                        <p><strong>title</strong></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
                      <td>
-                        <p><strong>scoreMax</strong></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
+                        <p>The title for the first post in the thread</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>grantPassing</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p><strong>body</strong></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
                      <td>
-                        <p><strong>scorePassingThreshold</strong></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
+                        <p>The body for the first post in the thread</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>enableCommentField</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p><strong>authorKey</strong></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
                      <td>
-                        <p><strong>commentForUser</strong></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>The author user key (optional)</p>
                      </td>
-                     <td></td>
                   </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5409">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5422"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5428"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
+               <p>Creates a new thread in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5435">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5442">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5455"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5461"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5464">/repo/forums/{forumKey}/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>forumKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the forum</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>threadKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the thread</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getMessages">GET</h4>
+               <p>Retrieves the messages in the thread</p>
+               <h6>request query parameters</h6>
+               <table>
                   <tr>
-                     <td>
-                        <p><strong>commentForCoaches</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>enableSolution</strong></p>
+                        <p><strong>start</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>accessExpertRuleTask</strong></p>
+                        <p><strong>limit</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>accessExpertRuleDropbox</strong></p>
+                        <p><strong>orderBy</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRuleReturnbox</strong></p>
+                        <p>Default: <tt>creationDate</tt></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>(value name, creationDate)</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>accessExpertRuleScoring</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><strong>asc</strong></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
                      <td>
-                        <p><strong>accessExpertRuleSolution</strong></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>(value true/false)</p>
                      </td>
-                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8374"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5483">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5496"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5502"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5505">/repo/forums/{forumKey}/posts/{messageKey}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>forumKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the forum</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The id of the reply message</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5513">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5526">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5539"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8378"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5545"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5552">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+                  <li><a href="#d2e5553">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8382">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
+                  <li><a href="#d2e5557">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8393"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5570"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8397"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5576"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#addTaskConfiguration">PUT</h4>
-               <p>This attaches the run-time configuration onto a given task element.</p>
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -17098,271 +16769,157 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>enableAssignment</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>taskAssignmentType</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>taskAssignmentText</strong></p>
+                        <p><strong>title</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>enableTaskPreview</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>enableTaskDeselect</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>onlyOneUserPerTask</strong></p>
-                     </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>The title for the first post in the thread</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>enableDropbox</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p><strong>body</strong></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
                      <td>
-                        <p><strong>enableDropboxConfirmationMail</strong></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>The body for the first post in the thread</p>
                      </td>
-                     <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>dropboxConfirmationText</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p><strong>authorKey</strong></p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
                      <td>
-                        <p><strong>enableReturnbox</strong></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>The author user key (optional)</p>
                      </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>enableScoring</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>grantScoring</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>scoreMin</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>scoreMax</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>grantPassing</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>scorePassingThreshold</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#float">float</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>enableCommentField</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>commentForUser</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>commentForCoaches</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>enableSolution</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRuleTask</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRuleDropbox</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRuleReturnbox</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRuleScoring</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>accessExpertRuleSolution</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8432"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5595">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5608"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5614"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5617">/repo/forums/{forumKey}/posts/{messageKey}/attachments</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>forumKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the forum</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the message</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getAttachments">GET</h4>
+               <p>Retrieves the attachments of the message</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8436"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5627">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8440">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
+                  <li><a href="#d2e5633"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5640">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8451"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5646">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8455"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5652"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#getTaskConfiguration">GET</h4>
-               <p>Retrieves configuration of the task course node</p>
+               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5659">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e5660">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5664">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8464"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5670"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8470">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
+                  <li><a href="#d2e5679">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8483"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5685"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e8486">/repo/courses/{courseId}/elements/survey/{nodeId}/configuration<span class="optional">?allowCancel</span><span class="optional">&amp;allowNavigation</span><span class="optional">&amp;allowSuspend</span><span class="optional">&amp;sequencePresentation</span><span class="optional">&amp;showNavigation</span><span class="optional">&amp;showQuestionTitle</span><span class="optional">&amp;showSectionsOnly</span></h3>
+         <h3 id="d2e5688">/repo/forums/{forumKey}/posts/{messageKey}/attachments/{filename}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -17372,280 +16929,412 @@
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
+                  <p><strong>forumKey</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the forum</p>
                </td>
-               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>messageKey</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td></td>
+               <td>
+                  <p>The identity key of the user being searched</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>filename</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The name of the attachment</p>
+               </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addSurveyConfigurationPost">POST</h4>
-               <p>This attaches the run-time configuration onto a given survey element.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>allowCancel</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>allowNavigation</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>allowSuspend</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>sequencePresentation</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>itemPage</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showNavigation</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showQuestionTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showSectionsOnly</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#getAttachment">GET</h4>
+               <p>Retrieves the attachment of the message</p>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8501"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5701">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8505"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5707"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5710">/system</h3>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5711">/system/environment</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getEnvironnementXml">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8509">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
+                  <li><a href="#d2e5714">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5715">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5716">/system/release</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getReleaseInfos">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8520"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5719">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5720">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5721">/system/log</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getCurrentLogFile">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8524"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5724">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5725">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5726">/system/log/version</h3>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addSurveyConfiguration">PUT</h4>
-               <p>This attaches the run-time configuration onto a given survey element.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>allowCancel</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>allowNavigation</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>allowSuspend</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>sequencePresentation</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>itemPage</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showNavigation</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showQuestionTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showSectionsOnly</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-               </table>
+               <h4 id="http://www.example.com#getVersion">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8539"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5729">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5730">/system/log/{date}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>date</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getLogFileByDate">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8543"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5734">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5735">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5736">/system/monitoring</h3>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5737">/system/monitoring/configuration</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getImplementedProbes">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8547">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
+                  <li><a href="#d2e5740">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5741">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5742">/system/monitoring/status</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getSystemSummaryVO">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8558"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5745">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5746">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5747">/system/monitoring/runtime</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getSystemSummaryVO">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8562"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5750">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5751">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5752">/system/monitoring/runtime/classes</h3>
+         <h6>Methods</h6>
+         <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getSurveyConfiguration">GET</h4>
-               <p>Retrieves configuration of the survey course node</p>
+               <h4 id="http://www.example.com#getCompilationXml">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8571"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5755">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5756">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5757">/system/monitoring/runtime/memory</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getMemoryStatistics">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8577">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li>
+                  <li><a href="#d2e5760">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5761">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5762">/system/monitoring/runtime/threads</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getThreadStatistics">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8590"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5765">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5766">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e8593">/repo/courses/{courseId}/elements/test/{nodeId}/configuration<span class="optional">?allowCancel</span><span class="optional">&amp;allowNavigation</span><span class="optional">&amp;allowSuspend</span><span class="optional">&amp;numAttempts</span><span class="optional">&amp;sequencePresentation</span><span class="optional">&amp;showNavigation</span><span class="optional">&amp;showQuestionTitle</span><span class="optional">&amp;showResultsAfterFinish</span><span class="optional">&amp;showResultsDependendOnDate</span><span class="optional">&amp;showResultsOnHomepage</span><span class="optional">&amp;showScoreInfo</span><span class="optional">&amp;showQuestionProgress</span><span class="optional">&amp;showScoreProgress</span><span class="optional">&amp;showSectionsOnly</span><span class="optional">&amp;summaryPresentation</span><span class="optional">&amp;startDate</span><span class="optional">&amp;endDate</span></h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>nodeId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-            <tr>
-               <td>
-                  <p><strong>courseId</strong></p>
-               </td>
-               <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-               </td>
-               <td></td>
-            </tr>
-         </table>
+         <h3 id="d2e5767">/system/monitoring/database</h3>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#addTestConfigurationPost">POST</h4>
-               <p>This attaches the run-time configuration onto a given test element.</p>
+               <h4 id="http://www.example.com#getDatabaseStatistics">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5770">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5771">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5772">/system/monitoring/openolat</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getStatistics">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5775">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5776">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5777">/system/monitoring/openolat/tasks</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getTasks">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5780">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5781">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5782">/system/monitoring/openolat/users</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getUserStatistics">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5785">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5786">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5787">/system/monitoring/openolat/repository</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getRepositoryStatistics">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5790">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5791">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5792">/system/monitoring/openolat/sessions</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getSessions">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5795">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5796">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5797">/system/monitoring/openolat/indexer</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getStatistics">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5800">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5801">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5802">/system/monitoring/openolat/indexer/status</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getStatus">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5805">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5806">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#setStatus">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5809">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5812">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getPlainTextStatus">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5815">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5816">/system/monitoring/memory</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getMemory">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5819">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getMemoryXml">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5822">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5823">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5824">/system/monitoring/memory/pools</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getMemoryPools">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5827">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getMemoryPoolsXml">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5830">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5831">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5832">/system/monitoring/memory/samples<span class="optional">?from</span><span class="optional">&amp;to</span><span class="optional">&amp;lastSamples</span></h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getSamplesXml">GET</h4>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -17655,197 +17344,228 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>allowCancel</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>allowNavigation</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>allowSuspend</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>numAttempts</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>sequencePresentation</strong></p>
+                        <p><strong>from</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>itemPage</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showNavigation</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showQuestionTitle</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showResultsAfterFinish</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showResultsDependendOnDate</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showResultsOnHomepage</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>showScoreInfo</strong></p>
+                        <p><strong>to</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>showQuestionProgress</strong></p>
+                        <p><strong>lastSamples</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showScoreProgress</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showSectionsOnly</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>summaryPresentation</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>summaryCompact</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>startDate</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>endDate</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8619"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5839">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5840">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5841">/system/monitoring/threads</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getThreads">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5844">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getThreadsXml">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5847">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5848">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5849">/system/monitoring/threads/cpu</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getThreadsCpu">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8623"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5852">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5853">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5854">/system/indexer</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getStatistics">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8627">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)</a></li>
+                  <li><a href="#d2e5857">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5858">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5859">/system/indexer/status</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getStatus">GET</h4>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8638"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5862">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5863">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#setStatus">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5866">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8642"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5869">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
             <div class="method">
-               <h4 id="http://www.example.com#addTestConfiguration">PUT</h4>
-               <p>This attaches the run-time configuration onto a given test element.</p>
+               <h4 id="http://www.example.com#getPlainTextStatus">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5872">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5873">/system/notifications</h3>
+         <h6>Methods</h6>
+         <div class="methods"></div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5874">/system/notifications/status</h3>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getStatus">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5877">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5878">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#setStatus">POST</h4>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5881">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5884">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getPlainTextStatus">GET</h4>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5887">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e5888">/repo/courses/{courseId}/elements/forum</h3>
+         <p>Description:&lt;br&gt;
+            REST API implementation for forum course node 
+            
+            &lt;P&gt;
+            Initial Date:  20.12.2010 &lt;br&gt;
+         </p>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getForums">GET</h4>
+               <p>Retrieves metadata of the published course node</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5898">application/xml, application/json (<abbr title="{http://www.example.com} forumVOes">ns3:forumVOes</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5911"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5917"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#attachForumPost">POST</h4>
+               <p>This attaches a Forum Element onto a given course. The element will be
+                  inserted underneath the supplied parentNodeId.
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5924">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5938">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5951"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e5957"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#attachForum">PUT</h4>
+               <p>This attaches a Forum Element onto a given course. The element will be
+                  inserted underneath the supplied parentNodeId.
+               </p>
                <h6>request query parameters</h6>
                <table>
                   <tr>
@@ -17855,273 +17575,115 @@
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>allowCancel</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>allowNavigation</strong></p>
+                        <p><strong>parentNodeId</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>allowSuspend</strong></p>
+                        <p><strong>position</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>numAttempts</strong></p>
+                        <p><strong>shortTitle</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
-                        <p>Default: <tt>0</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>sequencePresentation</strong></p>
+                        <p><strong>longTitle</strong></p>
                      </td>
                      <td>
                         <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>itemPage</tt></p>
+                        <p>Default: <tt>undefined</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>showNavigation</strong></p>
+                        <p><strong>objectives</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>undefined</tt></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>showQuestionTitle</strong></p>
+                        <p><strong>visibilityExpertRules</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>showResultsAfterFinish</strong></p>
+                        <p><strong>accessExpertRules</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>showResultsDependendOnDate</strong></p>
+                        <p><strong>moderatorExpertRules</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>showResultsOnHomepage</strong></p>
+                        <p><strong>posterExpertRules</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                   <tr>
                      <td>
-                        <p><strong>showScoreInfo</strong></p>
+                        <p><strong>readerExpertRules</strong></p>
                      </td>
                      <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showQuestionProgress</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showScoreProgress</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>true</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>showSectionsOnly</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
-                        <p>Default: <tt>false</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>summaryPresentation</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                        <p>Default: <tt>summaryCompact</tt></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>startDate</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
-                     </td>
-                     <td></td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>endDate</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                      </td>
                      <td></td>
                   </tr>
                </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8668"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8672"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8676">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)</a></li>
+                  <li><a href="#d2e5977">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8687"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5990"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8691"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#getTestConfiguration">GET</h4>
-               <p>Retrieves configuration of the test course node</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8700"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8706">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8719"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e8723">/notifications<span class="optional">?date</span><span class="optional">&amp;type</span></h3>
-         <p>&lt;h3&gt;Description:&lt;/h3&gt;
-            REST API for notifications
-            &lt;p&gt;
-            Initial Date:  25 aug 2010 &lt;br&gt;
-         </p>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getNotifications">GET</h4>
-               <p>Retrieves the notification of the logged in user.</p>
-               <h6>request query parameters</h6>
-               <table>
-                  <tr>
-                     <th>parameter</th>
-                     <th>value</th>
-                     <th>description</th>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>date</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The date (optional)</p>
-                     </td>
-                  </tr>
-                  <tr>
-                     <td>
-                        <p><strong>type</strong></p>
-                     </td>
-                     <td>
-                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
-                     </td>
-                     <td>
-                        <p>The type of notifications (User, Forum...) (optional)</p>
-                     </td>
-                  </tr>
-               </table>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8739"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8745">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e5996"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e8755">/repo/courses/{courseId}/assessments</h3>
-         <p>Description:&lt;br&gt;
-            Retrieve and import course assessments
-            
-            &lt;P&gt;
-            Initial Date:  7 apr. 2010 &lt;br&gt;
-         </p>
+         <h3 id="d2e5999">/repo/courses/{courseId}/elements/forum/{nodeId}</h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -18136,39 +17698,7 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable's id</p>
-               </td>
-            </tr>
-         </table>
-         <h6>Methods</h6>
-         <div class="methods">
-            <div class="method">
-               <h4 id="http://www.example.com#getCourseResults">GET</h4>
-               <p>Returns the results of the course.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8769">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8780"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-         </div>
-      </div>
-      <div class="resource">
-         <h3 id="d2e8783">/repo/courses/{courseId}/assessments/version</h3>
-         <h6>resource-wide template parameters</h6>
-         <table>
-            <tr>
-               <th>parameter</th>
-               <th>value</th>
-               <th>description</th>
+               <td></td>
             </tr>
             <tr>
                <td>
@@ -18181,21 +17711,40 @@
                   <p>The course resourceable's id</p>
                </td>
             </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The node's id</p>
+               </td>
+            </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getVersion">GET</h4>
-               <p>Retireves the version of the Course Assessment Web Service.</p>
+               <h4 id="http://www.example.com#getForum">GET</h4>
+               <p>Retrieves metadata of the published course node</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6012">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6025"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8788">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e6031"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e8798">/repo/courses/{courseId}/assessments/users/{identityKey}</h3>
+         <h3 id="d2e6034">/repo/courses/{courseId}/elements/forum/{nodeId}/thread<span class="optional">?title</span><span class="optional">&amp;body</span><span class="optional">&amp;identityName</span><span class="optional">&amp;sticky</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -18210,55 +17759,105 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable's id</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The id of the user</p>
+                  <p>The id of the course.</p>
                </td>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td>
-                  <p>The course resourceable's id</p>
+                  <p>The id of the course node.</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getCourseResultsOf">GET</h4>
-               <p>Returns the results of the course.</p>
+               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
+               <p>Creates a new thread in the forum of the course node</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>title</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The title for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>body</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The body for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>identityName</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The author identity name (optional)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>sticky</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                     </td>
+                     <td>
+                        <p>Creates sticky thread.</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8809"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e6060">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8813">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li>
+                  <li><a href="#d2e6073"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8824"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e6079"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e8827">/repo/courses/{courseId}/assessments/{nodeId}</h3>
+         <h3 id="d2e6082">/repo/courses/{courseId}/elements/forum/{nodeId}/message<span class="optional">?parentMessageId</span><span class="optional">&amp;title</span><span class="optional">&amp;body</span><span class="optional">&amp;identityName</span></h3>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -18273,76 +17872,111 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable's id</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
                <td>
-                  <p>The id of the course building block</p>
+                  <p>The id of the course.</p>
                </td>
             </tr>
             <tr>
                <td>
-                  <p><strong>courseId</strong></p>
+                  <p><strong>nodeId</strong></p>
                </td>
                <td>
-                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
                <td>
-                  <p>The resourceable id of the course</p>
+                  <p>The id of the course node.</p>
                </td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getAssessableResults">GET</h4>
-               <p>Exports results for an assessable course node for all students.</p>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8838"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8842">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li>
-               </ul>
-               <p><em>available response representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8853"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
-               </ul>
-            </div>
-            <div class="method">
-               <h4 id="http://www.example.com#postAssessableResults">POST</h4>
-               <p>Imports results for an assessable course node for the authenticated student.</p>
-               <p><em>acceptable request representations:</em></p>
-               <ul>
-                  <li><a href="#d2e8860">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)</a></li>
-                  <li><a href="#d2e8861">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)</a></li>
-               </ul>
+               <h4 id="http://www.example.com#newMessageToForum">PUT</h4>
+               <p>Creates a new forum message in the forum of the course node</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>parentMessageId</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td>
+                        <p>The id of the parent message.</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>title</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The title for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>body</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The body for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>identityName</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The author identity name (optional)</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8863"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e6108">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8867"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e6121"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8871"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e6127"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
          </div>
       </div>
       <div class="resource">
-         <h3 id="d2e8874">/repo/courses/{courseId}/assessments/{nodeId}/users/{identityKey}</h3>
+         <h3 id="d2e6130">/repo/courses/{courseId}/elements/forum/{nodeId}/forum</h3>
+         <p>Description:&lt;br&gt;
+            Web service to manage a forum.
+            
+            &lt;P&gt;
+            Initial Date:  20 apr. 2010 &lt;br&gt;
+         </p>
          <h6>resource-wide template parameters</h6>
          <table>
             <tr>
@@ -18357,31 +17991,64 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The course resourceable's id</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
-                  <p><strong>nodeId</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
                <td>
-                  <p>The ident of the course building block</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getForum">GET</h4>
+               <p>Retrieves the forum.</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6141">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6154"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6160"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e6163">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/threads<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
             </tr>
             <tr>
                <td>
-                  <p><strong>identityKey</strong></p>
+                  <p><strong>courseId</strong></p>
                </td>
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
-               <td>
-                  <p>The id of the user</p>
-               </td>
+               <td></td>
             </tr>
             <tr>
                <td>
@@ -18390,1765 +18057,1088 @@
                <td>
                   <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
                </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
                <td>
-                  <p>The course resourceable's id</p>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
                </td>
+               <td></td>
             </tr>
          </table>
          <h6>Methods</h6>
          <div class="methods">
             <div class="method">
-               <h4 id="http://www.example.com#getCourseNodeResultsForNode">GET</h4>
-               <p>Returns the results of a student at a specific assessable node</p>
+               <h4 id="http://www.example.com#getThreads">GET</h4>
+               <p>Retrieves the threads in the forum</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>orderBy</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>creationDate</tt></p>
+                     </td>
+                     <td>
+                        <p>(value name,creationDate)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>asc</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td>
+                        <p>(value true/false)</p>
+                     </td>
+                  </tr>
+               </table>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8888"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e6179">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8892">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li>
+                  <li><a href="#d2e6192"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
                <p><em>available response representations:</em></p>
                <ul>
-                  <li><a href="#d2e8903"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+                  <li><a href="#d2e6198"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
                </ul>
             </div>
-         </div>
-      </div>
-      <h2 id="representations">Representations</h2>
-      <h3 id="d2e16">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e17">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e20">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e31">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e32">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e38">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e39">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e49">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;catalogEntries totalCount="0"&gt;
-    &lt;catalogEntries&gt;
-        &lt;catalogEntry&gt;
-            &lt;key&gt;478&lt;/key&gt;
-            &lt;name&gt;Category&lt;/name&gt;
-            &lt;description&gt;Description of the category&lt;/description&gt;
-            &lt;type&gt;0&lt;/type&gt;
-        &lt;/catalogEntry&gt;
-    &lt;/catalogEntries&gt;
-&lt;/catalogEntries&gt;
-</code></pre></p>
-      <p>The list of roots catalog entries</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e72"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e78">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;users totalCount="0"&gt;
-    &lt;users&gt;
-        &lt;user&gt;
-            &lt;key&gt;345&lt;/key&gt;
-            &lt;login&gt;john&lt;/login&gt;
-            &lt;password&gt;&lt;/password&gt;
-            &lt;firstName&gt;John&lt;/firstName&gt;
-            &lt;lastName&gt;Smith&lt;/lastName&gt;
-            &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-            &lt;properties&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telPrivate&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telMobile&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-            &lt;/properties&gt;
-        &lt;/user&gt;
-    &lt;/users&gt;
-&lt;/users&gt;
-</code></pre></p>
-      <p>The catalog entry</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e91"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e100"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e106">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;users totalCount="0"&gt;
-    &lt;users&gt;
-        &lt;user&gt;
-            &lt;key&gt;345&lt;/key&gt;
-            &lt;login&gt;john&lt;/login&gt;
-            &lt;password&gt;&lt;/password&gt;
-            &lt;firstName&gt;John&lt;/firstName&gt;
-            &lt;lastName&gt;Smith&lt;/lastName&gt;
-            &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-            &lt;properties&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telPrivate&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telMobile&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-            &lt;/properties&gt;
-        &lt;/user&gt;
-    &lt;/users&gt;
-&lt;/users&gt;
-</code></pre></p>
-      <p>The catalog entry</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e119"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e128"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e134">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;users totalCount="0"&gt;
-    &lt;users&gt;
-        &lt;user&gt;
-            &lt;key&gt;345&lt;/key&gt;
-            &lt;login&gt;john&lt;/login&gt;
-            &lt;password&gt;&lt;/password&gt;
-            &lt;firstName&gt;John&lt;/firstName&gt;
-            &lt;lastName&gt;Smith&lt;/lastName&gt;
-            &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-            &lt;properties&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telPrivate&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telMobile&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-            &lt;/properties&gt;
-        &lt;/user&gt;
-    &lt;/users&gt;
-&lt;/users&gt;
-</code></pre></p>
-      <p>The catalog entry</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e147"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e163"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e169">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;catalogEntries totalCount="0"&gt;
-    &lt;catalogEntries&gt;
-        &lt;catalogEntry&gt;
-            &lt;key&gt;478&lt;/key&gt;
-            &lt;name&gt;Category&lt;/name&gt;
-            &lt;description&gt;Description of the category&lt;/description&gt;
-            &lt;type&gt;0&lt;/type&gt;
-        &lt;/catalogEntry&gt;
-    &lt;/catalogEntries&gt;
-&lt;/catalogEntries&gt;
-</code></pre></p>
-      <p>The list of catalog entries</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e184">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e204">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;catalogEntryVO&gt;
-    &lt;key&gt;478&lt;/key&gt;
-    &lt;name&gt;Category&lt;/name&gt;
-    &lt;description&gt;Description of the category&lt;/description&gt;
-    &lt;type&gt;0&lt;/type&gt;
-&lt;/catalogEntryVO&gt;
-</code></pre></p>
-      <p>The catalog entry</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e217"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e224">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e225">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e229"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e235">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;catalogEntryVO&gt;
-    &lt;key&gt;478&lt;/key&gt;
-    &lt;name&gt;Category&lt;/name&gt;
-    &lt;description&gt;Description of the category&lt;/description&gt;
-    &lt;type&gt;0&lt;/type&gt;
-&lt;/catalogEntryVO&gt;
-</code></pre></p>
-      <p>The catalog entry</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e248"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e270"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e276">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;catalogEntryVO&gt;
-    &lt;key&gt;478&lt;/key&gt;
-    &lt;name&gt;Category&lt;/name&gt;
-    &lt;description&gt;Description of the category&lt;/description&gt;
-    &lt;type&gt;0&lt;/type&gt;
-&lt;/catalogEntryVO&gt;
-</code></pre></p>
-      <p>The catalog entry</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e289"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e296">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e309"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e315">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;catalogEntryVO&gt;
-    &lt;key&gt;478&lt;/key&gt;
-    &lt;name&gt;Category&lt;/name&gt;
-    &lt;description&gt;Description of the category&lt;/description&gt;
-    &lt;type&gt;0&lt;/type&gt;
-&lt;/catalogEntryVO&gt;
-</code></pre></p>
-      <p>The catalog entry</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e328"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e336">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e337">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e341"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e347">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;catalogEntryVO&gt;
-    &lt;key&gt;478&lt;/key&gt;
-    &lt;name&gt;Category&lt;/name&gt;
-    &lt;description&gt;Description of the category&lt;/description&gt;
-    &lt;type&gt;0&lt;/type&gt;
-&lt;/catalogEntryVO&gt;
-</code></pre></p>
-      <p>The catalog entry</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e360"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e373"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e379">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;catalogEntryVO&gt;
-    &lt;key&gt;478&lt;/key&gt;
-    &lt;name&gt;Category&lt;/name&gt;
-    &lt;description&gt;Description of the category&lt;/description&gt;
-    &lt;type&gt;0&lt;/type&gt;
-&lt;/catalogEntryVO&gt;
-</code></pre></p>
-      <p>The catalog entry</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e392"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e401"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e407">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;catalogEntryVO&gt;
-    &lt;key&gt;478&lt;/key&gt;
-    &lt;name&gt;Category&lt;/name&gt;
-    &lt;description&gt;Description of the category&lt;/description&gt;
-    &lt;type&gt;0&lt;/type&gt;
-&lt;/catalogEntryVO&gt;
-</code></pre></p>
-      <p>The catalog entry</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e420"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e433"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The path could not be resolved to a valid catalog entry</p>
-      <h3 id="d2e439">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;users totalCount="0"&gt;
-    &lt;users&gt;
-        &lt;user&gt;
-            &lt;key&gt;345&lt;/key&gt;
-            &lt;login&gt;john&lt;/login&gt;
-            &lt;password&gt;&lt;/password&gt;
-            &lt;firstName&gt;John&lt;/firstName&gt;
-            &lt;lastName&gt;Smith&lt;/lastName&gt;
-            &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-            &lt;properties&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telPrivate&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telMobile&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-            &lt;/properties&gt;
-        &lt;/user&gt;
-    &lt;/users&gt;
-&lt;/users&gt;
-</code></pre></p>
-      <p>The catalog entry</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e452"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e465">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>Return the version number</p>
-      <h3 id="d2e478">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e487">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Images for the documentation</p>
-      <h3 id="d2e498">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Images for the documentation</p>
-      <h3 id="d2e508">text/html, application/xhtml+xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The copyright of the REST API.</p>
-      <h3 id="d2e517">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The copyright of the REST API.</p>
-      <h3 id="d2e527">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e528">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e530"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group cannot be found</p>
-      <h3 id="d2e534">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groupVO&gt;
-    &lt;key&gt;123467&lt;/key&gt;
-    &lt;description&gt;My group description&lt;/description&gt;
-    &lt;externalId&gt;External Identifier&lt;/externalId&gt;
-    &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-    &lt;name&gt;My group&lt;/name&gt;
-    &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-    &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-&lt;/groupVO&gt;
-</code></pre></p>
-      <p>The saved business group</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e545"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e559">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groups totalCount="0"&gt;
-    &lt;groups&gt;
-        &lt;group&gt;
-            &lt;key&gt;123467&lt;/key&gt;
-            &lt;description&gt;My group description&lt;/description&gt;
-            &lt;externalId&gt;External Identifier&lt;/externalId&gt;
-            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-            &lt;name&gt;My group&lt;/name&gt;
-            &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-            &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-        &lt;/group&gt;
-    &lt;/groups&gt;
-&lt;/groups&gt;
-</code></pre></p>
-      <p>This is the list of all groups in OLAT system</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e574">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e592">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groupVO&gt;
-    &lt;key&gt;123467&lt;/key&gt;
-    &lt;description&gt;My group description&lt;/description&gt;
-    &lt;externalId&gt;External Identifier&lt;/externalId&gt;
-    &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-    &lt;name&gt;My group&lt;/name&gt;
-    &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-    &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-&lt;/groupVO&gt;
-</code></pre></p>
-      <p>A business group in the OLAT system</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e606">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e607">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e609"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group cannot be found</p>
-      <h3 id="d2e613">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groupVO&gt;
-    &lt;key&gt;123467&lt;/key&gt;
-    &lt;description&gt;My group description&lt;/description&gt;
-    &lt;externalId&gt;External Identifier&lt;/externalId&gt;
-    &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-    &lt;name&gt;My group&lt;/name&gt;
-    &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-    &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-&lt;/groupVO&gt;
-</code></pre></p>
-      <p>The saved business group</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e624"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e631"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group cannot be found</p>
-      <h3 id="d2e635"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group is deleted</p>
-      <h3 id="d2e639"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e646">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e648">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e657"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group cannot be found</p>
-      <h3 id="d2e661">application/xml, application/json (<abbr title="{http://www.example.com} groupInfoVO">ns3:groupInfoVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groupInfoVO folderWrite="false"&gt;
-    &lt;key&gt;123467&lt;/key&gt;
-    &lt;description&gt;My group description&lt;/description&gt;
-    &lt;externalId&gt;External identifier&lt;/externalId&gt;
-    &lt;name&gt;My group&lt;/name&gt;
-    &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-    &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-    &lt;news&gt;&amp;lt;p&amp;gt;Hello world&amp;lt;/p&amp;gt;&lt;/news&gt;
-    &lt;forumKey&gt;374589&lt;/forumKey&gt;
-    &lt;hasWiki&gt;false&lt;/hasWiki&gt;
-    &lt;hasFolder&gt;false&lt;/hasFolder&gt;
-&lt;/groupInfoVO&gt;
-</code></pre></p>
-      <p>Participants of the business group</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e679"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group cannot be found</p>
-      <h3 id="d2e683">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;users totalCount="0"&gt;
-    &lt;users&gt;
-        &lt;user&gt;
-            &lt;key&gt;345&lt;/key&gt;
-            &lt;login&gt;john&lt;/login&gt;
-            &lt;password&gt;&lt;/password&gt;
-            &lt;firstName&gt;John&lt;/firstName&gt;
-            &lt;lastName&gt;Smith&lt;/lastName&gt;
-            &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-            &lt;properties&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telPrivate&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telMobile&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-            &lt;/properties&gt;
-        &lt;/user&gt;
-    &lt;/users&gt;
-&lt;/users&gt;
-</code></pre></p>
-      <p>Owners of the business group</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e701"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group cannot be found</p>
-      <h3 id="d2e705">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;users totalCount="0"&gt;
-    &lt;users&gt;
-        &lt;user&gt;
-            &lt;key&gt;345&lt;/key&gt;
-            &lt;login&gt;john&lt;/login&gt;
-            &lt;password&gt;&lt;/password&gt;
-            &lt;firstName&gt;John&lt;/firstName&gt;
-            &lt;lastName&gt;Smith&lt;/lastName&gt;
-            &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-            &lt;properties&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telPrivate&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telMobile&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-            &lt;/properties&gt;
-        &lt;/user&gt;
-    &lt;/users&gt;
-&lt;/users&gt;
-</code></pre></p>
-      <p>Participants of the business group</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e726"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group or the user cannot be found</p>
-      <h3 id="d2e730"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is added as owner of the group</p>
-      <h3 id="d2e734"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e741"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group or the user cannot be found</p>
-      <h3 id="d2e745"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is removed as owner from the group</p>
-      <h3 id="d2e749"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e763"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group or the user cannot be found</p>
-      <h3 id="d2e767"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is added as participant of the group</p>
-      <h3 id="d2e771"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e778"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group or the user cannot be found</p>
-      <h3 id="d2e782"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is remove from the group as participant</p>
-      <h3 id="d2e786"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e802"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The forum not found</p>
-      <h3 id="d2e808">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e821"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e840"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e846">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messages totalCount="1"&gt;
-    &lt;messages&gt;
-        &lt;message&gt;
-            &lt;key&gt;380&lt;/key&gt;
-            &lt;authorKey&gt;345&lt;/authorKey&gt;
-            &lt;title&gt;A message&lt;/title&gt;
-            &lt;body&gt;The content of the message&lt;/body&gt;
-        &lt;/message&gt;
-    &lt;/messages&gt;
-&lt;/messages&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e859"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e878"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e884">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e897"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e904">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e911"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e917">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e930"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e952"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e958">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messages totalCount="1"&gt;
-    &lt;messages&gt;
-        &lt;message&gt;
-            &lt;key&gt;380&lt;/key&gt;
-            &lt;authorKey&gt;345&lt;/authorKey&gt;
-            &lt;title&gt;A message&lt;/title&gt;
-            &lt;body&gt;The content of the message&lt;/body&gt;
-        &lt;/message&gt;
-    &lt;/messages&gt;
-&lt;/messages&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e971"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e982">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e995"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e1001">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1014"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1021">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1022">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1026"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e1032">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1045"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1064"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e1070">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1083"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1096"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The message not found</p>
-      <h3 id="d2e1102">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The links to the attachments</p>
-      <h3 id="d2e1109">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e1115"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e1121">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e1128">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1129">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1133"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e1139">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e1148"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e1154">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e1170"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e1176">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The portrait as image</p>
-      <h3 id="d2e1183">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1184">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1185">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1186">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1187">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1190">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1191">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1194">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e1199">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1200">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1203">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1204">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1207">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1208">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1210">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1211">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1216">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1217">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1218">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1219">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1220">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1223">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1224">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1225">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1228">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e1233">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1234">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1235">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1238">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1239">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1240">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1243">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1244">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1246">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1247">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1250">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1251">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1254">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1255">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1259">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1264">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1265">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1272">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1273">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1288">application/xml, application/json, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courses totalCount="0"&gt;
-    &lt;courses&gt;
-        &lt;course&gt;
-            &lt;key&gt;777&lt;/key&gt;
-            &lt;softKey&gt;internal_fx_cp&lt;/softKey&gt;
-            &lt;repoEntryKey&gt;27684&lt;/repoEntryKey&gt;
-            &lt;externalId&gt;External identifier&lt;/externalId&gt;
-            &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-            &lt;title&gt;Demo course&lt;/title&gt;
-            &lt;displayName&gt;Demo course&lt;/displayName&gt;
-        &lt;/course&gt;
-    &lt;/courses&gt;
-&lt;/courses&gt;
-</code></pre></p>
-      <p>List of visible courses</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1302">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1303">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1307">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseVO&gt;
-    &lt;key&gt;777&lt;/key&gt;
-    &lt;softKey&gt;internal_fx_cp&lt;/softKey&gt;
-    &lt;repoEntryKey&gt;27684&lt;/repoEntryKey&gt;
-    &lt;externalId&gt;External identifier&lt;/externalId&gt;
-    &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-    &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-    &lt;title&gt;Demo course&lt;/title&gt;
-    &lt;displayName&gt;Demo course&lt;/displayName&gt;
-&lt;/courseVO&gt;
-</code></pre></p>
-      <p>The metadatas of the created course</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1320"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1341">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseVO&gt;
-    &lt;key&gt;777&lt;/key&gt;
-    &lt;softKey&gt;internal_fx_cp&lt;/softKey&gt;
-    &lt;repoEntryKey&gt;27684&lt;/repoEntryKey&gt;
-    &lt;externalId&gt;External identifier&lt;/externalId&gt;
-    &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-    &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-    &lt;title&gt;Demo course&lt;/title&gt;
-    &lt;displayName&gt;Demo course&lt;/displayName&gt;
-&lt;/courseVO&gt;
-</code></pre></p>
-      <p>The metadatas of the created course</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1354"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1359">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1360">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1366">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e1386"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e1392"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The metadatas of the created course</p>
-      <h3 id="d2e1398"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1407"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e1413">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseVO&gt;
-    &lt;key&gt;777&lt;/key&gt;
-    &lt;softKey&gt;internal_fx_cp&lt;/softKey&gt;
-    &lt;repoEntryKey&gt;27684&lt;/repoEntryKey&gt;
-    &lt;externalId&gt;External identifier&lt;/externalId&gt;
-    &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-    &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-    &lt;title&gt;Demo course&lt;/title&gt;
-    &lt;displayName&gt;Demo course&lt;/displayName&gt;
-&lt;/courseVO&gt;
-</code></pre></p>
-      <p>The metadatas of the created course</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1433"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e1439">application/xml, application/json (<abbr title="{http://www.example.com} courseConfigVO">ns3:courseConfigVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseVO&gt;
-    &lt;sharedFolderSoftKey&gt;head_1_olat_43985684395&lt;/sharedFolderSoftKey&gt;
-&lt;/courseVO&gt;
-</code></pre></p>
-      <p>The configuration of the course</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1452"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1459">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e1481"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e1487">application/xml, application/json (<abbr title="{http://www.example.com} courseConfigVO">ns3:courseConfigVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseVO&gt;
-    &lt;sharedFolderSoftKey&gt;head_1_olat_43985684395&lt;/sharedFolderSoftKey&gt;
-&lt;/courseVO&gt;
-</code></pre></p>
-      <p>The metadatas of the created course</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1500"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1510"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e1516">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
-      </h3>
-      <p>The array of authors</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1522"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1530">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e1547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e1553">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course as a ZIP file</p>
-      <h3 id="d2e1559"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized to export the course</p>
-      <h3 id="d2e1569"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e1575">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The run structure of the course</p>
-      <h3 id="d2e1581"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1591"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e1597">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The editor tree model of the course</p>
-      <h3 id="d2e1603"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1616"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found or the user is not an onwer or author of the course</p>
-      <h3 id="d2e1622">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
-      </h3>
-      <p>The author</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1628"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1637"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or the user not found</p>
-      <h3 id="d2e1643"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is an author and owner of the course</p>
-      <h3 id="d2e1649"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1658"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or the user not found</p>
-      <h3 id="d2e1664"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user was successfully removed as owner of the course</p>
-      <h3 id="d2e1670"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1684"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or the user not found</p>
-      <h3 id="d2e1690"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is a coach of the course</p>
-      <h3 id="d2e1696"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1706"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e1712">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
-      </h3>
-      <p>The array of coaches</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1718"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1728"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e1734">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
-      </h3>
-      <p>The array of participants</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1740"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1753"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or the user not found</p>
-      <h3 id="d2e1759"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is a participant of the course</p>
-      <h3 id="d2e1765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1771">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1772">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e1784"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e1790">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseVO&gt;
-    &lt;key&gt;777&lt;/key&gt;
-    &lt;softKey&gt;internal_fx_cp&lt;/softKey&gt;
-    &lt;repoEntryKey&gt;27684&lt;/repoEntryKey&gt;
-    &lt;externalId&gt;External identifier&lt;/externalId&gt;
-    &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-    &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-    &lt;title&gt;Demo course&lt;/title&gt;
-    &lt;displayName&gt;Demo course&lt;/displayName&gt;
-&lt;/courseVO&gt;
-</code></pre></p>
-      <p>The metadatas of the created course</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1803"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1813"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The context of the group not found</p>
-      <h3 id="d2e1817">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groups totalCount="0"&gt;
-    &lt;groups&gt;
-        &lt;group&gt;
-            &lt;key&gt;123467&lt;/key&gt;
-            &lt;description&gt;My group description&lt;/description&gt;
-            &lt;externalId&gt;External Identifier&lt;/externalId&gt;
-            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-            &lt;name&gt;My group&lt;/name&gt;
-            &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-            &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-        &lt;/group&gt;
-    &lt;/groups&gt;
-&lt;/groups&gt;
-</code></pre></p>
-      <p>The list of all learning group of the course</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1831">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1832">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1834">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groupVO&gt;
-    &lt;key&gt;123467&lt;/key&gt;
-    &lt;description&gt;My group description&lt;/description&gt;
-    &lt;externalId&gt;External Identifier&lt;/externalId&gt;
-    &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-    &lt;name&gt;My group&lt;/name&gt;
-    &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-    &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-&lt;/groupVO&gt;
-</code></pre></p>
-      <p>The persisted group</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1845"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1856"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group cannot be found</p>
-      <h3 id="d2e1860">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groupVO&gt;
-    &lt;key&gt;123467&lt;/key&gt;
-    &lt;description&gt;My group description&lt;/description&gt;
-    &lt;externalId&gt;External Identifier&lt;/externalId&gt;
-    &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-    &lt;name&gt;My group&lt;/name&gt;
-    &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-    &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-&lt;/groupVO&gt;
-</code></pre></p>
-      <p>This is the list of all groups in OLAT system</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1874"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group cannot be found</p>
-      <h3 id="d2e1878"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group is deleted</p>
-      <h3 id="d2e1882"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1889">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1891"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The business group cannot be found</p>
-      <h3 id="d2e1895">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groupVO&gt;
-    &lt;key&gt;123467&lt;/key&gt;
-    &lt;description&gt;My group description&lt;/description&gt;
-    &lt;externalId&gt;External Identifier&lt;/externalId&gt;
-    &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-    &lt;name&gt;My group&lt;/name&gt;
-    &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-    &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-&lt;/groupVO&gt;
-</code></pre></p>
-      <p>The saved group</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1906"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1914">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e1936"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The forum not found</p>
-      <h3 id="d2e1942">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1955"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e1974"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e1980">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messages totalCount="1"&gt;
-    &lt;messages&gt;
-        &lt;message&gt;
-            &lt;key&gt;380&lt;/key&gt;
-            &lt;authorKey&gt;345&lt;/authorKey&gt;
-            &lt;title&gt;A message&lt;/title&gt;
-            &lt;body&gt;The content of the message&lt;/body&gt;
-        &lt;/message&gt;
-    &lt;/messages&gt;
-&lt;/messages&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e1993"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2012"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e2018">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2031"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2038">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e2045"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e2051">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+            <div class="method">
+               <h4 id="http://www.example.com#newThreadToForum">PUT</h4>
+               <p>Creates a new thread in the forum of the course node</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>title</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The title for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>body</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The body for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>authorKey</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td>
+                        <p>The author user key (optional)</p>
+                     </td>
+                  </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6217">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6230"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6236"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#newThreadToForumPost">POST</h4>
+               <p>Creates a new thread in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6243">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6250">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6263"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6269"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e6272">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{threadKey}<span class="optional">?start</span><span class="optional">&amp;limit</span><span class="optional">&amp;orderBy</span><span class="optional">&amp;asc</span></h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>threadKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the thread</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getMessages">GET</h4>
+               <p>Retrieves the messages in the thread</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>start</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>0</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>limit</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#int">int</a></em></p>
+                        <p>Default: <tt>25</tt></p>
+                     </td>
+                     <td></td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>orderBy</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                        <p>Default: <tt>creationDate</tt></p>
+                     </td>
+                     <td>
+                        <p>(value name, creationDate)</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>asc</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#boolean">boolean</a></em></p>
+                        <p>Default: <tt>true</tt></p>
+                     </td>
+                     <td>
+                        <p>(value true/false)</p>
+                     </td>
+                  </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6291">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6304"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6310"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e6313">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The id of the reply message</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostPost">POST</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6321">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6334">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6347"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6353"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6360">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+                  <li><a href="#d2e6361">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6365">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6378"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPost">PUT</h4>
+               <p>Creates a new reply in the forum of the course node</p>
+               <h6>request query parameters</h6>
+               <table>
+                  <tr>
+                     <th>parameter</th>
+                     <th>value</th>
+                     <th>description</th>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>title</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The title for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>body</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+                     </td>
+                     <td>
+                        <p>The body for the first post in the thread</p>
+                     </td>
+                  </tr>
+                  <tr>
+                     <td>
+                        <p><strong>authorKey</strong></p>
+                     </td>
+                     <td>
+                        <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+                     </td>
+                     <td>
+                        <p>The author user key (optional)</p>
+                     </td>
+                  </tr>
+               </table>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6403">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6416"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6422"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e6425">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The key of the message</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getAttachments">GET</h4>
+               <p>Retrieves the attachments of the message</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6435">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6441"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6448">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6454">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6460"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">PUT</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6467">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+                  <li><a href="#d2e6468">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6472">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6478"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#replyToPostAttachment">POST</h4>
+               <p>Upload the attachment of a message, as parameter:&lt;br&gt;
+                  filename The name of the attachment&lt;br&gt;
+                  file The attachment.
+               </p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6487">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6493"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e6496">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments/{filename}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>courseId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>nodeId</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td></td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>messageKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The identity key of the user being searched</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>filename</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The name of the attachment</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getAttachment">GET</h4>
+               <p>Retrieves the attachment of the message</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6509">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6515"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e6518">/users/{username}/auth</h3>
+         <p>This web service handles functionalities related to authentication credentials of users.</p>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>username</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The username of the user to retrieve authentication</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#create">PUT</h4>
+               <p>Creates and persists an authentication</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6528">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)</a></li>
+                  <li><a href="#d2e6529">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6533">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6546"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6552"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+            <div class="method">
+               <h4 id="http://www.example.com#getAuthenticationTokenList">GET</h4>
+               <p>Returns all user authentications</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6559">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)</a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6570"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6574"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e6577">/users/{username}/auth/{authKey}</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>username</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The username of the user to retrieve authentication</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>authKey</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p>
+               </td>
+               <td>
+                  <p>The authentication key identifier</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>username</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The username of the user</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#delete">DELETE</h4>
+               <p>Deletes an authentication from the system</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6590"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6596"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6602"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e6605">/users/{username}/auth/version</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>username</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The username of the user to retrieve authentication</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#getVersion">GET</h4>
+               <p>The version of the User Authentication Web Service</p>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6612">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <div class="resource">
+         <h3 id="d2e6622">/users/{username}/auth/password</h3>
+         <h6>resource-wide template parameters</h6>
+         <table>
+            <tr>
+               <th>parameter</th>
+               <th>value</th>
+               <th>description</th>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>username</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The username of the user to retrieve authentication</p>
+               </td>
+            </tr>
+            <tr>
+               <td>
+                  <p><strong>username</strong></p>
+               </td>
+               <td>
+                  <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p>
+               </td>
+               <td>
+                  <p>The username of the user to change the password</p>
+               </td>
+            </tr>
+         </table>
+         <h6>Methods</h6>
+         <div class="methods">
+            <div class="method">
+               <h4 id="http://www.example.com#changePassword">POST</h4>
+               <p>Change the password of a user.</p>
+               <p><em>acceptable request representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6630">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6637"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6643"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6649"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+               <p><em>available response representations:</em></p>
+               <ul>
+                  <li><a href="#d2e6655"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></a></li>
+               </ul>
+            </div>
+         </div>
+      </div>
+      <h2 id="representations">Representations</h2>
+      <h3 id="d2e19">application/xml, application/json (<abbr title="{http://www.example.com} keyValuePair">ns3:keyValuePair</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
+&lt;keyValuePair&gt;
+    &lt;key&gt;Prefered color&lt;/key&gt;
+    &lt;value&gt;Green&lt;/value&gt;
+&lt;/keyValuePair&gt;
 </code></pre></p>
-      <p>The root message of the thread</p>
+      <p>The value in the course</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2064"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2086"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e2092">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
+      <h3 id="d2e30"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The entry cannot be found</p>
+      <h3 id="d2e41"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The value is saved in the course</p>
+      <h3 id="d2e48">text/plain, text/html (<abbr title="{http://www.example.com} keyValuePair">ns3:keyValuePair</abbr>)
       </h3>
       <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messages totalCount="1"&gt;
-    &lt;messages&gt;
-        &lt;message&gt;
-            &lt;key&gt;380&lt;/key&gt;
-            &lt;authorKey&gt;345&lt;/authorKey&gt;
-            &lt;title&gt;A message&lt;/title&gt;
-            &lt;body&gt;The content of the message&lt;/body&gt;
-        &lt;/message&gt;
-    &lt;/messages&gt;
-&lt;/messages&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
+         <h6>Example</h6><pre><code>Green</code></pre></p>
+      <p>A value of the course</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2105"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2116">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e59"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The entry cannot be found</p>
+      <h3 id="d2e66">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e2129"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e2135">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2148"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2155">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2156">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2160"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e2166">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
-      </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2179"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e71"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The value is saved in the course</p>
+      <h3 id="d2e78"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>the key value pair is remove from the db</p>
+      <h3 id="d2e82"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2198"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e2204">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e86"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The entry cannot be found</p>
+      <h3 id="d2e100">application/xml, application/json (<abbr title="{http://www.example.com} keyValuePair">ns3:keyValuePair</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
+&lt;keyValuePairVOes&gt;
+    &lt;keyValuePairVO&gt;
+        &lt;key&gt;Prefered color&lt;/key&gt;
+        &lt;value&gt;Green&lt;/value&gt;
+    &lt;/keyValuePairVO&gt;
+&lt;/keyValuePairVOes&gt;
 </code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2217"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2230"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The message not found</p>
-      <h3 id="d2e2236">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The links to the attachments</p>
-      <h3 id="d2e2243">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e2249"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e2255">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e2262">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2263">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2267"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e2273">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e2282"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e2288">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e2304"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e2310">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The portrait as image</p>
-      <h3 id="d2e2317">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2318">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2319">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2320">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2321">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2324">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2325">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2328">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e2333">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2334">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2337">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2338">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2341">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2342">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2344">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2345">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2350">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2351">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2352">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2353">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2354">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2357">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2358">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2359">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2362">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e2367">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2368">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2369">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2372">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2373">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2374">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2377">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2378">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2380">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2381">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2384">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2385">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2388">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2389">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2393">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2398">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2399">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2408">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2409">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2412">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2413">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2415">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2416">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2419">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2420">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2421">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
-      </h3>
+      <p>All the values in the course</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2423">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2424">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2429">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2430">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2435">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2436">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2439">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
+      <h3 id="d2e114">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2440">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
+      <h3 id="d2e115">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2442">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2443">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2446">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
+      <h3 id="d2e117"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>the key value pair is saved on the db</p>
+      <h3 id="d2e124">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2447">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
+      <h3 id="d2e125">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">keyValuePair</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2449">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2450">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2455">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2456">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2459">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2460">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2462">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2463">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2468">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2469">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e2477">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>Ping</code></pre></p>
-      <p>Return a small string</p>
-      <h3 id="d2e2492">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e2508">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>Ping</code></pre></p>
-      <p>Return a small string</p>
-      <h3 id="d2e2526">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e127"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>the key value pair is saved on the db</p>
+      <h3 id="d2e135">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>
          <h6>Example</h6><pre><code>1.0</code></pre></p>
       <p>The version of this specific Web Service</p>
-      <h3 id="d2e2543"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e2547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The list of files</p>
-      <h3 id="d2e2551"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2558"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or course node not found</p>
-      <h3 id="d2e2562"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The file is correctly saved</p>
-      <h3 id="d2e2566"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course node is not acceptable to copy a file</p>
-      <h3 id="d2e2570"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2577"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or course node not found</p>
-      <h3 id="d2e2581"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The file is correctly saved</p>
-      <h3 id="d2e2585"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course node is not acceptable to copy a file</p>
-      <h3 id="d2e2589"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2598"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e2602"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The list of files</p>
-      <h3 id="d2e2606"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2613"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or course node not found</p>
-      <h3 id="d2e2617"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The file is correctly saved</p>
-      <h3 id="d2e2621"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course node is not acceptable to copy a file</p>
-      <h3 id="d2e2625"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2632"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or course node not found</p>
-      <h3 id="d2e2636"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The file is correctly saved</p>
-      <h3 id="d2e2640"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course node is not acceptable to copy a file</p>
-      <h3 id="d2e2644"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2655"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or the shared folder not found</p>
-      <h3 id="d2e2659"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The list of files</p>
-      <h3 id="d2e2663"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2675"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or the shared folder not found</p>
-      <h3 id="d2e2679"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The list of files</p>
-      <h3 id="d2e2683"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e159"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>the key value pair is remove from the db</p>
+      <h3 id="d2e163"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2698"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e2702">text/plain, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>&amp;lt;hello&amp;gt;Hello john&amp;lt;/hello&amp;gt;</code></pre></p>
-      <p>Say hello to the authenticated user, and give it a security token</p>
-      <h3 id="d2e2713"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The authentication has failed</p>
-      <h3 id="d2e2721">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e2739">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e2753"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e2759">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e167"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The entry cannot be found</p>
+      <h3 id="d2e177">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e178">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e189">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e190">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e201">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e202">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e223">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e224">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e227">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2772"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2781"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e2787">application/xml, application/json (<abbr title="{http://www.example.com} forumVOes">ns3:forumVOes</abbr>)
+      <h3 id="d2e228">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">courseVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;forums totalCount="1"&gt;
-    &lt;forums&gt;
-        &lt;forums name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
-    &lt;/forums&gt;
-&lt;/forums&gt;
-</code></pre></p>
-      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2800"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2820"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e2826">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e230">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e231">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e234">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e235">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e239">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e244">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e245">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e248">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e249">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e254">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e255">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e258">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e266">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e267">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e271">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e276">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e280">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e281">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e289">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e290">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e294">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e295">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e299">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e302">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e303">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e307">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e312">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e317">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e318">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e321">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e324">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e325">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e329">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e330">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e332">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e335">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e336">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e340">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e341">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e343">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e346">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e347">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e351">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e352">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e355">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e356">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e358">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e363">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e367">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e368">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e370">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e371">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e374">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e375">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e380">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e383">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e385">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e388">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e392">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e397">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e398">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e399">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e400">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e401">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e404">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e405">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e408">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e413">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e414">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e417">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e418">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e421">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2839"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2868"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e2874">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e422">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2887"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2916"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e2922">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e424">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e425">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e430">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e431">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e432">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e433">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e434">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e437">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e438">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e439">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e442">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e447">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e448">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e449">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e452">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e453">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e454">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e457">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2935"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2951"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e2957">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
+      <h3 id="d2e458">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
-</code></pre></p>
-      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e2970"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e2984"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The forum not found</p>
-      <h3 id="d2e2990">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
+      <h3 id="d2e460">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e461">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e464">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e465">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e468">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e469">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e473">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e478">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e479">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e490">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -20158,11 +19148,11 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3003"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e503"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3022"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e3028">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
+      <h3 id="d2e509"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The forum not found</p>
+      <h3 id="d2e528">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -20181,11 +19171,11 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3041"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e541"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3060"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The author, forum or message not found</p>
-      <h3 id="d2e3066">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e566">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -20200,13 +19190,13 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3079"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e579"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3086">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e3093"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e585"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The author, forum or message not found</p>
-      <h3 id="d2e3099">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e592">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e599">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -20221,11 +19211,11 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3112"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e612"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3134"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e618"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The author, forum or message not found</p>
-      <h3 id="d2e3140">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
+      <h3 id="d2e640">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -20244,13 +19234,13 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3153"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e653"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3164">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e659"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e670">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e3177"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e3183">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e683">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -20265,21 +19255,21 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3196"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e696"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3203">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
+      <h3 id="d2e702"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e709">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3204">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
+      <h3 id="d2e710">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3208"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e3214">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e714">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -20294,11 +19284,11 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3227"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e727"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3246"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e733"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The author or message not found</p>
-      <h3 id="d2e3252">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e752">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -20313,668 +19303,557 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3265"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3278"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The message not found</p>
-      <h3 id="d2e3284">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e771"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e784">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The links to the attachments</p>
-      <h3 id="d2e3291">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e790"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The message not found</p>
+      <h3 id="d2e797">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e3297"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e3303">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e803">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>Ok</p>
-      <h3 id="d2e3310">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e809"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e816">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3311">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e817">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3315"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e3321">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e821">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>Ok</p>
-      <h3 id="d2e3330"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e827"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The identity or the portrait not found</p>
-      <h3 id="d2e3336">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e836">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>Ok</p>
-      <h3 id="d2e3352"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e842"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The identity or the portrait not found</p>
-      <h3 id="d2e3358">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e858">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The portrait as image</p>
-      <h3 id="d2e3381">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3382">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3385">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e3406">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3407">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3412">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3413">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3425">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3426">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3429">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e3439">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3440">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3446">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e3454">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3455">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3458">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3459">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3465">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3466">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3467">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3468">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3469">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3472">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3473">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3476">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e3481">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3482">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3485">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3486">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3489">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e864"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e877">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e878">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e881">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e882">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e884">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e885">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e888">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e889">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e891">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e892">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e897">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e898">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e902">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3490">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e903">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3492">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3493">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3498">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3499">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3500">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3501">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3502">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3505">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3506">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3507">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3510">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e3515">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3516">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3517">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3520">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3521">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3522">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3525">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e905">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e906">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e909">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e910">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3526">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e911">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3528">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3529">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3532">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3533">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3536">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3537">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3541">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3546">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3547">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3559">application/xml, application/json (<abbr title="{http://www.example.com} environmentVO">ns3:environmentVO</abbr>)
+      <h3 id="d2e913">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e914">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e925">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;environmentVO arch="x86_64" osName="Mac OS X" osVersion="10.7.2" availableProcessors="4" runtimeName="15261@agam.local" vmName="Java HotSpot(TM) 64-Bit Server VM" vmVendor="Apple Inc." vmVersion="20.4-b02-402"/&gt;
+&lt;viteroBookingVO&gt;
+    &lt;bookingId&gt;23&lt;/bookingId&gt;
+    &lt;groupId&gt;24&lt;/groupId&gt;
+    &lt;groupName&gt;NEW-EVENT_OLAT_938745983&lt;/groupName&gt;
+    &lt;eventName&gt;New event&lt;/eventName&gt;
+    &lt;externalId&gt;AC-234&lt;/externalId&gt;
+    &lt;start&gt;2017-04-26T08:51:43.792+02:00&lt;/start&gt;
+    &lt;startBuffer&gt;15&lt;/startBuffer&gt;
+    &lt;end&gt;2017-04-26T08:51:43.792+02:00&lt;/end&gt;
+    &lt;endBuffer&gt;15&lt;/endBuffer&gt;
+    &lt;roomSize&gt;22&lt;/roomSize&gt;
+    &lt;autoSignIn&gt;true&lt;/autoSignIn&gt;
+    &lt;timeZoneId&gt;&lt;/timeZoneId&gt;
+&lt;/viteroBookingVO&gt;
 </code></pre></p>
-      <p>A short summary of the number of classes</p>
+      <p>This is the list of all bookings of a resource</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3572"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3582">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)
+      <h3 id="d2e939">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;versionVO buildVersion="" olatVersion="" repoRevision=""/&gt;
-</code></pre></p>
-      <p>The verison of the instance</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3595"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3606">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The status of the notifications job</p>
-      <h3 id="d2e3612"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3619">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e3624"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The status has changed</p>
-      <h3 id="d2e3630"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3639">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The status of the notifications job</p>
-      <h3 id="d2e3645"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3653">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3654">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3660">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e3674">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3675">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e3684">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)
+      <h3 id="d2e940">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;monitoringInfosVO&gt;
-    &lt;type&gt;openolat&lt;/type&gt;
-    &lt;description&gt;this is an OpenOLAT instance&lt;/description&gt;
-    &lt;probes&gt;
-        &lt;probe&gt;Environment&lt;/probe&gt;
-        &lt;probe&gt;System&lt;/probe&gt;
-        &lt;probe&gt;Runtime&lt;/probe&gt;
-        &lt;probe&gt;Memory&lt;/probe&gt;
-    &lt;/probes&gt;
-    &lt;dependencies&gt;
-        &lt;dependency type="openfire" url="localhost"/&gt;
-        &lt;dependency type="mysql" url="192.168.1.120"/&gt;
-    &lt;/dependencies&gt;
-&lt;/monitoringInfosVO&gt;
-</code></pre></p>
-      <p>The verison of the instance</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3697"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3707">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)
+      <h3 id="d2e944">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;runtimeVO systemLoadAverage="1.16748046875" startTime="2015-07-15T13:18:08.591+02:00" upTime="21248"&gt;
-    &lt;classes loadedClassCount="7000" unloadedClassCount="1500" totalLoadedClassCount="8500"/&gt;
-    &lt;threads threadCount="102" daemonCount="45" peakThreadCount="123"/&gt;
-    &lt;memory usedMemory="12" freeMemory="45" totalMemory="56" initHeap="0" usedHeap="0" committedHeap="0" maxHeap="0" initNonHeap="0" usedNonHeap="0" committedNonHeap="0" maxNonHeap="0" garbageCollectionTime="0" garbageCollectionCount="0"/&gt;
-&lt;/runtimeVO&gt;
+&lt;viteroBookingVO&gt;
+    &lt;bookingId&gt;23&lt;/bookingId&gt;
+    &lt;groupId&gt;24&lt;/groupId&gt;
+    &lt;groupName&gt;NEW-EVENT_OLAT_938745983&lt;/groupName&gt;
+    &lt;eventName&gt;New event&lt;/eventName&gt;
+    &lt;externalId&gt;AC-234&lt;/externalId&gt;
+    &lt;start&gt;2017-04-26T08:51:43.792+02:00&lt;/start&gt;
+    &lt;startBuffer&gt;15&lt;/startBuffer&gt;
+    &lt;end&gt;2017-04-26T08:51:43.792+02:00&lt;/end&gt;
+    &lt;endBuffer&gt;15&lt;/endBuffer&gt;
+    &lt;roomSize&gt;22&lt;/roomSize&gt;
+    &lt;autoSignIn&gt;true&lt;/autoSignIn&gt;
+    &lt;timeZoneId&gt;&lt;/timeZoneId&gt;
+&lt;/viteroBookingVO&gt;
 </code></pre></p>
-      <p>The version of the instance</p>
+      <p>The created booking</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3720"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3730">application/xml, application/json (<abbr title="{http://www.example.com} classesVO">ns3:classesVO</abbr>)
+      <h3 id="d2e958">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;classeStatisticsVO loadedClassCount="7000" unloadedClassCount="1500" totalLoadedClassCount="8500"/&gt;
-</code></pre></p>
-      <p>A short summary of the number of classes</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3743"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3753">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)
+      <h3 id="d2e959">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;memoryStatisticsVO usedMemory="12" freeMemory="45" totalMemory="56" initHeap="0" usedHeap="0" committedHeap="0" maxHeap="0" initNonHeap="0" usedNonHeap="0" committedNonHeap="0" maxNonHeap="0" garbageCollectionTime="0" garbageCollectionCount="0"/&gt;
-</code></pre></p>
-      <p>The version of the instance</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3766"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3776">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)
+      <h3 id="d2e963">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;threadStatisticsVO threadCount="102" daemonCount="45" peakThreadCount="123"/&gt;
+&lt;viteroBookingVO&gt;
+    &lt;bookingId&gt;23&lt;/bookingId&gt;
+    &lt;groupId&gt;24&lt;/groupId&gt;
+    &lt;groupName&gt;NEW-EVENT_OLAT_938745983&lt;/groupName&gt;
+    &lt;eventName&gt;New event&lt;/eventName&gt;
+    &lt;externalId&gt;AC-234&lt;/externalId&gt;
+    &lt;start&gt;2017-04-26T08:51:43.792+02:00&lt;/start&gt;
+    &lt;startBuffer&gt;15&lt;/startBuffer&gt;
+    &lt;end&gt;2017-04-26T08:51:43.792+02:00&lt;/end&gt;
+    &lt;endBuffer&gt;15&lt;/endBuffer&gt;
+    &lt;roomSize&gt;22&lt;/roomSize&gt;
+    &lt;autoSignIn&gt;true&lt;/autoSignIn&gt;
+    &lt;timeZoneId&gt;&lt;/timeZoneId&gt;
+&lt;/viteroBookingVO&gt;
 </code></pre></p>
-      <p>The version of the instance</p>
+      <p>The created booking</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3789"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3799">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)
+      <h3 id="d2e983">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;databaseVO&gt;
-    &lt;connectionInfos activeConnectionCount="10" currentConnectionCount="25"/&gt;
-    &lt;hibernateStatistics openSessionsCount="12" transactionsCount="13900" successfulTransactionCount="13980" failedTransactionsCount="2" optimisticFailureCount="23" queryExecutionMaxTime="12000" queryExecutionMaxTimeQueryString="select * from PLock" queryExecutionCount="1237"/&gt;
-&lt;/databaseVO&gt;
+&lt;viteroGroupMemberVO&gt;
+    &lt;identityKey&gt;23497&lt;/identityKey&gt;
+    &lt;groupRole&gt;participant&lt;/groupRole&gt;
+&lt;/viteroGroupMemberVO&gt;
 </code></pre></p>
-      <p>The version of the instance</p>
+      <p>This is the list of all bookings of a resource</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3812"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3822">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)
+      <h3 id="d2e997">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e998">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1002">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;openolatStatisticsVO/&gt;
+&lt;viteroGroupMemberVO&gt;
+    &lt;identityKey&gt;23497&lt;/identityKey&gt;
+    &lt;groupRole&gt;participant&lt;/groupRole&gt;
+&lt;/viteroGroupMemberVO&gt;
 </code></pre></p>
-      <p>The verison of the instance</p>
+      <p>This is the list of all bookings of a resource</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3835"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3845">application/xml, application/json (<abbr title="{http://www.example.com} taskVOes">ns3:taskVOes</abbr>)
+      <h3 id="d2e1020"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The booking is deleted</p>
+      <h3 id="d2e1034">application/xml, application/json (<abbr title="{http://www.example.com} goToTrainingVO">ns3:goToTrainingVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;sessionsVO count="234" authenticatedCount="234" secureAuthenticatedCount="234" webdavCount="23" secureWebdavCount="12" restCount="0" secureRestCount="0" instantMessagingCount="123" authenticatedClickCountLastMinute="0" authenticatedPollCountLastMinute="0" authenticatedClickCountLastFiveMinutes="0" requestLastMinute="0" requestLastFiveMinutes="0" authenticatedPollCountLastFiveMinutes="0" concurrentDispatchThreads="0"/&gt;
+&lt;trainingVO&gt;
+    &lt;key&gt;4534759&lt;/key&gt;
+    &lt;name&gt;Training&lt;/name&gt;
+    &lt;externalId&gt;AC-234&lt;/externalId&gt;
+    &lt;start&gt;2017-04-26T08:51:43.785+02:00&lt;/start&gt;
+    &lt;end&gt;2017-04-26T08:51:43.785+02:00&lt;/end&gt;
+&lt;/trainingVO&gt;
 </code></pre></p>
-      <p>A short summary about sessions</p>
+      <p>This is the list of all training of a resource</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3858"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3868">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)
+      <h3 id="d2e1048">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;userStatisticsVO totalUserCount="0" activeUserCount="0" activeUserCountLastDay="0" activeUserCountLastWeek="0" activeUserCountLastMonth="0" activeUserCountLast6Month="0" externalUserCount="0" blockedUserCount="0" deletedUserCount="0" totalGroupCount="0"/&gt;
-</code></pre></p>
-      <p>The verison of the instance</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3881"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3891">application/xml, application/json (<abbr title="{http://www.example.com} sessionVO">ns3:sessionVO</abbr>)
+      <h3 id="d2e1049">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;sessionsVO count="234" authenticatedCount="234" secureAuthenticatedCount="234" webdavCount="23" secureWebdavCount="12" restCount="0" secureRestCount="0" instantMessagingCount="123" authenticatedClickCountLastMinute="0" authenticatedPollCountLastMinute="0" authenticatedClickCountLastFiveMinutes="0" requestLastMinute="0" requestLastFiveMinutes="0" authenticatedPollCountLastFiveMinutes="0" concurrentDispatchThreads="0"/&gt;
-</code></pre></p>
-      <p>A short summary about sessions</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3904"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3914">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)
+      <h3 id="d2e1053">application/xml, application/json (<abbr title="{http://www.example.com} goToTrainingVO">ns3:goToTrainingVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;repositoryStatisticsVO coursesCount="0" publishedCoursesCount="0"/&gt;
+&lt;trainingVO&gt;
+    &lt;key&gt;4534759&lt;/key&gt;
+    &lt;name&gt;Training&lt;/name&gt;
+    &lt;externalId&gt;AC-234&lt;/externalId&gt;
+    &lt;start&gt;2017-04-26T08:51:43.785+02:00&lt;/start&gt;
+    &lt;end&gt;2017-04-26T08:51:43.785+02:00&lt;/end&gt;
+&lt;/trainingVO&gt;
 </code></pre></p>
-      <p>The verison of the instance</p>
+      <p>Created a training</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3927"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3937">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)
+      <h3 id="d2e1067">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;indexerStatisticsVO indexedDocumentCount="0" excludedDocumentCount="0" documentQueueSize="0" runningFolderIndexerCount="0" availableFolderIndexerCount="0" indexSize="0" indexingTime="0"/&gt;
-</code></pre></p>
-      <p>Statistics about the indexer</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e3950"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3960">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The status of the indexer</p>
-      <h3 id="d2e3966"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3973">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e3978"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The status has changed</p>
-      <h3 id="d2e3984"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e3993">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The status of the indexer</p>
-      <h3 id="d2e3999"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4011">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Informations about memory</p>
-      <h3 id="d2e4017"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4026">application/xml, application/json (<abbr title="{http://www.example.com} memoryVO">ns3:memoryVO</abbr>)
+      <h3 id="d2e1068">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">trainingVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;memoryVO date="2015-07-15T13:18:08.591+02:00" totalMem="230" totalUsed="546" maxAvailable="2000"/&gt;
-</code></pre></p>
-      <p>A short summary of the number of classes</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4039"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4045">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4048">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4049">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4057">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4058">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4064">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4067">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4068">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4072">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4073">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4081">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)
+      <h3 id="d2e1072">application/xml, application/json (<abbr title="{http://www.example.com} goToTrainingVO">ns3:goToTrainingVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;indexerStatisticsVO indexedDocumentCount="0" excludedDocumentCount="0" documentQueueSize="0" runningFolderIndexerCount="0" availableFolderIndexerCount="0" indexSize="0" indexingTime="0"/&gt;
+&lt;trainingVO&gt;
+    &lt;key&gt;4534759&lt;/key&gt;
+    &lt;name&gt;Training&lt;/name&gt;
+    &lt;externalId&gt;AC-234&lt;/externalId&gt;
+    &lt;start&gt;2017-04-26T08:51:43.785+02:00&lt;/start&gt;
+    &lt;end&gt;2017-04-26T08:51:43.785+02:00&lt;/end&gt;
+&lt;/trainingVO&gt;
 </code></pre></p>
-      <p>Statistics about the indexer</p>
+      <p>The created booking</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4094"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4104">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The status of the indexer</p>
-      <h3 id="d2e4110"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4117">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e4122"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The status has changed</p>
-      <h3 id="d2e4128"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4137">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The status of the indexer</p>
-      <h3 id="d2e4143"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4153">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)
+      <h3 id="d2e1090"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The training is deleted</p>
+      <h3 id="d2e1097">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1105">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1160">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;repositoryEntries totalCount="1"&gt;
-    &lt;repositoryEntries&gt;
-        &lt;repositoryEntrie&gt;
-            &lt;key&gt;479286&lt;/key&gt;
-            &lt;softkey&gt;internal_cp&lt;/softkey&gt;
-            &lt;resourcename&gt;fdhasl&lt;/resourcename&gt;
-            &lt;displayname&gt;CP-demo&lt;/displayname&gt;
-            &lt;externalId&gt;External identifier&lt;/externalId&gt;
-            &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-            &lt;managedFlags&gt;title.description&lt;/managedFlags&gt;
-            &lt;resourceableId&gt;4368567&lt;/resourceableId&gt;
-            &lt;resourceableTypeName&gt;CourseModule&lt;/resourceableTypeName&gt;
-        &lt;/repositoryEntrie&gt;
-    &lt;/repositoryEntries&gt;
-&lt;/repositoryEntries&gt;
+&lt;courseNodeVO&gt;
+    &lt;id&gt;id&lt;/id&gt;
+&lt;/courseNodeVO&gt;
 </code></pre></p>
-      <p>List all entries in the repository</p>
+      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4167">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)
+      <h3 id="d2e1173"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e1179"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The course or parentNode not found</p>
+      <h3 id="d2e1186">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1209">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;repositoryEntryVO&gt;
-    &lt;key&gt;479286&lt;/key&gt;
-    &lt;softkey&gt;internal_cp&lt;/softkey&gt;
-    &lt;resourcename&gt;fdhasl&lt;/resourcename&gt;
-    &lt;displayname&gt;CP-demo&lt;/displayname&gt;
-    &lt;externalId&gt;External identifier&lt;/externalId&gt;
-    &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-    &lt;managedFlags&gt;title.description&lt;/managedFlags&gt;
-    &lt;resourceableId&gt;4368567&lt;/resourceableId&gt;
-    &lt;resourceableTypeName&gt;CourseModule&lt;/resourceableTypeName&gt;
-&lt;/repositoryEntryVO&gt;
+&lt;courseNodeVO&gt;
+    &lt;id&gt;id&lt;/id&gt;
+&lt;/courseNodeVO&gt;
 </code></pre></p>
-      <p>Import the resource and return the repository entry</p>
+      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4178"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1222"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4204">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)
+      <h3 id="d2e1228"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The course or parentNode not found</p>
+      <h3 id="d2e1235">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1236">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1240">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1246">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1247">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1253">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1254">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1257">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;repositoryEntries totalCount="1"&gt;
-    &lt;repositoryEntries&gt;
-        &lt;repositoryEntrie&gt;
-            &lt;key&gt;479286&lt;/key&gt;
-            &lt;softkey&gt;internal_cp&lt;/softkey&gt;
-            &lt;resourcename&gt;fdhasl&lt;/resourcename&gt;
-            &lt;displayname&gt;CP-demo&lt;/displayname&gt;
-            &lt;externalId&gt;External identifier&lt;/externalId&gt;
-            &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-            &lt;managedFlags&gt;title.description&lt;/managedFlags&gt;
-            &lt;resourceableId&gt;4368567&lt;/resourceableId&gt;
-            &lt;resourceableTypeName&gt;CourseModule&lt;/resourceableTypeName&gt;
-        &lt;/repositoryEntrie&gt;
-    &lt;/repositoryEntries&gt;
-&lt;/repositoryEntries&gt;
-</code></pre></p>
-      <p>List all entries in the repository</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4232">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)
+      <h3 id="d2e1258">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;repositoryEntryVO&gt;
-    &lt;key&gt;479286&lt;/key&gt;
-    &lt;softkey&gt;internal_cp&lt;/softkey&gt;
-    &lt;resourcename&gt;fdhasl&lt;/resourcename&gt;
-    &lt;displayname&gt;CP-demo&lt;/displayname&gt;
-    &lt;externalId&gt;External identifier&lt;/externalId&gt;
-    &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-    &lt;managedFlags&gt;title.description&lt;/managedFlags&gt;
-    &lt;resourceableId&gt;4368567&lt;/resourceableId&gt;
-    &lt;resourceableTypeName&gt;CourseModule&lt;/resourceableTypeName&gt;
-&lt;/repositoryEntryVO&gt;
-</code></pre></p>
-      <p>Search for repository entries</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4243"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4251">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4264"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e4270"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The metadatas of the created course</p>
-      <h3 id="d2e4276"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4281">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)
+      <h3 id="d2e1260">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1267">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1268">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1273">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1279">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1280">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1286">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1287">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1292">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1293">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1305">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1306">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1312">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1313">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1318">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1329">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1330">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1333">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1334">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1337">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1338">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1351">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1352">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1358">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1367">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1368">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1373">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1384">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1385">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1398">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1399">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1405">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1413">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1414">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1419">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1429">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1430">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1442">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1443">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1449">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1456">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1457">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1463">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1472">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1473">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1484">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1485">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1491">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1499">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1500">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1514">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1515">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1527">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1528">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1534">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1542">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1543">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1557">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1558">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1570">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1571">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1577">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1585">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1586">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1600">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1601">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1613">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1614">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1620">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1628">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1629">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1643">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1644">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1656">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1657">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1663">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1664">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1667">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1668">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1702">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1703">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1734">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1735">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1738">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1739">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1754">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1755">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1766">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1767">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1770">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1771">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1796">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1797">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1819">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1820">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1823">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1824">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1837"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The list of contacts</p>
+      <h3 id="d2e1847">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1848">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1852">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1853">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1861">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1862">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1868">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1871">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1874">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1878">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1883">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1884">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1887">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4282">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)
+      <h3 id="d2e1888">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4284">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4285">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e4290">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)
+      <h3 id="d2e1890">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1891">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1899">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1900">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1903">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e1908">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1909">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1913">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;repositoryEntryVO&gt;
-    &lt;key&gt;479286&lt;/key&gt;
-    &lt;softkey&gt;internal_cp&lt;/softkey&gt;
-    &lt;resourcename&gt;fdhasl&lt;/resourcename&gt;
-    &lt;displayname&gt;CP-demo&lt;/displayname&gt;
-    &lt;externalId&gt;External identifier&lt;/externalId&gt;
-    &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-    &lt;managedFlags&gt;title.description&lt;/managedFlags&gt;
-    &lt;resourceableId&gt;4368567&lt;/resourceableId&gt;
-    &lt;resourceableTypeName&gt;CourseModule&lt;/resourceableTypeName&gt;
-&lt;/repositoryEntryVO&gt;
-</code></pre></p>
-      <p>Replace the resource and return the updated repository entry</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4301"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4308"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The repository entry not found</p>
-      <h3 id="d2e4312">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)
+      <h3 id="d2e1914">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">catalogEntryVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;repositoryEntryVO&gt;
-    &lt;key&gt;479286&lt;/key&gt;
-    &lt;softkey&gt;internal_cp&lt;/softkey&gt;
-    &lt;resourcename&gt;fdhasl&lt;/resourcename&gt;
-    &lt;displayname&gt;CP-demo&lt;/displayname&gt;
-    &lt;externalId&gt;External identifier&lt;/externalId&gt;
-    &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-    &lt;managedFlags&gt;title.description&lt;/managedFlags&gt;
-    &lt;resourceableId&gt;4368567&lt;/resourceableId&gt;
-    &lt;resourceableTypeName&gt;CourseModule&lt;/resourceableTypeName&gt;
-&lt;/repositoryEntryVO&gt;
-</code></pre></p>
-      <p>Get the repository resource</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4328"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The resource is locked</p>
-      <h3 id="d2e4332"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The resource could not found</p>
-      <h3 id="d2e4336">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;repositoryEntryVO&gt;
-    &lt;key&gt;479286&lt;/key&gt;
-    &lt;softkey&gt;internal_cp&lt;/softkey&gt;
-    &lt;resourcename&gt;fdhasl&lt;/resourcename&gt;
-    &lt;displayname&gt;CP-demo&lt;/displayname&gt;
-    &lt;externalId&gt;External identifier&lt;/externalId&gt;
-    &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-    &lt;managedFlags&gt;title.description&lt;/managedFlags&gt;
-    &lt;resourceableId&gt;4368567&lt;/resourceableId&gt;
-    &lt;resourceableTypeName&gt;CourseModule&lt;/resourceableTypeName&gt;
-&lt;/repositoryEntryVO&gt;
-</code></pre></p>
-      <p>Download the repository entry as export zip file</p>
-      <h3 id="d2e4347"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Download of this resource is not possible</p>
-      <h3 id="d2e4351"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1916">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1917">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1924">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1925">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1928">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1929">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1934">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1935">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1939">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1940">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1954">application/pdf<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1961">application/pdf<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The certificate as file</p>
+      <h3 id="d2e1967"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4365"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The repository entry or the user cannot be found</p>
-      <h3 id="d2e4369"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is added as coach of the repository entry</p>
-      <h3 id="d2e4373"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1973"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The owner or the certificate cannot be found</p>
+      <h3 id="d2e1978">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e1995"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>If the certificate was created</p>
+      <h3 id="d2e2001"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4380"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The repository entry or the user cannot be found</p>
-      <h3 id="d2e4384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is removed as coach from the repository entry</p>
-      <h3 id="d2e4388"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2007"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>An unexpected error happened during the creation of the certificate</p>
+      <h3 id="d2e2013"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the resource cannot be found</p>
+      <h3 id="d2e2022"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>if the certificate was uploaded</p>
+      <h3 id="d2e2028"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4399"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The repository entry cannot be found</p>
-      <h3 id="d2e4403">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
+      <h3 id="d2e2034"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the resource cannot be found</p>
+      <h3 id="d2e2041">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2045">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2050">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2055">image/jpeg<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2059">application/xhtml+xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2060">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2063">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2071">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;users totalCount="0"&gt;
-    &lt;users&gt;
-        &lt;user&gt;
-            &lt;key&gt;345&lt;/key&gt;
-            &lt;login&gt;john&lt;/login&gt;
-            &lt;password&gt;&lt;/password&gt;
-            &lt;firstName&gt;John&lt;/firstName&gt;
-            &lt;lastName&gt;Smith&lt;/lastName&gt;
-            &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-            &lt;properties&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telPrivate&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telMobile&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-            &lt;/properties&gt;
-        &lt;/user&gt;
-    &lt;/users&gt;
-&lt;/users&gt;
-</code></pre></p>
-      <p>Coaches of the repository entry</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4421"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The repository entry cannot be found</p>
-      <h3 id="d2e4425">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
+      <h3 id="d2e2072">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;users totalCount="0"&gt;
-    &lt;users&gt;
-        &lt;user&gt;
-            &lt;key&gt;345&lt;/key&gt;
-            &lt;login&gt;john&lt;/login&gt;
-            &lt;password&gt;&lt;/password&gt;
-            &lt;firstName&gt;John&lt;/firstName&gt;
-            &lt;lastName&gt;Smith&lt;/lastName&gt;
-            &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-            &lt;properties&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telPrivate&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telMobile&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-            &lt;/properties&gt;
-        &lt;/user&gt;
-    &lt;/users&gt;
-&lt;/users&gt;
-</code></pre></p>
-      <p>Coaches of the repository entry</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4446"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The repository entry or the user cannot be found</p>
-      <h3 id="d2e4450"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is added as participant of the repository entry</p>
-      <h3 id="d2e4454"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4461"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The repository entry or the user cannot be found</p>
-      <h3 id="d2e4465"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is removed as participant from the repository entry</p>
-      <h3 id="d2e4469"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2076">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;userVO&gt;
+    &lt;key&gt;345&lt;/key&gt;
+    &lt;login&gt;john&lt;/login&gt;
+    &lt;password&gt;&lt;/password&gt;
+    &lt;firstName&gt;John&lt;/firstName&gt;
+    &lt;lastName&gt;Smith&lt;/lastName&gt;
+    &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
+    &lt;properties&gt;
+        &lt;property&gt;
+            &lt;name&gt;telPrivate&lt;/name&gt;
+            &lt;value&gt;238456782&lt;/value&gt;
+        &lt;/property&gt;
+        &lt;property&gt;
+            &lt;name&gt;telMobile&lt;/name&gt;
+            &lt;value&gt;238456782&lt;/value&gt;
+        &lt;/property&gt;
+    &lt;/properties&gt;
+&lt;/userVO&gt;
+</code></pre></p>
+      <p>The persisted user</p>
+      <h3 id="d2e2089"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4481"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The repository entry cannot be found</p>
-      <h3 id="d2e4485">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
+      <h3 id="d2e2095">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;errorVOes&gt;
+    &lt;errorVO&gt;
+        &lt;code&gt;org.olat.restapi:error&lt;/code&gt;
+        &lt;translation&gt;Hello world, there is an error&lt;/translation&gt;
+    &lt;/errorVO&gt;
+&lt;/errorVOes&gt;
+</code></pre></p>
+      <p>The list of errors</p>
+      <h3 id="d2e2116">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -21001,1186 +19880,1210 @@
     &lt;/users&gt;
 &lt;/users&gt;
 </code></pre></p>
-      <p>Owners of the repository entry</p>
+      <p>The list of all users in the OLAT system</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4506"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The repository entry or the user cannot be found</p>
-      <h3 id="d2e4510"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is added as owner of the repository entry</p>
-      <h3 id="d2e4514"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4521"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The repository entry or the user cannot be found</p>
-      <h3 id="d2e4525"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is removed as owner from the repository entry</p>
-      <h3 id="d2e4529"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2129"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4542">application/xml, application/json, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
+      <h3 id="d2e2140">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseInfoVOes totalCount="1"&gt;
-    &lt;infos&gt;
-        &lt;infos&gt;
-            &lt;key&gt;777&lt;/key&gt;
-            &lt;softKey&gt;oo_98237498&lt;/softKey&gt;
-            &lt;repoEntryKey&gt;456&lt;/repoEntryKey&gt;
-            &lt;title&gt;Demo course&lt;/title&gt;
-            &lt;displayName&gt;Demo course&lt;/displayName&gt;
-        &lt;/infos&gt;
-    &lt;/infos&gt;
-&lt;/courseInfoVOes&gt;
-</code></pre></p>
-      <p>List of visible courses</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4560">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
+      <h3 id="d2e2141">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseVO&gt;
-    &lt;key&gt;777&lt;/key&gt;
-    &lt;softKey&gt;oo_98237498&lt;/softKey&gt;
-    &lt;repoEntryKey&gt;456&lt;/repoEntryKey&gt;
-    &lt;title&gt;Demo course&lt;/title&gt;
-    &lt;displayName&gt;Demo course&lt;/displayName&gt;
-&lt;/courseVO&gt;
-</code></pre></p>
-      <p>Course informations</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4582"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The list of contacts</p>
-      <h3 id="d2e4597">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
+      <h3 id="d2e2145">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
+&lt;userVO&gt;
+    &lt;key&gt;345&lt;/key&gt;
+    &lt;login&gt;john&lt;/login&gt;
+    &lt;password&gt;&lt;/password&gt;
+    &lt;firstName&gt;John&lt;/firstName&gt;
+    &lt;lastName&gt;Smith&lt;/lastName&gt;
+    &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
+    &lt;properties&gt;
+        &lt;property&gt;
+            &lt;name&gt;telPrivate&lt;/name&gt;
+            &lt;value&gt;238456782&lt;/value&gt;
+        &lt;/property&gt;
+        &lt;property&gt;
+            &lt;name&gt;telMobile&lt;/name&gt;
+            &lt;value&gt;238456782&lt;/value&gt;
+        &lt;/property&gt;
+    &lt;/properties&gt;
+&lt;/userVO&gt;
 </code></pre></p>
-      <p>The forums</p>
+      <p>The user</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4610"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2158"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4623"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The forum not found</p>
-      <h3 id="d2e4629">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
+      <h3 id="d2e2164"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e2170">application/xml, application/json (<abbr title="{http://www.example.com} errorVO">ns3:errorVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
+&lt;errorVOes&gt;
+    &lt;errorVO&gt;
+        &lt;code&gt;org.olat.restapi:error&lt;/code&gt;
+        &lt;translation&gt;Hello world, there is an error&lt;/translation&gt;
+    &lt;/errorVO&gt;
+&lt;/errorVOes&gt;
 </code></pre></p>
-      <p>The root message of the thread</p>
+      <p>The list of validation errors</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4642"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2186"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The user is removed from the group</p>
+      <h3 id="d2e2192"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4661"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e4667">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
-      </h3>
+      <h3 id="d2e2198"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e2211">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messages totalCount="1"&gt;
-    &lt;messages&gt;
-        &lt;message&gt;
-            &lt;key&gt;380&lt;/key&gt;
-            &lt;authorKey&gt;345&lt;/authorKey&gt;
-            &lt;title&gt;A message&lt;/title&gt;
-            &lt;body&gt;The content of the message&lt;/body&gt;
-        &lt;/message&gt;
-    &lt;/messages&gt;
-&lt;/messages&gt;
+&lt;userVO&gt;
+    &lt;key&gt;345&lt;/key&gt;
+    &lt;login&gt;john&lt;/login&gt;
+    &lt;password&gt;&lt;/password&gt;
+    &lt;firstName&gt;John&lt;/firstName&gt;
+    &lt;lastName&gt;Smith&lt;/lastName&gt;
+    &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
+    &lt;properties&gt;
+        &lt;property&gt;
+            &lt;name&gt;telPrivate&lt;/name&gt;
+            &lt;value&gt;238456782&lt;/value&gt;
+        &lt;/property&gt;
+        &lt;property&gt;
+            &lt;name&gt;telMobile&lt;/name&gt;
+            &lt;value&gt;238456782&lt;/value&gt;
+        &lt;/property&gt;
+    &lt;/properties&gt;
+&lt;/userVO&gt;
 </code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4680"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The user</p>
+      <h3 id="d2e2224"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4699"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e4705">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
-      </h3>
+      <h3 id="d2e2230"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e2243">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
+&lt;statusVO&gt;
+    &lt;status&gt;2&lt;/status&gt;
+&lt;/statusVO&gt;
 </code></pre></p>
-      <p>The root message of the thread</p>
+      <p>The user</p>
+      <h3 id="d2e2256"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e2262"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e2269">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)
+      </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4718"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4725">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e4732"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e4738">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e2270">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4751"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2274">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;rolesVO&gt;
+    &lt;olatAdmin&gt;false&lt;/olatAdmin&gt;
+    &lt;userManager&gt;false&lt;/userManager&gt;
+    &lt;groupManager&gt;false&lt;/groupManager&gt;
+    &lt;author&gt;true&lt;/author&gt;
+    &lt;guestOnly&gt;false&lt;/guestOnly&gt;
+    &lt;institutionalResourceManager&gt;false&lt;/institutionalResourceManager&gt;
+    &lt;poolAdmin&gt;false&lt;/poolAdmin&gt;
+    &lt;invitee&gt;false&lt;/invitee&gt;
+&lt;/rolesVO&gt;
+</code></pre></p>
+      <p>The user</p>
+      <h3 id="d2e2287"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4773"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e4779">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
-      </h3>
+      <h3 id="d2e2293"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e2306">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messages totalCount="1"&gt;
-    &lt;messages&gt;
-        &lt;message&gt;
-            &lt;key&gt;380&lt;/key&gt;
-            &lt;authorKey&gt;345&lt;/authorKey&gt;
-            &lt;title&gt;A message&lt;/title&gt;
-            &lt;body&gt;The content of the message&lt;/body&gt;
-        &lt;/message&gt;
-    &lt;/messages&gt;
-&lt;/messages&gt;
+&lt;rolesVO&gt;
+    &lt;olatAdmin&gt;false&lt;/olatAdmin&gt;
+    &lt;userManager&gt;false&lt;/userManager&gt;
+    &lt;groupManager&gt;false&lt;/groupManager&gt;
+    &lt;author&gt;true&lt;/author&gt;
+    &lt;guestOnly&gt;false&lt;/guestOnly&gt;
+    &lt;institutionalResourceManager&gt;false&lt;/institutionalResourceManager&gt;
+    &lt;poolAdmin&gt;false&lt;/poolAdmin&gt;
+    &lt;invitee&gt;false&lt;/invitee&gt;
+&lt;/rolesVO&gt;
 </code></pre></p>
-      <p>The root message of the thread</p>
+      <p>The user</p>
+      <h3 id="d2e2319"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e2325"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e2332">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)
+      </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4792"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4803">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e4816"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e4822">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e2333">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4835"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2337">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;rolesVO&gt;
+    &lt;olatAdmin&gt;false&lt;/olatAdmin&gt;
+    &lt;userManager&gt;false&lt;/userManager&gt;
+    &lt;groupManager&gt;false&lt;/groupManager&gt;
+    &lt;author&gt;true&lt;/author&gt;
+    &lt;guestOnly&gt;false&lt;/guestOnly&gt;
+    &lt;institutionalResourceManager&gt;false&lt;/institutionalResourceManager&gt;
+    &lt;poolAdmin&gt;false&lt;/poolAdmin&gt;
+    &lt;invitee&gt;false&lt;/invitee&gt;
+&lt;/rolesVO&gt;
+</code></pre></p>
+      <p>The user</p>
+      <h3 id="d2e2350"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e2356"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e2366">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>
+         <h6>Example</h6><pre><code>1.0</code></pre></p>
+      <p>The version of this specific Web Service</p>
+      <h3 id="d2e2379">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2380">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2391">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;preferencesVO&gt;
+    &lt;language&gt;de&lt;/language&gt;
+&lt;/preferencesVO&gt;
+</code></pre></p>
+      <p>The preferences</p>
+      <h3 id="d2e2404"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4842">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
+      <h3 id="d2e2410"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e2417">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4843">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
+      <h3 id="d2e2418">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4847"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e4853">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
-      </h3>
+      <h3 id="d2e2422">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
+&lt;preferencesVO&gt;
+    &lt;language&gt;de&lt;/language&gt;
+&lt;/preferencesVO&gt;
 </code></pre></p>
-      <p>The root message of the thread</p>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4866"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The user</p>
+      <h3 id="d2e2435"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4885"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e4891">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e2441"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e2454">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The portrait as image</p>
+      <h3 id="d2e2460"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e2469">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The portrait as image</p>
+      <h3 id="d2e2475"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Not authorized</p>
+      <h3 id="d2e2481"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e2490"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The portrait deleted</p>
+      <h3 id="d2e2496"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Not authorized</p>
+      <h3 id="d2e2505">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The portrait as image</p>
+      <h3 id="d2e2511"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e2523">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The portrait as image</p>
+      <h3 id="d2e2529"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e2543">application/xml, application/json (<abbr title="{http://www.example.com} folderVOes">ns3:folderVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
+&lt;folders totalCount="1"&gt;
+    &lt;folders&gt;
+        &lt;folder name="Course folder" courseKey="375397" courseNodeId="438950850389" subscribed="true" write="false" read="false" list="false" delete="false"/&gt;
+    &lt;/folders&gt;
+&lt;/folders&gt;
 </code></pre></p>
-      <p>The root message of the thread</p>
+      <p>The folders</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4904"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2556"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e4917"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The message not found</p>
-      <h3 id="d2e4923">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The links to the attachments</p>
-      <h3 id="d2e4930">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2562">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2563">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2564">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2565">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2566">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2569">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2570">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2573">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e4936"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e4942">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e4949">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e2578">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2579">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2582">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2583">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2586">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e2587">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e2589">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2590">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2595">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2596">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2597">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2598">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2599">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2602">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2603">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2604">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2607">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e2612">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2613">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2614">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2617">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2618">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2619">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2622">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e2623">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4950">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e2625">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2626">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2629">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2630">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2633">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2634">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2638">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2643">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2644">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2649">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2650">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2651">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2652">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2653">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2656">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2657">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2660">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e2665">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2666">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2669">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2670">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2673">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e4954"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e4960">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e4969"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e4975">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e4991"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e4997">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The portrait as image</p>
-      <h3 id="d2e5011"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The forum not found</p>
-      <h3 id="d2e5017">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
+      <h3 id="d2e2674">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5030"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5049"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e5055">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
+      <h3 id="d2e2676">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2677">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2682">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2683">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2684">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2685">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2686">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2689">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2690">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2691">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2694">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e2699">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2700">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2701">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2704">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2705">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2706">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2709">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messages totalCount="1"&gt;
-    &lt;messages&gt;
-        &lt;message&gt;
-            &lt;key&gt;380&lt;/key&gt;
-            &lt;authorKey&gt;345&lt;/authorKey&gt;
-            &lt;title&gt;A message&lt;/title&gt;
-            &lt;body&gt;The content of the message&lt;/body&gt;
-        &lt;/message&gt;
-    &lt;/messages&gt;
-&lt;/messages&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5068"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5087"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e5093">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e2710">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5106"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5113">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2712">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2713">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2716">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2717">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2720">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2721">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2725">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2730">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2731">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2737">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2738">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2739">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2740">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2741">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2744">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2745">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2748">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e5120"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e5126">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e2753">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2754">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2757">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2758">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2761">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5139"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5161"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e5167">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
+      <h3 id="d2e2762">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messages totalCount="1"&gt;
-    &lt;messages&gt;
-        &lt;message&gt;
-            &lt;key&gt;380&lt;/key&gt;
-            &lt;authorKey&gt;345&lt;/authorKey&gt;
-            &lt;title&gt;A message&lt;/title&gt;
-            &lt;body&gt;The content of the message&lt;/body&gt;
-        &lt;/message&gt;
-    &lt;/messages&gt;
-&lt;/messages&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5180"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5191">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2764">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2765">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2770">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2771">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2772">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2773">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2774">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2777">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2778">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2779">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2782">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e5204"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e5210">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e2787">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2788">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2789">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2792">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2793">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2794">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2797">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
-</code></pre></p>
-      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5223"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5230">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
+      <h3 id="d2e2798">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5231">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
+      <h3 id="d2e2800">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2801">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2804">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2805">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2808">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2809">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2813">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2818">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2819">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2836">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
       </h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;courses totalCount="0"&gt;
+    &lt;courses&gt;
+        &lt;course&gt;
+            &lt;key&gt;777&lt;/key&gt;
+            &lt;softKey&gt;internal_fx_cp&lt;/softKey&gt;
+            &lt;displayName&gt;Demo course&lt;/displayName&gt;
+            &lt;repoEntryKey&gt;27684&lt;/repoEntryKey&gt;
+            &lt;externalId&gt;External identifier&lt;/externalId&gt;
+            &lt;externalRef&gt;External reference&lt;/externalRef&gt;
+            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
+            &lt;title&gt;Demo course&lt;/title&gt;
+        &lt;/course&gt;
+    &lt;/courses&gt;
+&lt;/courses&gt;
+</code></pre></p>
+      <p>The courses</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5235"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e5241">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e2849"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e2866">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
+&lt;courses totalCount="0"&gt;
+    &lt;courses&gt;
+        &lt;course&gt;
+            &lt;key&gt;777&lt;/key&gt;
+            &lt;softKey&gt;internal_fx_cp&lt;/softKey&gt;
+            &lt;displayName&gt;Demo course&lt;/displayName&gt;
+            &lt;repoEntryKey&gt;27684&lt;/repoEntryKey&gt;
+            &lt;externalId&gt;External identifier&lt;/externalId&gt;
+            &lt;externalRef&gt;External reference&lt;/externalRef&gt;
+            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
+            &lt;title&gt;Demo course&lt;/title&gt;
+        &lt;/course&gt;
+    &lt;/courses&gt;
+&lt;/courses&gt;
 </code></pre></p>
-      <p>The root message of the thread</p>
+      <p>The courses</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5254"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2879"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5273"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e5279">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e2896">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;messageVO&gt;
-    &lt;key&gt;380&lt;/key&gt;
-    &lt;authorKey&gt;345&lt;/authorKey&gt;
-    &lt;title&gt;A message&lt;/title&gt;
-    &lt;body&gt;The content of the message&lt;/body&gt;
-&lt;/messageVO&gt;
+&lt;courses totalCount="0"&gt;
+    &lt;courses&gt;
+        &lt;course&gt;
+            &lt;key&gt;777&lt;/key&gt;
+            &lt;softKey&gt;internal_fx_cp&lt;/softKey&gt;
+            &lt;displayName&gt;Demo course&lt;/displayName&gt;
+            &lt;repoEntryKey&gt;27684&lt;/repoEntryKey&gt;
+            &lt;externalId&gt;External identifier&lt;/externalId&gt;
+            &lt;externalRef&gt;External reference&lt;/externalRef&gt;
+            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
+            &lt;title&gt;Demo course&lt;/title&gt;
+        &lt;/course&gt;
+    &lt;/courses&gt;
+&lt;/courses&gt;
 </code></pre></p>
-      <p>The root message of the thread</p>
+      <p>The courses</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5292"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2909"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5305"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The message not found</p>
-      <h3 id="d2e5311">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The links to the attachments</p>
-      <h3 id="d2e5318">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e5324"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2921">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2922">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2931">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2932">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2941">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2942">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2951">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2952">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e2966">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The portrait as image</p>
+      <h3 id="d2e2972"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The identity or the portrait not found</p>
-      <h3 id="d2e5330">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e5337">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e2991">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;subscriptionInfoVOes&gt;
+    &lt;subscriptionInfoVO&gt;
+        &lt;title&gt;Infos&lt;/title&gt;
+        &lt;items/&gt;
+    &lt;/subscriptionInfoVO&gt;
+&lt;/subscriptionInfoVOes&gt;
+</code></pre></p>
+      <p>The notifications</p>
+      <h3 id="d2e3004"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e3010">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">subscribersVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5338">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e3011">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">subscribersVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5342"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e5348">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e5357"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e5363">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Ok</p>
-      <h3 id="d2e5379"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e5385">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The portrait as image</p>
-      <h3 id="d2e5395">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)
+      <h3 id="d2e3013">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3018">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3025">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3026">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3038"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Registration successful</p>
+      <h3 id="d2e3042"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Already registered, HTTP-Header location set to redirect</p>
+      <h3 id="d2e3049">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e3054"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Registration successful</p>
+      <h3 id="d2e3058"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Already registered, HTTP-Header location set to redirect</p>
+      <h3 id="d2e3073">application/xml, application/json (<abbr title="{http://www.example.com} folderVOes">ns3:folderVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;repositoryEntries totalCount="1"&gt;
-    &lt;repositoryEntries&gt;
-        &lt;repositoryEntrie&gt;
-            &lt;key&gt;479286&lt;/key&gt;
-            &lt;softkey&gt;internal_cp&lt;/softkey&gt;
-            &lt;resourcename&gt;fdhasl&lt;/resourcename&gt;
-            &lt;displayname&gt;CP-demo&lt;/displayname&gt;
-            &lt;externalId&gt;External identifier&lt;/externalId&gt;
-            &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-            &lt;managedFlags&gt;title.description&lt;/managedFlags&gt;
-            &lt;resourceableId&gt;4368567&lt;/resourceableId&gt;
-            &lt;resourceableTypeName&gt;CourseModule&lt;/resourceableTypeName&gt;
-        &lt;/repositoryEntrie&gt;
-    &lt;/repositoryEntries&gt;
-&lt;/repositoryEntries&gt;
+&lt;folders totalCount="1"&gt;
+    &lt;folders&gt;
+        &lt;folder name="Course folder" courseKey="375397" courseNodeId="438950850389" subscribed="true" write="false" read="false" list="false" delete="false"/&gt;
+    &lt;/folders&gt;
+&lt;/folders&gt;
 </code></pre></p>
-      <p>List all entries in the repository</p>
+      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5412">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)
+      <h3 id="d2e3086"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e3092"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The course or parentNode not found</p>
+      <h3 id="d2e3126">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
       </h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;courseNodeVO&gt;
+    &lt;id&gt;id&lt;/id&gt;
+&lt;/courseNodeVO&gt;
+</code></pre></p>
+      <p>The folder node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5413">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)
+      <h3 id="d2e3139"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e3145"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The course or parentNode not found</p>
+      <h3 id="d2e3152">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e3180">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
       </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5417">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;userVO&gt;
-    &lt;key&gt;345&lt;/key&gt;
-    &lt;login&gt;john&lt;/login&gt;
-    &lt;password&gt;&lt;/password&gt;
-    &lt;firstName&gt;John&lt;/firstName&gt;
-    &lt;lastName&gt;Smith&lt;/lastName&gt;
-    &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-    &lt;properties&gt;
-        &lt;property&gt;
-            &lt;name&gt;telPrivate&lt;/name&gt;
-            &lt;value&gt;238456782&lt;/value&gt;
-        &lt;/property&gt;
-        &lt;property&gt;
-            &lt;name&gt;telMobile&lt;/name&gt;
-            &lt;value&gt;238456782&lt;/value&gt;
-        &lt;/property&gt;
-    &lt;/properties&gt;
-&lt;/userVO&gt;
-</code></pre></p>
-      <p>The persisted user</p>
-      <h3 id="d2e5430">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;errorVOes&gt;
-    &lt;errorVO&gt;
-        &lt;code&gt;org.olat.restapi:error&lt;/code&gt;
-        &lt;translation&gt;Hello world, there is an error&lt;/translation&gt;
-    &lt;/errorVO&gt;
-&lt;/errorVOes&gt;
+&lt;courseNodeVO&gt;
+    &lt;id&gt;id&lt;/id&gt;
+&lt;/courseNodeVO&gt;
 </code></pre></p>
-      <p>The list of errors</p>
-      <h3 id="d2e5443"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The folder node metadatas</p>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e3193"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5457">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
+      <h3 id="d2e3199"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The course or parentNode not found</p>
+      <h3 id="d2e3213">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e3235">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;users totalCount="0"&gt;
-    &lt;users&gt;
-        &lt;user&gt;
-            &lt;key&gt;345&lt;/key&gt;
-            &lt;login&gt;john&lt;/login&gt;
-            &lt;password&gt;&lt;/password&gt;
-            &lt;firstName&gt;John&lt;/firstName&gt;
-            &lt;lastName&gt;Smith&lt;/lastName&gt;
-            &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-            &lt;properties&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telPrivate&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-                &lt;property&gt;
-                    &lt;name&gt;telMobile&lt;/name&gt;
-                    &lt;value&gt;238456782&lt;/value&gt;
-                &lt;/property&gt;
-            &lt;/properties&gt;
-        &lt;/user&gt;
-    &lt;/users&gt;
-&lt;/users&gt;
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;courseNodeVO&gt;
+    &lt;id&gt;id&lt;/id&gt;
+&lt;/courseNodeVO&gt;
 </code></pre></p>
-      <p>The list of all users in the OLAT system</p>
+      <p>The folder node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5470"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5483"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e5489"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The user is removed from the group</p>
-      <h3 id="d2e5495"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3248"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5502">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)
+      <h3 id="d2e3254"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The course or parentNode not found</p>
+      <h3 id="d2e3263">application/xml, application/json (<abbr title="{http://www.example.com} folderVO">ns3:folderVO</abbr>)
       </h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;folder name="Course folder" courseKey="375397" courseNodeId="438950850389" subscribed="true" write="false" read="false" list="false" delete="false"/&gt;
+</code></pre></p>
+      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5503">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">userVO</abbr>)
+      <h3 id="d2e3276"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e3282"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The course or parentNode not found</p>
+      <h3 id="d2e3290">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3291">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3292">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3293">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3294">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3297">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3298">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3301">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e3306">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3307">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3310">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3311">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3314">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5507"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e5513">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)
+      <h3 id="d2e3315">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;userVO&gt;
-    &lt;key&gt;345&lt;/key&gt;
-    &lt;login&gt;john&lt;/login&gt;
-    &lt;password&gt;&lt;/password&gt;
-    &lt;firstName&gt;John&lt;/firstName&gt;
-    &lt;lastName&gt;Smith&lt;/lastName&gt;
-    &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-    &lt;properties&gt;
-        &lt;property&gt;
-            &lt;name&gt;telPrivate&lt;/name&gt;
-            &lt;value&gt;238456782&lt;/value&gt;
-        &lt;/property&gt;
-        &lt;property&gt;
-            &lt;name&gt;telMobile&lt;/name&gt;
-            &lt;value&gt;238456782&lt;/value&gt;
-        &lt;/property&gt;
-    &lt;/properties&gt;
-&lt;/userVO&gt;
-</code></pre></p>
-      <p>The user</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5526">application/xml, application/json (<abbr title="{http://www.example.com} errorVO">ns3:errorVO</abbr>)
+      <h3 id="d2e3317">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3318">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3323">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3324">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3325">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3326">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3327">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3330">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3331">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3332">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3335">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e3340">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3341">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3342">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3345">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3346">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3347">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3350">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;errorVOes&gt;
-    &lt;errorVO&gt;
-        &lt;code&gt;org.olat.restapi:error&lt;/code&gt;
-        &lt;translation&gt;Hello world, there is an error&lt;/translation&gt;
-    &lt;/errorVO&gt;
-&lt;/errorVOes&gt;
-</code></pre></p>
-      <p>The list of validation errors</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5539"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5552"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e5558">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;userVO&gt;
-    &lt;key&gt;345&lt;/key&gt;
-    &lt;login&gt;john&lt;/login&gt;
-    &lt;password&gt;&lt;/password&gt;
-    &lt;firstName&gt;John&lt;/firstName&gt;
-    &lt;lastName&gt;Smith&lt;/lastName&gt;
-    &lt;email&gt;john.smith@frentix.com&lt;/email&gt;
-    &lt;properties&gt;
-        &lt;property&gt;
-            &lt;name&gt;telPrivate&lt;/name&gt;
-            &lt;value&gt;238456782&lt;/value&gt;
-        &lt;/property&gt;
-        &lt;property&gt;
-            &lt;name&gt;telMobile&lt;/name&gt;
-            &lt;value&gt;238456782&lt;/value&gt;
-        &lt;/property&gt;
-    &lt;/properties&gt;
-&lt;/userVO&gt;
-</code></pre></p>
-      <p>The user</p>
-      <h3 id="d2e5571"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5577">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5578">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5587">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)
+      <h3 id="d2e3351">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5588">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">rolesVO</abbr>)
+      <h3 id="d2e3353">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3354">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3357">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3358">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3361">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3362">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3366">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3371">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3372">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3383">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3384">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3387">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3388">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3391">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3392">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3401">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3402">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3406">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3411">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3412">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3415">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3416">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3419">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5592"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e5598">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;rolesVO&gt;
-    &lt;olatAdmin&gt;false&lt;/olatAdmin&gt;
-    &lt;userManager&gt;false&lt;/userManager&gt;
-    &lt;groupManager&gt;false&lt;/groupManager&gt;
-    &lt;author&gt;true&lt;/author&gt;
-    &lt;guestOnly&gt;false&lt;/guestOnly&gt;
-    &lt;institutionalResourceManager&gt;false&lt;/institutionalResourceManager&gt;
-    &lt;poolAdmin&gt;false&lt;/poolAdmin&gt;
-    &lt;invitee&gt;false&lt;/invitee&gt;
-&lt;/rolesVO&gt;
-</code></pre></p>
-      <p>The user</p>
-      <h3 id="d2e5611"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5620"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e5626">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;rolesVO&gt;
-    &lt;olatAdmin&gt;false&lt;/olatAdmin&gt;
-    &lt;userManager&gt;false&lt;/userManager&gt;
-    &lt;groupManager&gt;false&lt;/groupManager&gt;
-    &lt;author&gt;true&lt;/author&gt;
-    &lt;guestOnly&gt;false&lt;/guestOnly&gt;
-    &lt;institutionalResourceManager&gt;false&lt;/institutionalResourceManager&gt;
-    &lt;poolAdmin&gt;false&lt;/poolAdmin&gt;
-    &lt;invitee&gt;false&lt;/invitee&gt;
-&lt;/rolesVO&gt;
-</code></pre></p>
-      <p>The user</p>
-      <h3 id="d2e5639"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5650">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)
+      <h3 id="d2e3420">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">repositoryEntryVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5651">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">statusVO</abbr>)
+      <h3 id="d2e3422">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3423">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3426">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3427">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3432">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3433">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3435">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3438">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3439">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3445">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3448">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3453">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3454">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3459">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e3462">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3463">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3468">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3469">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3472">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3473">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3475">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3481">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3484">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3490">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3491">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3493">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3496">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3497">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3503">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3506">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3510">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3514">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3519">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3530">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e3561">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
       </h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;courseNodeVO&gt;
+    &lt;id&gt;id&lt;/id&gt;
+&lt;/courseNodeVO&gt;
+</code></pre></p>
+      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5655"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e5661">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3574"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e3580"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The course or parentNode not found</p>
+      <h3 id="d2e3617">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;rolesVO&gt;
-    &lt;olatAdmin&gt;false&lt;/olatAdmin&gt;
-    &lt;userManager&gt;false&lt;/userManager&gt;
-    &lt;groupManager&gt;false&lt;/groupManager&gt;
-    &lt;author&gt;true&lt;/author&gt;
-    &lt;guestOnly&gt;false&lt;/guestOnly&gt;
-    &lt;institutionalResourceManager&gt;false&lt;/institutionalResourceManager&gt;
-    &lt;poolAdmin&gt;false&lt;/poolAdmin&gt;
-    &lt;invitee&gt;false&lt;/invitee&gt;
-&lt;/rolesVO&gt;
+&lt;courseNodeVO&gt;
+    &lt;id&gt;id&lt;/id&gt;
+&lt;/courseNodeVO&gt;
 </code></pre></p>
-      <p>The user</p>
-      <h3 id="d2e5674"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The course node metadatas</p>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e3630"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5683"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e5689">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3636"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The course or parentNode not found</p>
+      <h3 id="d2e3648">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
+      </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;statusVO&gt;
-    &lt;status&gt;2&lt;/status&gt;
-&lt;/statusVO&gt;
+&lt;groupVO&gt;
+    &lt;key&gt;123467&lt;/key&gt;
+    &lt;description&gt;My group description&lt;/description&gt;
+    &lt;externalId&gt;External Identifier&lt;/externalId&gt;
+    &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
+    &lt;name&gt;My group&lt;/name&gt;
+    &lt;minParticipants&gt;0&lt;/minParticipants&gt;
+    &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
+&lt;/groupVO&gt;
 </code></pre></p>
-      <p>The user</p>
-      <h3 id="d2e5702"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The groups</p>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e3661"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5715"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e5721">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3667"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The course or course node not found</p>
+      <h3 id="d2e3676">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3677">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3682">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3683">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3693">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3694">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3698">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3714">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)
+      </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;preferencesVO&gt;
-    &lt;language&gt;de&lt;/language&gt;
-&lt;/preferencesVO&gt;
+&lt;viteroBookingVO&gt;
+    &lt;bookingId&gt;23&lt;/bookingId&gt;
+    &lt;groupId&gt;24&lt;/groupId&gt;
+    &lt;groupName&gt;NEW-EVENT_OLAT_938745983&lt;/groupName&gt;
+    &lt;eventName&gt;New event&lt;/eventName&gt;
+    &lt;externalId&gt;AC-234&lt;/externalId&gt;
+    &lt;start&gt;2017-04-26T08:51:43.792+02:00&lt;/start&gt;
+    &lt;startBuffer&gt;15&lt;/startBuffer&gt;
+    &lt;end&gt;2017-04-26T08:51:43.792+02:00&lt;/end&gt;
+    &lt;endBuffer&gt;15&lt;/endBuffer&gt;
+    &lt;roomSize&gt;22&lt;/roomSize&gt;
+    &lt;autoSignIn&gt;true&lt;/autoSignIn&gt;
+    &lt;timeZoneId&gt;&lt;/timeZoneId&gt;
+&lt;/viteroBookingVO&gt;
 </code></pre></p>
-      <p>The preferences</p>
-      <h3 id="d2e5734"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5741">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)
+      <p>This is the list of all bookings of a resource</p>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e3728">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5742">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">preferencesVO</abbr>)
+      <h3 id="d2e3729">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5746"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e5752">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3733">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)
+      </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;preferencesVO&gt;
-    &lt;language&gt;de&lt;/language&gt;
-&lt;/preferencesVO&gt;
+&lt;viteroBookingVO&gt;
+    &lt;bookingId&gt;23&lt;/bookingId&gt;
+    &lt;groupId&gt;24&lt;/groupId&gt;
+    &lt;groupName&gt;NEW-EVENT_OLAT_938745983&lt;/groupName&gt;
+    &lt;eventName&gt;New event&lt;/eventName&gt;
+    &lt;externalId&gt;AC-234&lt;/externalId&gt;
+    &lt;start&gt;2017-04-26T08:51:43.792+02:00&lt;/start&gt;
+    &lt;startBuffer&gt;15&lt;/startBuffer&gt;
+    &lt;end&gt;2017-04-26T08:51:43.792+02:00&lt;/end&gt;
+    &lt;endBuffer&gt;15&lt;/endBuffer&gt;
+    &lt;roomSize&gt;22&lt;/roomSize&gt;
+    &lt;autoSignIn&gt;true&lt;/autoSignIn&gt;
+    &lt;timeZoneId&gt;&lt;/timeZoneId&gt;
+&lt;/viteroBookingVO&gt;
 </code></pre></p>
-      <p>The user</p>
-      <h3 id="d2e5765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5778"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e5784">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The portrait as image</p>
-      <h3 id="d2e5793"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e5799">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The portrait as image</p>
-      <h3 id="d2e5805"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e5814"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The portrait deleted</p>
-      <h3 id="d2e5820"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Not authorized</p>
-      <h3 id="d2e5830">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e5850">application/xml, application/json (<abbr title="{http://www.example.com} folderVOes">ns3:folderVOes</abbr>)
+      <p>The created booking</p>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e3747">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e3748">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">viteroBookingVO</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e3752">application/xml, application/json (<abbr title="{http://www.example.com} viteroBookingVO">ns3:viteroBookingVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;folders totalCount="1"&gt;
-    &lt;folders&gt;
-        &lt;folder name="Course folder" courseKey="375397" courseNodeId="438950850389" subscribed="true" write="false" read="false" list="false" delete="false"/&gt;
-    &lt;/folders&gt;
-&lt;/folders&gt;
+&lt;viteroBookingVO&gt;
+    &lt;bookingId&gt;23&lt;/bookingId&gt;
+    &lt;groupId&gt;24&lt;/groupId&gt;
+    &lt;groupName&gt;NEW-EVENT_OLAT_938745983&lt;/groupName&gt;
+    &lt;eventName&gt;New event&lt;/eventName&gt;
+    &lt;externalId&gt;AC-234&lt;/externalId&gt;
+    &lt;start&gt;2017-04-26T08:51:43.792+02:00&lt;/start&gt;
+    &lt;startBuffer&gt;15&lt;/startBuffer&gt;
+    &lt;end&gt;2017-04-26T08:51:43.792+02:00&lt;/end&gt;
+    &lt;endBuffer&gt;15&lt;/endBuffer&gt;
+    &lt;roomSize&gt;22&lt;/roomSize&gt;
+    &lt;autoSignIn&gt;true&lt;/autoSignIn&gt;
+    &lt;timeZoneId&gt;&lt;/timeZoneId&gt;
+&lt;/viteroBookingVO&gt;
 </code></pre></p>
-      <p>The folders</p>
+      <p>The created booking</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5863"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e5871">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5872">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5873">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5874">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5875">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5878">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5879">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5882">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e5887">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5888">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5891">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5892">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5895">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e3772">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)
       </h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;viteroGroupMemberVO&gt;
+    &lt;identityKey&gt;23497&lt;/identityKey&gt;
+    &lt;groupRole&gt;participant&lt;/groupRole&gt;
+&lt;/viteroGroupMemberVO&gt;
+</code></pre></p>
+      <p>This is the list of all bookings of a resource</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5896">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e3786">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3787">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3791">application/xml, application/json (<abbr title="{http://www.example.com} viteroGroupMemberVO">ns3:viteroGroupMemberVO</abbr>)
       </h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;viteroGroupMemberVO&gt;
+    &lt;identityKey&gt;23497&lt;/identityKey&gt;
+    &lt;groupRole&gt;participant&lt;/groupRole&gt;
+&lt;/viteroGroupMemberVO&gt;
+</code></pre></p>
+      <p>This is the list of all bookings of a resource</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5898">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5899">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5904">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5905">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5906">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5907">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5908">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5911">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5912">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5913">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5916">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e5921">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5922">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5923">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5926">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5927">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5928">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5931">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e3809"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The booking is deleted</p>
+      <h3 id="d2e3816">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3817">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3826">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3827">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3840">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3841">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3844">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3845">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3847">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3848">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3851">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3852">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3854">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3855">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3860">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3861">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3865">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5932">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e3866">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5934">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5935">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5938">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5939">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5942">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5943">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5947">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5952">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5953">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5958">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5959">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5960">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5961">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5962">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5965">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5966">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5969">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e5974">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5975">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5978">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5979">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5982">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e3868">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3869">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3872">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3873">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5983">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e3874">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">eventVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e5985">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5986">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5991">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5992">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5993">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5994">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5995">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5998">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e5999">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6000">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6003">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e6008">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6009">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6010">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6013">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6014">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6015">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6018">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e3876">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3877">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e3890">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
       </h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
+</code></pre></p>
+      <p>The forums</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6019">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e3903"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e3916">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
       </h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
+</code></pre></p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6021">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6022">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6025">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6026">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6029">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6030">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6034">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6039">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6040">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6044">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6045">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6046">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6047">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6048">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6051">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6052">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6055">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e6060">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6061">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6064">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6065">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6068">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e3929"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e3935"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The forum not found</p>
+      <h3 id="d2e3954">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;messages totalCount="1"&gt;
+    &lt;messages&gt;
+        &lt;message&gt;
+            &lt;key&gt;380&lt;/key&gt;
+            &lt;authorKey&gt;345&lt;/authorKey&gt;
+            &lt;title&gt;A message&lt;/title&gt;
+            &lt;body&gt;The content of the message&lt;/body&gt;
+        &lt;/message&gt;
+    &lt;/messages&gt;
+&lt;/messages&gt;
+</code></pre></p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6069">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e3967"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e3973"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e3992">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
+</code></pre></p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6071">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6072">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6077">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6078">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6079">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6080">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6081">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6084">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6085">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6086">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6089">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4005"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e4011"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e4018">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e6094">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6095">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6096">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6099">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6100">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6101">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6104">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6105">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
-      </h3>
-      <div class="representation">
-         <h6>XML Schema</h6>
-         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6107">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6108">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6111">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6112">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6115">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6116">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6120">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6125">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6126">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <h3 id="d2e6144">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
+      <h3 id="d2e4025">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courses totalCount="0"&gt;
-    &lt;courses&gt;
-        &lt;course&gt;
-            &lt;key&gt;777&lt;/key&gt;
-            &lt;softKey&gt;internal_fx_cp&lt;/softKey&gt;
-            &lt;repoEntryKey&gt;27684&lt;/repoEntryKey&gt;
-            &lt;externalId&gt;External identifier&lt;/externalId&gt;
-            &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-            &lt;title&gt;Demo course&lt;/title&gt;
-            &lt;displayName&gt;Demo course&lt;/displayName&gt;
-        &lt;/course&gt;
-    &lt;/courses&gt;
-&lt;/courses&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The courses</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6157"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4038"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6174">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
+      <h3 id="d2e4044"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e4066">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courses totalCount="0"&gt;
-    &lt;courses&gt;
-        &lt;course&gt;
-            &lt;key&gt;777&lt;/key&gt;
-            &lt;softKey&gt;internal_fx_cp&lt;/softKey&gt;
-            &lt;repoEntryKey&gt;27684&lt;/repoEntryKey&gt;
-            &lt;externalId&gt;External identifier&lt;/externalId&gt;
-            &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-            &lt;title&gt;Demo course&lt;/title&gt;
-            &lt;displayName&gt;Demo course&lt;/displayName&gt;
-        &lt;/course&gt;
-    &lt;/courses&gt;
-&lt;/courses&gt;
+&lt;messages totalCount="1"&gt;
+    &lt;messages&gt;
+        &lt;message&gt;
+            &lt;key&gt;380&lt;/key&gt;
+            &lt;authorKey&gt;345&lt;/authorKey&gt;
+            &lt;title&gt;A message&lt;/title&gt;
+            &lt;body&gt;The content of the message&lt;/body&gt;
+        &lt;/message&gt;
+    &lt;/messages&gt;
+&lt;/messages&gt;
 </code></pre></p>
-      <p>The courses</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6187"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4079"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6204">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)
+      <h3 id="d2e4085"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e4096">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e4109">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courses totalCount="0"&gt;
-    &lt;courses&gt;
-        &lt;course&gt;
-            &lt;key&gt;777&lt;/key&gt;
-            &lt;softKey&gt;internal_fx_cp&lt;/softKey&gt;
-            &lt;repoEntryKey&gt;27684&lt;/repoEntryKey&gt;
-            &lt;externalId&gt;External identifier&lt;/externalId&gt;
-            &lt;externalRef&gt;External reference&lt;/externalRef&gt;
-            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-            &lt;title&gt;Demo course&lt;/title&gt;
-            &lt;displayName&gt;Demo course&lt;/displayName&gt;
-        &lt;/course&gt;
-    &lt;/courses&gt;
-&lt;/courses&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The courses</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6217"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4122"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6243"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e6249">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
+      <h3 id="d2e4128"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e4135">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groups totalCount="0"&gt;
-    &lt;groups&gt;
-        &lt;group&gt;
-            &lt;key&gt;123467&lt;/key&gt;
-            &lt;description&gt;My group description&lt;/description&gt;
-            &lt;externalId&gt;External Identifier&lt;/externalId&gt;
-            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-            &lt;name&gt;My group&lt;/name&gt;
-            &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-            &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-        &lt;/group&gt;
-    &lt;/groups&gt;
-&lt;/groups&gt;
-</code></pre></p>
-      <p>The groups of the user</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6279"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e6285">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
+      <h3 id="d2e4136">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groups totalCount="0"&gt;
-    &lt;groups&gt;
-        &lt;group&gt;
-            &lt;key&gt;123467&lt;/key&gt;
-            &lt;description&gt;My group description&lt;/description&gt;
-            &lt;externalId&gt;External Identifier&lt;/externalId&gt;
-            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-            &lt;name&gt;My group&lt;/name&gt;
-            &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-            &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-        &lt;/group&gt;
-    &lt;/groups&gt;
-&lt;/groups&gt;
-</code></pre></p>
-      <p>The groups of the user</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6315"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e6321">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)
+      <h3 id="d2e4140">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groups totalCount="0"&gt;
-    &lt;groups&gt;
-        &lt;group&gt;
-            &lt;key&gt;123467&lt;/key&gt;
-            &lt;description&gt;My group description&lt;/description&gt;
-            &lt;externalId&gt;External Identifier&lt;/externalId&gt;
-            &lt;managedFlags&gt;title,description&lt;/managedFlags&gt;
-            &lt;name&gt;My group&lt;/name&gt;
-            &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-            &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-        &lt;/group&gt;
-    &lt;/groups&gt;
-&lt;/groups&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The groups of the user</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6351">application/xml;pagingspec=1.0, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} groupInfoVO">ns3:groupInfoVO</abbr>)
+      <h3 id="d2e4153"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e4159"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e4178">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;groups totalCount="0"&gt;
-    &lt;groups&gt;
-        &lt;group folderWrite="false"&gt;
-            &lt;key&gt;123467&lt;/key&gt;
-            &lt;description&gt;My group description&lt;/description&gt;
-            &lt;externalId&gt;External identifier&lt;/externalId&gt;
-            &lt;name&gt;My group&lt;/name&gt;
-            &lt;minParticipants&gt;0&lt;/minParticipants&gt;
-            &lt;maxParticipants&gt;0&lt;/maxParticipants&gt;
-            &lt;news&gt;&amp;lt;p&amp;gt;Hello world&amp;lt;/p&amp;gt;&lt;/news&gt;
-            &lt;forumKey&gt;374589&lt;/forumKey&gt;
-            &lt;hasWiki&gt;false&lt;/hasWiki&gt;
-            &lt;hasFolder&gt;false&lt;/hasFolder&gt;
-        &lt;/group&gt;
-    &lt;/groups&gt;
-&lt;/groups&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The groups of the user</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6364"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The request hasn't paging information</p>
-      <h3 id="d2e6375">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e6397"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The forum not found</p>
-      <h3 id="d2e6403">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
+      <h3 id="d2e4191"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e4197"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e4210">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The links to the attachments</p>
+      <h3 id="d2e4216"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The message not found</p>
+      <h3 id="d2e4223">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e4229">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e4235"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e4242">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e4243">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e4247">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e4253"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e4262">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e4268"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e4284">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The portrait as image</p>
+      <h3 id="d2e4290"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e4304">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -22190,11 +21093,11 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6416"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4317"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6435"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author, forum or message not found</p>
-      <h3 id="d2e6441">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
+      <h3 id="d2e4323"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The forum not found</p>
+      <h3 id="d2e4342">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -22213,11 +21116,11 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6454"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4355"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6473"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4361"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The author, forum or message not found</p>
-      <h3 id="d2e6479">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e4380">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -22232,13 +21135,13 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6492"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4393"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6499">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e6506"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4399"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The author, forum or message not found</p>
-      <h3 id="d2e6512">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e4406">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e4413">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -22253,11 +21156,11 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6525"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4426"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4432"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The author, forum or message not found</p>
-      <h3 id="d2e6553">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
+      <h3 id="d2e4454">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -22276,13 +21179,13 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6566"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4467"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6577">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4473"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e4484">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e6590"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e6596">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e4497">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -22297,21 +21200,21 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6609"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4510"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6616">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
+      <h3 id="d2e4516"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e4523">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6617">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
+      <h3 id="d2e4524">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6621"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The author or message not found</p>
-      <h3 id="d2e6627">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e4528">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -22326,11 +21229,11 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6640"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4541"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6659"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4547"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The author or message not found</p>
-      <h3 id="d2e6665">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
+      <h3 id="d2e4566">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -22345,579 +21248,665 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6678"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4579"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6691"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The message not found</p>
-      <h3 id="d2e6697">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4585"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e4598">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The links to the attachments</p>
-      <h3 id="d2e6704">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4604"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The message not found</p>
+      <h3 id="d2e4611">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e6710"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e6716">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4617">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>Ok</p>
-      <h3 id="d2e6723">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e4623"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e4630">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6724">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      <h3 id="d2e4631">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6728"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the portrait not found</p>
-      <h3 id="d2e6734">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4635">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>Ok</p>
-      <h3 id="d2e6743"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4641"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The identity or the portrait not found</p>
-      <h3 id="d2e6749">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4650">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>Ok</p>
-      <h3 id="d2e6765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4656"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The identity or the portrait not found</p>
-      <h3 id="d2e6771">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4672">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The portrait as image</p>
-      <h3 id="d2e6784">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)
+      <h3 id="d2e4678"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e4684">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6785">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)
+      <h3 id="d2e4685">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6789"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e6795">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)
+      <h3 id="d2e4687">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4688">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4694">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4695">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4699">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4704">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4705">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4708">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;authenticationVO&gt;
-    &lt;key&gt;38759&lt;/key&gt;
-    &lt;identityKey&gt;345&lt;/identityKey&gt;
-    &lt;provider&gt;OLAT&lt;/provider&gt;
-    &lt;authUsername&gt;john&lt;/authUsername&gt;
-&lt;/authenticationVO&gt;
-</code></pre></p>
-      <p>The saved authentication</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6808"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6815"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e6819">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)
+      <h3 id="d2e4709">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;authenticationVOes&gt;
-    &lt;authenticationVO&gt;
-        &lt;key&gt;38759&lt;/key&gt;
-        &lt;identityKey&gt;345&lt;/identityKey&gt;
-        &lt;provider&gt;OLAT&lt;/provider&gt;
-        &lt;authUsername&gt;john&lt;/authUsername&gt;
-    &lt;/authenticationVO&gt;
-&lt;/authenticationVOes&gt;
-</code></pre></p>
-      <p>The list of all users in the OLAT system</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e6830"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6846"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the authentication not found</p>
-      <h3 id="d2e6852"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The authentication successfully deleted</p>
-      <h3 id="d2e6858"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6869">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4711">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4712">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4715">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4720">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4723">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e6876"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the authentication not found</p>
-      <h3 id="d2e6882"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The password was not changed</p>
-      <h3 id="d2e6888"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The password successfully changed</p>
-      <h3 id="d2e6894"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e6904">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e6922">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e6947">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>OK</code></pre></p>
-      <p>The translation of the package + key</p>
-      <h3 id="d2e6965">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e6988"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e6994">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e4726">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4729">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4734">*/* (<abbr title="{http://wadl.dev.java.net/2009/02} ">groupVO</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e4736">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4741">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4742">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4747">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4748">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4753">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4754">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4760">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4763">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4769">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4772">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4778">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4779">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4780">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4781">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4782">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4785">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4786">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4789">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e4794">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4795">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4798">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4799">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4802">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7007"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7017"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7021">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e4803">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7032"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7043"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7049">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e4805">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4806">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4811">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4812">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4813">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4814">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4815">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4818">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4819">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4820">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4823">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e4828">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4829">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4830">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4833">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4834">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4835">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4838">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e4839">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
+      </h3>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e4841">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4842">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4845">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4846">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4849">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4850">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4854">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4859">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4860">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4869">application/zip<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4870">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4881">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7062"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4894"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7080"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7086">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e4900"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The forum not found</p>
+      <h3 id="d2e4919">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messages totalCount="1"&gt;
+    &lt;messages&gt;
+        &lt;message&gt;
+            &lt;key&gt;380&lt;/key&gt;
+            &lt;authorKey&gt;345&lt;/authorKey&gt;
+            &lt;title&gt;A message&lt;/title&gt;
+            &lt;body&gt;The content of the message&lt;/body&gt;
+        &lt;/message&gt;
+    &lt;/messages&gt;
+&lt;/messages&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7099"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4932"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7111"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7117">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e4938"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e4957">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>the course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7130"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4970"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7139">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e4976"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e4983">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e7152"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7158">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e4990">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7171"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5003"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7180"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7186">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5009"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e5031">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messages totalCount="1"&gt;
+    &lt;messages&gt;
+        &lt;message&gt;
+            &lt;key&gt;380&lt;/key&gt;
+            &lt;authorKey&gt;345&lt;/authorKey&gt;
+            &lt;title&gt;A message&lt;/title&gt;
+            &lt;body&gt;The content of the message&lt;/body&gt;
+        &lt;/message&gt;
+    &lt;/messages&gt;
+&lt;/messages&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7199"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5044"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7208"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7214">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5050"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e5061">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e5074">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>the course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7227"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5087"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7246"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7252">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5093"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e5100">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>the course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7265"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7279">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e7304"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7310">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5101">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7323"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7334">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e7365"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7371">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5105">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5118"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7421"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7427">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5124"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e5143">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7440"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5156"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7450">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5162"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e5175">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The links to the attachments</p>
+      <h3 id="d2e5181"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The message not found</p>
+      <h3 id="d2e5188">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e7460"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course, parentNode or test not found</p>
-      <h3 id="d2e7466">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5194">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e5200"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e5207">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The test node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7479"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7490">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e7518"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course, parentNode or test not found</p>
-      <h3 id="d2e7524">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5208">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The test node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7537"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7571"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>course, parentNode or test not found</p>
-      <h3 id="d2e7577">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5212">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e5218"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e5227">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e5233"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e5249">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The portrait as image</p>
+      <h3 id="d2e5255"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e5262">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5268">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5269">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5270">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5271">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5276">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5282">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5283">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5284">text/html<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5285">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5288">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5291">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5296">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5299">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5302">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5311">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>
+         <h6>Example</h6><pre><code>1.0</code></pre></p>
+      <p>The version of this specific Web Service</p>
+      <h3 id="d2e5333">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
 </code></pre></p>
-      <p>the test node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7590"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5346"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7605">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e7622"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7626">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5352"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The forum not found</p>
+      <h3 id="d2e5371">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messages totalCount="1"&gt;
+    &lt;messages&gt;
+        &lt;message&gt;
+            &lt;key&gt;380&lt;/key&gt;
+            &lt;authorKey&gt;345&lt;/authorKey&gt;
+            &lt;title&gt;A message&lt;/title&gt;
+            &lt;body&gt;The content of the message&lt;/body&gt;
+        &lt;/message&gt;
+    &lt;/messages&gt;
+&lt;/messages&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7637"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7648">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e7671"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7675">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5390"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e5409">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7686"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5422"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7715"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7719">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5428"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e5435">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e5442">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7730"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5455"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7744">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e7764"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7768">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5461"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e5483">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messages totalCount="1"&gt;
+    &lt;messages&gt;
+        &lt;message&gt;
+            &lt;key&gt;380&lt;/key&gt;
+            &lt;authorKey&gt;345&lt;/authorKey&gt;
+            &lt;title&gt;A message&lt;/title&gt;
+            &lt;body&gt;The content of the message&lt;/body&gt;
+        &lt;/message&gt;
+    &lt;/messages&gt;
+&lt;/messages&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7779"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5496"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7797"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7801">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5502"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e5513">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e5526">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7812"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5539"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7828"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7832">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5545"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e5552">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7843"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7857">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e7877"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7881">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5553">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7892"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7928"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7932">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5557">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7943"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5570"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e7975"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e7979">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5576"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e5595">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e7990"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5608"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8004">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5614"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e5627">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The links to the attachments</p>
+      <h3 id="d2e5633"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The message not found</p>
+      <h3 id="d2e5640">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <div class="representation"></div>
-      <h3 id="d2e8024"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e8028">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5646">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e5652"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e5659">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8039"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8069"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e8073">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5660">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8084"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8100"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e8104">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5664">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e5670"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e5679">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e5685"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e5701">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The portrait as image</p>
+      <h3 id="d2e5707"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e5714">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5715">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5719">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5720">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5724">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5725">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5729">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5734">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5735">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5740">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5741">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5745">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5746">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5750">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5751">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5755">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5756">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5760">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5761">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5765">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5766">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5770">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5771">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5775">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5776">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5780">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5781">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5785">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5786">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5790">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5791">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5795">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5796">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5800">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5801">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5805">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5806">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5809">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e5812">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5815">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5819">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5822">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5823">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5827">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5830">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5831">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5839">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5840">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5844">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5847">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5848">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5852">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5853">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5857">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5858">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5862">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5863">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5866">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e5869">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5872">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5877">application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5878">application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5881">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e5884">*/*<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5887">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5898">application/xml, application/json (<abbr title="{http://www.example.com} forumVOes">ns3:forumVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;forums totalCount="1"&gt;
+    &lt;forums&gt;
+        &lt;forums name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
+    &lt;/forums&gt;
+&lt;/forums&gt;
 </code></pre></p>
       <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8115"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5911"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8129">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <div class="representation"></div>
-      <h3 id="d2e8149"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5917"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The course or parentNode not found</p>
-      <h3 id="d2e8153">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5924">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e5938">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -22929,11 +21918,11 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8164"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5951"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8200"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5957"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The course or parentNode not found</p>
-      <h3 id="d2e8204">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e5977">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
@@ -22945,336 +21934,332 @@
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8215"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5990"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8247"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The given URL is not valid</p>
-      <h3 id="d2e8251"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e5996"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The course or parentNode not found</p>
-      <h3 id="d2e8255">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e6012">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
 </code></pre></p>
       <p>The course node metadatas</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8266"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6025"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8282"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6031"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The course or parentNode not found</p>
-      <h3 id="d2e8288">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e6060">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8301"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6073"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8310"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or parentNode not found</p>
-      <h3 id="d2e8316">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)
+      <h3 id="d2e6079"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e6108">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node metadatas</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8329"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course node is not of type task</p>
-      <h3 id="d2e8335"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6121"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8374"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The configuration is not valid</p>
-      <h3 id="d2e8378"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or task node not found</p>
-      <h3 id="d2e8382">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)
+      <h3 id="d2e6127"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e6141">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;forum name="My forum" detailsName="It is a forum" forumKey="3865487" courseKey="286" courseNodeId="2784628" subscribed="false"/&gt;
 </code></pre></p>
-      <p>The task node configuration</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8393"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The call is not applicable to task course node</p>
-      <h3 id="d2e8397"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6154"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8432"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The configuration is not valid</p>
-      <h3 id="d2e8436"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or task node not found</p>
-      <h3 id="d2e8440">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)
+      <h3 id="d2e6160"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The forum not found</p>
+      <h3 id="d2e6179">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messages totalCount="1"&gt;
+    &lt;messages&gt;
+        &lt;message&gt;
+            &lt;key&gt;380&lt;/key&gt;
+            &lt;authorKey&gt;345&lt;/authorKey&gt;
+            &lt;title&gt;A message&lt;/title&gt;
+            &lt;body&gt;The content of the message&lt;/body&gt;
+        &lt;/message&gt;
+    &lt;/messages&gt;
+&lt;/messages&gt;
 </code></pre></p>
-      <p>The task node configuration</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8451"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The call is not applicable to task course node</p>
-      <h3 id="d2e8455"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6192"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8464"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or task node not found</p>
-      <h3 id="d2e8470">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)
+      <h3 id="d2e6198"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e6217">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node configuration</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8483"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6230"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8501"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The configuration is not valid</p>
-      <h3 id="d2e8505"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or survey node not found</p>
-      <h3 id="d2e8509">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)
+      <h3 id="d2e6236"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e6243">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e6250">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The survey node configuration</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8520"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The call is not applicable to survey course node</p>
-      <h3 id="d2e8524"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6263"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8539"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The configuration is not valid</p>
-      <h3 id="d2e8543"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or survey node not found</p>
-      <h3 id="d2e8547">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)
+      <h3 id="d2e6269"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e6291">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messages totalCount="1"&gt;
+    &lt;messages&gt;
+        &lt;message&gt;
+            &lt;key&gt;380&lt;/key&gt;
+            &lt;authorKey&gt;345&lt;/authorKey&gt;
+            &lt;title&gt;A message&lt;/title&gt;
+            &lt;body&gt;The content of the message&lt;/body&gt;
+        &lt;/message&gt;
+    &lt;/messages&gt;
+&lt;/messages&gt;
 </code></pre></p>
-      <p>The survey node configuration</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8558"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The call is not applicable to survey course node</p>
-      <h3 id="d2e8562"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6304"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8571"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or survey node not found</p>
-      <h3 id="d2e8577">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)
+      <h3 id="d2e6310"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author, forum or message not found</p>
+      <h3 id="d2e6321">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e6334">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node configuration</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8590"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6347"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8619"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The configuration is not valid</p>
-      <h3 id="d2e8623"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or test node not found</p>
-      <h3 id="d2e8627">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)
+      <h3 id="d2e6353"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e6360">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The test node configuration</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8638"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The call is not applicable to test course node</p>
-      <h3 id="d2e8642"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8668"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The configuration is not valid</p>
-      <h3 id="d2e8672"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or test node not found</p>
-      <h3 id="d2e8676">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)
+      <h3 id="d2e6361">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">replyVO</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
-</code></pre></p>
-      <p>The test node configuration</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8687"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The call is not applicable to test course node</p>
-      <h3 id="d2e8691"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8700"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course or test node not found</p>
-      <h3 id="d2e8706">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)
+      <h3 id="d2e6365">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;courseNodeVO&gt;
-    &lt;id&gt;id&lt;/id&gt;
-&lt;/courseNodeVO&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>The course node configuration</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8719"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6378"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8739"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e8745">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;subscriptionInfoVOes&gt;
-    &lt;subscriptionInfoVO&gt;
-        &lt;title&gt;Infos&lt;/title&gt;
-        &lt;items/&gt;
-    &lt;/subscriptionInfoVO&gt;
-&lt;/subscriptionInfoVOes&gt;
-</code></pre></p>
-      <p>The notifications</p>
-      <h3 id="d2e8765"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e8769">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)
+      <h3 id="d2e6384"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e6403">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;assessableResultsVOes&gt;
-    &lt;assessableResultsVO&gt;
-        &lt;identityKey&gt;345&lt;/identityKey&gt;
-        &lt;score&gt;34.0&lt;/score&gt;
-        &lt;passed&gt;true&lt;/passed&gt;
-    &lt;/assessableResultsVO&gt;
-&lt;/assessableResultsVOes&gt;
+&lt;messageVO&gt;
+    &lt;key&gt;380&lt;/key&gt;
+    &lt;authorKey&gt;345&lt;/authorKey&gt;
+    &lt;title&gt;A message&lt;/title&gt;
+    &lt;body&gt;The content of the message&lt;/body&gt;
+&lt;/messageVO&gt;
 </code></pre></p>
-      <p>Array of results for the whole the course</p>
+      <p>The root message of the thread</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8780"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6416"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8788">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>
-         <h6>Example</h6><pre><code>1.0</code></pre></p>
-      <p>The version of this specific Web Service</p>
-      <h3 id="d2e8809"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the course not found</p>
-      <h3 id="d2e8813">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)
+      <h3 id="d2e6422"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The author or message not found</p>
+      <h3 id="d2e6435">application/xml, application/json<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The links to the attachments</p>
+      <h3 id="d2e6441"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The message not found</p>
+      <h3 id="d2e6448">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e6454">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e6460"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e6467">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;assessableResultsVO&gt;
-    &lt;identityKey&gt;345&lt;/identityKey&gt;
-    &lt;score&gt;34.0&lt;/score&gt;
-    &lt;passed&gt;true&lt;/passed&gt;
-&lt;/assessableResultsVO&gt;
-</code></pre></p>
-      <p>The result of the course</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8824"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8838"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The course not found</p>
-      <h3 id="d2e8842">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)
+      <h3 id="d2e6468">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">fileUpload</abbr>)
       </h3>
-      <p>
-         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;assessableResultsVOes&gt;
-    &lt;assessableResultsVO&gt;
-        &lt;identityKey&gt;345&lt;/identityKey&gt;
-        &lt;score&gt;34.0&lt;/score&gt;
-        &lt;passed&gt;true&lt;/passed&gt;
-    &lt;/assessableResultsVO&gt;
-&lt;/assessableResultsVOes&gt;
-</code></pre></p>
-      <p>Export all results of all user of the course</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8853"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8860">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)
+      <h3 id="d2e6472">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e6478"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e6487">application/json, application/xml<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>Ok</p>
+      <h3 id="d2e6493"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e6509">application/octet-stream<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The portrait as image</p>
+      <h3 id="d2e6515"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the portrait not found</p>
+      <h3 id="d2e6528">application/xml (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8861">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">assessableResultsVO</abbr>)
+      <h3 id="d2e6529">application/json (<abbr title="{http://wadl.dev.java.net/2009/02} ">authenticationVO</abbr>)
       </h3>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8863"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity not found</p>
-      <h3 id="d2e8867"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>Import successful</p>
-      <h3 id="d2e8871"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The roles of the authenticated user are not sufficient</p>
-      <h3 id="d2e8888"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
-      <p>The identity or the course not found</p>
-      <h3 id="d2e8892">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)
+      <h3 id="d2e6533">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)
       </h3>
       <p>
          <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
-&lt;assessableResultsVO&gt;
+&lt;authenticationVO&gt;
+    &lt;key&gt;38759&lt;/key&gt;
     &lt;identityKey&gt;345&lt;/identityKey&gt;
-    &lt;score&gt;34.0&lt;/score&gt;
-    &lt;passed&gt;true&lt;/passed&gt;
-&lt;/assessableResultsVO&gt;
+    &lt;provider&gt;OLAT&lt;/provider&gt;
+    &lt;authUsername&gt;john&lt;/authUsername&gt;
+&lt;/authenticationVO&gt;
 </code></pre></p>
-      <p>The result of a user at a specific node</p>
+      <p>The saved authentication</p>
+      <div class="representation">
+         <h6>XML Schema</h6>
+         <p><em>Source: <a href=""></a></em></p><pre></pre></div>
+      <h3 id="d2e6546"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e6552"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e6559">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)
+      </h3>
+      <p>
+         <h6>Example</h6><pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
+&lt;authenticationVOes&gt;
+    &lt;authenticationVO&gt;
+        &lt;key&gt;38759&lt;/key&gt;
+        &lt;identityKey&gt;345&lt;/identityKey&gt;
+        &lt;provider&gt;OLAT&lt;/provider&gt;
+        &lt;authUsername&gt;john&lt;/authUsername&gt;
+    &lt;/authenticationVO&gt;
+&lt;/authenticationVOes&gt;
+</code></pre></p>
+      <p>The list of all users in the OLAT system</p>
       <div class="representation">
          <h6>XML Schema</h6>
          <p><em>Source: <a href=""></a></em></p><pre></pre></div>
-      <h3 id="d2e8903"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <h3 id="d2e6570"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e6574"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity not found</p>
+      <h3 id="d2e6590"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The authentication successfully deleted</p>
+      <h3 id="d2e6596"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e6602"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the authentication not found</p>
+      <h3 id="d2e6612">text/plain<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>
+         <h6>Example</h6><pre><code>1.0</code></pre></p>
+      <p>The version of this specific Web Service</p>
+      <h3 id="d2e6630">application/x-www-form-urlencoded<abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <div class="representation"></div>
+      <h3 id="d2e6637"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The password successfully changed</p>
+      <h3 id="d2e6643"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
       <p>The roles of the authenticated user are not sufficient</p>
+      <h3 id="d2e6649"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The password was not changed</p>
+      <h3 id="d2e6655"><abbr title="{http://wadl.dev.java.net/2009/02} "></abbr></h3>
+      <p>The identity or the authentication not found</p>
    </body>
 </html>
\ No newline at end of file
diff --git a/src/main/java/org/olat/restapi/repository/RepositoryEntryResource.java b/src/main/java/org/olat/restapi/repository/RepositoryEntryResource.java
index 7f8de92c5a3..7e6158af15a 100644
--- a/src/main/java/org/olat/restapi/repository/RepositoryEntryResource.java
+++ b/src/main/java/org/olat/restapi/repository/RepositoryEntryResource.java
@@ -283,9 +283,9 @@ public class RepositoryEntryResource {
 	/**
 	 * Returns the list of coaches of the repository entry.
 	 * @response.representation.200.qname {http://www.example.com}userVO
-   * @response.representation.200.mediaType application/xml, application/json
-   * @response.representation.200.doc Coaches of the repository entry
-   * @response.representation.200.example {@link org.olat.user.restapi.Examples#SAMPLE_USERVOes}
+	 * @response.representation.200.mediaType application/xml, application/json
+	 * @response.representation.200.doc Coaches of the repository entry
+	 * @response.representation.200.example {@link org.olat.user.restapi.Examples#SAMPLE_USERVOes}
 	 * @response.representation.404.doc The repository entry cannot be found
 	 * @param repoEntryKey The key of the repository entry
 	 * @param request The HTTP Request
-- 
GitLab