Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.7 KB

Api20100401DependentPhoneNumberApi.md

File metadata and controls

43 lines (23 loc) · 1.7 KB

\Api20100401DependentPhoneNumberApi

All URIs are relative to https://api.twilio.com

Method HTTP request Description
list_dependent_phone_number GET /2010-04-01/Accounts/{AccountSid}/Addresses/{AddressSid}/DependentPhoneNumbers.json

list_dependent_phone_number

crate::models::ListDependentPhoneNumberResponse list_dependent_phone_number(account_sid, address_sid, page_size, page, page_token)

Parameters

Name Type Description Required Notes
account_sid String The SID of the Account that created the DependentPhoneNumber resources to read. [required]
address_sid String The SID of the Address resource associated with the phone number. [required]
page_size Option<i32> How many resources to return in each list page. The default is 50, and the maximum is 1000.
page Option<i32> The page index. This value is simply for client state.
page_token Option<String> The page token. This is provided by the API.

Return type

crate::models::ListDependentPhoneNumberResponse

Authorization

accountSid_authToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]