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

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