github.com/twilio/twilio-go@v1.20.1/rest/content/v1/docs/LegacyContentApi.md (about)

     1  # LegacyContentApi
     2  
     3  All URIs are relative to *https://content.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**ListLegacyContent**](LegacyContentApi.md#ListLegacyContent) | **Get** /v1/LegacyContent | 
     8  
     9  
    10  
    11  ## ListLegacyContent
    12  
    13  > []ContentV1LegacyContent ListLegacyContent(ctx, optional)
    14  
    15  
    16  
    17  Retrieve a list of Legacy Contents belonging to the account used to make the request
    18  
    19  ### Path Parameters
    20  
    21  This endpoint does not need any path parameter.
    22  
    23  ### Other Parameters
    24  
    25  Other parameters are passed through a pointer to a ListLegacyContentParams struct
    26  
    27  
    28  Name | Type | Description
    29  ------------- | ------------- | -------------
    30  **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000.
    31  **Limit** | **int** | Max number of records to return.
    32  
    33  ### Return type
    34  
    35  [**[]ContentV1LegacyContent**](ContentV1LegacyContent.md)
    36  
    37  ### Authorization
    38  
    39  [accountSid_authToken](../README.md#accountSid_authToken)
    40  
    41  ### HTTP request headers
    42  
    43  - **Content-Type**: Not defined
    44  - **Accept**: application/json
    45  
    46  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    47  [[Back to Model list]](../README.md#documentation-for-models)
    48  [[Back to README]](../README.md)
    49