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

     1  # ContentAndApprovalsApi
     2  
     3  All URIs are relative to *https://content.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**ListContentAndApprovals**](ContentAndApprovalsApi.md#ListContentAndApprovals) | **Get** /v1/ContentAndApprovals | 
     8  
     9  
    10  
    11  ## ListContentAndApprovals
    12  
    13  > []ContentV1ContentAndApprovals ListContentAndApprovals(ctx, optional)
    14  
    15  
    16  
    17  Retrieve a list of Contents with approval statuses 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 ListContentAndApprovalsParams 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  [**[]ContentV1ContentAndApprovals**](ContentV1ContentAndApprovals.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