DLApp
There are no services matching that phrase.

/group/get-group

HTTP Method
GET
com.liferay.portal.service.GroupServiceUtil#getGroup

Returns the group with the primary key.

Parameters

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

Return Type

com.liferay.portal.model.Group

the group with the primary key

Exception

com.liferay.portal.kernel.exception.PortalException
if a group with the primary key could not be found or if the current user did not have permission to view the group
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred