github.com/twilio/twilio-go@v1.20.1/rest/numbers/v2/docs/HostedNumberAuthorizationDocumentsDependentHostedNumberOrdersApi.md (about) 1 # HostedNumberAuthorizationDocumentsDependentHostedNumberOrdersApi 2 3 All URIs are relative to *https://numbers.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**ListDependentHostedNumberOrder**](HostedNumberAuthorizationDocumentsDependentHostedNumberOrdersApi.md#ListDependentHostedNumberOrder) | **Get** /v2/HostedNumber/AuthorizationDocuments/{SigningDocumentSid}/DependentHostedNumberOrders | 8 9 10 11 ## ListDependentHostedNumberOrder 12 13 > []NumbersV2DependentHostedNumberOrder ListDependentHostedNumberOrder(ctx, SigningDocumentSidoptional) 14 15 16 17 Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. 18 19 ### Path Parameters 20 21 22 Name | Type | Description 23 ------------- | ------------- | ------------- 24 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. 25 **SigningDocumentSid** | **string** | A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. 26 27 ### Other Parameters 28 29 Other parameters are passed through a pointer to a ListDependentHostedNumberOrderParams struct 30 31 32 Name | Type | Description 33 ------------- | ------------- | ------------- 34 **Status** | **string** | Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. 35 **PhoneNumber** | **string** | An E164 formatted phone number hosted by this HostedNumberOrder. 36 **IncomingPhoneNumberSid** | **string** | A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. 37 **FriendlyName** | **string** | A human readable description of this resource, up to 128 characters. 38 **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. 39 **Limit** | **int** | Max number of records to return. 40 41 ### Return type 42 43 [**[]NumbersV2DependentHostedNumberOrder**](NumbersV2DependentHostedNumberOrder.md) 44 45 ### Authorization 46 47 [accountSid_authToken](../README.md#accountSid_authToken) 48 49 ### HTTP request headers 50 51 - **Content-Type**: Not defined 52 - **Accept**: application/json 53 54 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 55 [[Back to Model list]](../README.md#documentation-for-models) 56 [[Back to README]](../README.md) 57