# \ApiGetAuthRecipeParentApi All URIs are relative to *http://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- [**recipe_parents**](ApiGetAuthRecipeParentApi.md#recipe_parents) | **GET** /recipe_parents/ | Return all registered recipe parents [**recipe_parents_toplevel**](ApiGetAuthRecipeParentApi.md#recipe_parents_toplevel) | **GET** /recipe_parents_toplevel/ | Return all registered recipe parents, that have no parents themselves [**recipe_parents_under**](ApiGetAuthRecipeParentApi.md#recipe_parents_under) | **GET** /recipe_parents_under/{id} | Return all parents, that have this parent as parent ## recipe_parents > Vec recipe_parents() Return all registered recipe parents ### Parameters This endpoint does not need any parameter. ### Return type [**Vec**](RecipeParent.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json, text/plain [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## recipe_parents_toplevel > Vec recipe_parents_toplevel() Return all registered recipe parents, that have no parents themselves ### Parameters This endpoint does not need any parameter. ### Return type [**Vec**](RecipeParent.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json, text/plain [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## recipe_parents_under > Vec recipe_parents_under(id) Return all parents, that have this parent as parent ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **id** | [**RecipeParentId**](.md) | Recipe parent id | [required] | ### Return type [**Vec**](RecipeParent.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json, text/plain [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)