Alfresco Index of Web Scripts URI '/api/groups'
Alfresco Community v3.2.0 (2039)
1 Web Scripts

Back to Web Scripts Home

Up to uri /api

/api/groups/{shortGroupName}/children/{fullAuthorityName}
/api/groups/{shortName}
/api/groups/{shortName}/children
/api/groups/{shortName}/children/{fullAuthorityName}
/api/groups/{shortName}/parents

List groups
GET /alfresco/service/api/groups?shortNameFilter={shortNameFilter?}&zone={zone?}
Description:Search for groups.
Parameters
  • If the optional shortNameFilter parameter is set then returns those groups with a partial match on shortName. You can use the pattern matching characters * to match zero or more characters or ? to match one character.
  • If the optional zone parameter is set then only returns groups with are in the specified zone, else returns groups from all zones.

Returns an Array of groups in JSON format.
Authentication:user
Transaction:required
Format Style:argument
Lifecycle:draft_public_api
Default Format:json
Id:org/alfresco/repository/groups/groups.get
Description:classpath:alfresco/templates/webscripts/org/alfresco/repository/groups/groups.get.desc.xml