github.com/grokify/go-ringcentral-client@v0.3.31/engagedigital/v1/client/docs/LocalesApi.md (about) 1 # \LocalesApi 2 3 All URIs are relative to *https://DOMAIN.api.engagement.dimelo.com/1.0* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**GetAllLocales**](LocalesApi.md#GetAllLocales) | **Get** /locales | Getting all locales 8 9 10 11 ## GetAllLocales 12 13 > []Locale GetAllLocales(ctx, ) 14 Getting all locales 15 16 This method renders all available locales. 17 18 ### Required Parameters 19 20 This endpoint does not need any parameter. 21 22 ### Return type 23 24 [**[]Locale**](Locale.md) 25 26 ### Authorization 27 28 No authorization required 29 30 ### HTTP request headers 31 32 - **Content-Type**: Not defined 33 - **Accept**: application/json 34 35 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 36 [[Back to Model list]](../README.md#documentation-for-models) 37 [[Back to README]](../README.md) 38