github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/AccountsRecordingsAddOnResultsApi.md (about)

     1  # AccountsRecordingsAddOnResultsApi
     2  
     3  All URIs are relative to *https://api.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**DeleteRecordingAddOnResult**](AccountsRecordingsAddOnResultsApi.md#DeleteRecordingAddOnResult) | **Delete** /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json | 
     8  [**FetchRecordingAddOnResult**](AccountsRecordingsAddOnResultsApi.md#FetchRecordingAddOnResult) | **Get** /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json | 
     9  [**ListRecordingAddOnResult**](AccountsRecordingsAddOnResultsApi.md#ListRecordingAddOnResult) | **Get** /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults.json | 
    10  
    11  
    12  
    13  ## DeleteRecordingAddOnResult
    14  
    15  > DeleteRecordingAddOnResult(ctx, ReferenceSidSidoptional)
    16  
    17  
    18  
    19  Delete a result and purge all associated Payloads
    20  
    21  ### Path Parameters
    22  
    23  
    24  Name | Type | Description
    25  ------------- | ------------- | -------------
    26  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    27  **ReferenceSid** | **string** | The SID of the recording to which the result to delete belongs.
    28  **Sid** | **string** | The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to delete.
    29  
    30  ### Other Parameters
    31  
    32  Other parameters are passed through a pointer to a DeleteRecordingAddOnResultParams struct
    33  
    34  
    35  Name | Type | Description
    36  ------------- | ------------- | -------------
    37  **PathAccountSid** | **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to delete.
    38  
    39  ### Return type
    40  
    41   (empty response body)
    42  
    43  ### Authorization
    44  
    45  [accountSid_authToken](../README.md#accountSid_authToken)
    46  
    47  ### HTTP request headers
    48  
    49  - **Content-Type**: Not defined
    50  - **Accept**: Not defined
    51  
    52  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    53  [[Back to Model list]](../README.md#documentation-for-models)
    54  [[Back to README]](../README.md)
    55  
    56  
    57  ## FetchRecordingAddOnResult
    58  
    59  > ApiV2010RecordingAddOnResult FetchRecordingAddOnResult(ctx, ReferenceSidSidoptional)
    60  
    61  
    62  
    63  Fetch an instance of an AddOnResult
    64  
    65  ### Path Parameters
    66  
    67  
    68  Name | Type | Description
    69  ------------- | ------------- | -------------
    70  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    71  **ReferenceSid** | **string** | The SID of the recording to which the result to fetch belongs.
    72  **Sid** | **string** | The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to fetch.
    73  
    74  ### Other Parameters
    75  
    76  Other parameters are passed through a pointer to a FetchRecordingAddOnResultParams struct
    77  
    78  
    79  Name | Type | Description
    80  ------------- | ------------- | -------------
    81  **PathAccountSid** | **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resource to fetch.
    82  
    83  ### Return type
    84  
    85  [**ApiV2010RecordingAddOnResult**](ApiV2010RecordingAddOnResult.md)
    86  
    87  ### Authorization
    88  
    89  [accountSid_authToken](../README.md#accountSid_authToken)
    90  
    91  ### HTTP request headers
    92  
    93  - **Content-Type**: Not defined
    94  - **Accept**: application/json
    95  
    96  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    97  [[Back to Model list]](../README.md#documentation-for-models)
    98  [[Back to README]](../README.md)
    99  
   100  
   101  ## ListRecordingAddOnResult
   102  
   103  > []ApiV2010RecordingAddOnResult ListRecordingAddOnResult(ctx, ReferenceSidoptional)
   104  
   105  
   106  
   107  Retrieve a list of results belonging to the recording
   108  
   109  ### Path Parameters
   110  
   111  
   112  Name | Type | Description
   113  ------------- | ------------- | -------------
   114  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
   115  **ReferenceSid** | **string** | The SID of the recording to which the result to read belongs.
   116  
   117  ### Other Parameters
   118  
   119  Other parameters are passed through a pointer to a ListRecordingAddOnResultParams struct
   120  
   121  
   122  Name | Type | Description
   123  ------------- | ------------- | -------------
   124  **PathAccountSid** | **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to read.
   125  **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000.
   126  **Limit** | **int** | Max number of records to return.
   127  
   128  ### Return type
   129  
   130  [**[]ApiV2010RecordingAddOnResult**](ApiV2010RecordingAddOnResult.md)
   131  
   132  ### Authorization
   133  
   134  [accountSid_authToken](../README.md#accountSid_authToken)
   135  
   136  ### HTTP request headers
   137  
   138  - **Content-Type**: Not defined
   139  - **Accept**: application/json
   140  
   141  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
   142  [[Back to Model list]](../README.md#documentation-for-models)
   143  [[Back to README]](../README.md)
   144