{
  "help": "Return a list of the names of the site's groups. :param order_by: the field to sort the list by, must be ``'name'`` or ``'packages'`` (optional, default: ``'name'``) Deprecated use sort. :type order_by: string :param sort: sorting of the search results. Optional. Default: name asc string of field name and sort-order. The allowed fields are 'name', 'package_count' and 'title' :type sort: string :param limit: if given, the list of groups will be broken into pages of at most ``limit`` groups per page and only one page will be returned at a time (optional) :type limit: int :param offset: when ``limit`` is given, the offset to start returning groups from :type offset: int :param groups: a list of names of the groups to return, if given only groups whose names are in this list will be returned (optional) :type groups: list of strings :param all_fields: return group dictionaries instead of just names. Only core fields are returned - get some more using the include_* options. Returning a list of packages is too expensive, so the `packages` property for each group is deprecated, but there is a count of the packages in the `package_count` property. (optional, default: ``False``) :type all_fields: boolean :param include_extras: if all_fields, include the group extra fields (optional, default: ``False``) :type include_extras: boolean :param include_tags: if all_fields, include the group tags (optional, default: ``False``) :type include_tags: boolean :param include_groups: if all_fields, include the groups the groups are in (optional, default: ``False``). :type include_groups: boolean :param include_users: if all_fields, include the group users (optional, default: ``False``). :type include_users: boolean :rtype: list of strings ",
  "success": true,
  "result": [
    "444_comunicazioni-obbligatorie",
    "487_deposito-contratti"
  ]
}