github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/AccountsAddressesDependentPhoneNumbersApi.md (about) 1 # AccountsAddressesDependentPhoneNumbersApi 2 3 All URIs are relative to *https://api.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**ListDependentPhoneNumber**](AccountsAddressesDependentPhoneNumbersApi.md#ListDependentPhoneNumber) | **Get** /2010-04-01/Accounts/{AccountSid}/Addresses/{AddressSid}/DependentPhoneNumbers.json | 8 9 10 11 ## ListDependentPhoneNumber 12 13 > []ApiV2010DependentPhoneNumber ListDependentPhoneNumber(ctx, AddressSidoptional) 14 15 16 17 18 19 ### Path Parameters 20 21 22 Name | Type | Description 23 ------------- | ------------- | ------------- 24 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. 25 **AddressSid** | **string** | The SID of the Address resource associated with the phone number. 26 27 ### Other Parameters 28 29 Other parameters are passed through a pointer to a ListDependentPhoneNumberParams struct 30 31 32 Name | Type | Description 33 ------------- | ------------- | ------------- 34 **PathAccountSid** | **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DependentPhoneNumber resources to read. 35 **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. 36 **Limit** | **int** | Max number of records to return. 37 38 ### Return type 39 40 [**[]ApiV2010DependentPhoneNumber**](ApiV2010DependentPhoneNumber.md) 41 42 ### Authorization 43 44 [accountSid_authToken](../README.md#accountSid_authToken) 45 46 ### HTTP request headers 47 48 - **Content-Type**: Not defined 49 - **Accept**: application/json 50 51 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 52 [[Back to Model list]](../README.md#documentation-for-models) 53 [[Back to README]](../README.md) 54