Uploaded image for project: 'Openmeetings'
  1. Openmeetings
  2. OPENMEETINGS-1841

List Of All Groups and Group is not Deleted

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0.2
    • 4.0.3
    • SOAP/REST API
    • None

    Description

      Following is the given API for List Of All Groups:
      @GET
      @Path(value="/")
      public List<Group> get(@QueryParam(value="sid")
      String sid)
      Get the list of all groups

      URL://group?sid=f724670a-5006-449e-8990-608637852a50

      It will not work on Restlet (it will showing the 500 Error) and also it will not showing the list of all group present in OPenMeetings.

      Following is the API for Deleting Group:
      @DELETE
      @Path(value="/

      {id}

      ")
      public ServiceResult delete(@QueryParam(value="sid")
      String sid,
      @PathParam(value="id")
      long id)

      URL: /group/13?sid=f724670a-5006-449e-8990-608637852a50

      Group is not Deleted by Group ID.

      What is the Requirement to solve this two isses.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            solomax Maxim Solodovnik
            Shinde Tushar Shinde
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment