You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2018/04/10 14:55:01 UTC

[jira] [Closed] (OPENMEETINGS-1841) List Of All Groups and Group is not Deleted

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik closed OPENMEETINGS-1841.
------------------------------------------

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