# Get all sub schemes for a group scheme **GET /api/v1/plans/{plan_uuid}/sub-group-schemes** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **plan_uuid** (string) uuid The UUID of the group scheme plan. ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[client_name]** (string) Filter members by name. This is a partial match against first_name, last_name, and entity_name together. - **filter[status]** (string) Filter members by their status. Options: active, inactive, proposed - **filter[on_risk_at]** (string) date Filter staff members by their on_risk_at. This can be a single value for one date or use a comma to search between. E.g 2021-01-01,2023-12-31 - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, premium, status]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)