[
https://issues.apache.org/jira/browse/OPENMEETINGS-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391114#comment-16391114
]
ASF subversion and git services commented on OPENMEETINGS-1841:
---------------------------------------------------------------
Commit 1551a65f76d25709f984e64416d989ac4213b765 in openmeetings's branch
refs/heads/OPENMEETINGS-1649-kurento from [~solomax]
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=1551a65 ]
[OPENMEETINGS-1841] list groups method is fixed
> 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
> Priority: Major
> 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)