# Generate a list of groups. Include any child groups as nested arrays of child groups **GET /groups/list/{limit}/{limitvalue}** This outputs a list of each group and their child groups nested within each object. ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **limit** (string) A comma list of the limit options. If supplied must have the same comma options as the limitvalues parameter. group_type: The ID of the group type parent: Integer. The ID of the parent group to start the search from. action: Either Y or N visible: Either Y or N content: Either Y or N name: The name (case insentive) for a specific group - **limitvalue** (string) A comma list of the limit values. If supplied must have the same comma options as the limit parameter. ## Responses ### 200: OK #### Body Parameters: application/json (object) - **groups** (array[object]) - **total_top_level_groups_shown** (integer) - **total_groups_shown** (integer) [Powered by Bump.sh](https://bump.sh)