List all group roles Web Service

This web service lists all RapidDeploy group roles from the framework server.

Example request

GET http://localhost:8090/MidVision/ws/group/listRoles HTTP/1.1
Accept-Encoding: gzip,deflate
Authorization: *******************************
Host: localhost:8090
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)

Example Response

<html>
   <head>
      <meta content="HTML Tidy for Java (vers. 26 Sep 2004), see www.w3.org" name="generator"/>
      <title>listRoles</title>
      <link type="text/css" rel="stylesheet" href="http://localhost:8090/MidVision/ui/javax.faces.resource/components.css?ln=primefaces"/>
   </head>
   <body>
      <div>
         <div style="border-bottom: 0.1em solid black; display: block; height: 30px; margin-bottom: 1em; margin-top: 0.5em; position: relative; width: 100%;">
            <h2>listRoles</h2>
         </div>
         <div aria-live="polite" class="ui-messages ui-widget">
            <div class="ui-messages-info ui-corner-all">
               <ul>
                  <li>
                     <span class="ui-messages-info-summary">All group roles</span>
                     <br/>
                     <span class="ui-messages-info-detail">GLOBAL_SECURITY_ADMINISTRATOR, GLOBAL_ADMINISTRATOR, GLOBAL_RELEASE_ADMINISTRATOR, GLOBAL_RELEASE_MANAGER, GLOBAL_TEST_MANAGER, GLOBAL_DEVELOPMENT_MANAGER, GLOBAL_ENVIRONMENT_ADMINISTRATOR, GLOBAL_ENVIRONMENT_MANAGER, GLOBAL_CONFIGURATION_CHANGE_REQUESTOR, GLOBAL_PACKAGE_MANAGER, GLOBAL_PLUGIN_MANAGER, GLOBAL_PRODUCTION_OPERATOR, GLOBAL_TEST_OPERATOR, GLOBAL_DEVELOPMENT_OPERATOR, GLOBAL_ENVIRONMENT_EDITOR, GLOBAL_REPORTER, PROJECT_BUILD_JOB, PROJECT_BINARY_JOB, PROJECT_APPLICATION_JOB, PROJECT_ADMINISTRATOR, PROJECT_CONFIGURATION_CHANGE_REQUESTOR, PROJECT_PACKAGE_MANAGER, PROJECT_ENVIRONMENT_EDITOR</span>
                  </li>
               </ul>
            </div>
         </div>
      </div>
   </body>
</html>