# Retrieve list of groups for the group type **GET /api/v1/group-types/{group_type_code}/groups** ## Servers - https://app.fridaypulse.com: https://app.fridaypulse.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **group_type_code** (string) The code for the group type ## Responses ### 200 List of groups for the group type #### Body: application/json (array[object]) - **id** (integer) The group ID - **code** (string) The group code - **name** (string) The group name - **parent_id** (integer) The ID of the group's parent. Only for hierarchical groups. [Powered by Bump.sh](https://bump.sh)