Tushar Shinde created OPENMEETINGS-1841:
-------------------------------------------

             Summary: List Of All Groups and Group is not Deleted
                 Key: OPENMEETINGS-1841
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1841
             Project: Openmeetings
          Issue Type: Bug
          Components: SOAP/REST API
    Affects Versions: 4.0.2
            Reporter: Tushar Shinde
            Assignee: Maxim Solodovnik
             Fix For: 4.0.2


 *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.*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to