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

     1  # ServicesConversationsMessagesReceiptsApi
     2  
     3  All URIs are relative to *https://conversations.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**FetchServiceConversationMessageReceipt**](ServicesConversationsMessagesReceiptsApi.md#FetchServiceConversationMessageReceipt) | **Get** /v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts/{Sid} | 
     8  [**ListServiceConversationMessageReceipt**](ServicesConversationsMessagesReceiptsApi.md#ListServiceConversationMessageReceipt) | **Get** /v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts | 
     9  
    10  
    11  
    12  ## FetchServiceConversationMessageReceipt
    13  
    14  > ConversationsV1ServiceConversationMessageReceipt FetchServiceConversationMessageReceipt(ctx, ChatServiceSidConversationSidMessageSidSid)
    15  
    16  
    17  
    18  Fetch the delivery and read receipts of the conversation message
    19  
    20  ### Path Parameters
    21  
    22  
    23  Name | Type | Description
    24  ------------- | ------------- | -------------
    25  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    26  **ChatServiceSid** | **string** | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with.
    27  **ConversationSid** | **string** | The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.
    28  **MessageSid** | **string** | The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to.
    29  **Sid** | **string** | A 34 character string that uniquely identifies this resource.
    30  
    31  ### Other Parameters
    32  
    33  Other parameters are passed through a pointer to a FetchServiceConversationMessageReceiptParams struct
    34  
    35  
    36  Name | Type | Description
    37  ------------- | ------------- | -------------
    38  
    39  ### Return type
    40  
    41  [**ConversationsV1ServiceConversationMessageReceipt**](ConversationsV1ServiceConversationMessageReceipt.md)
    42  
    43  ### Authorization
    44  
    45  [accountSid_authToken](../README.md#accountSid_authToken)
    46  
    47  ### HTTP request headers
    48  
    49  - **Content-Type**: Not defined
    50  - **Accept**: application/json
    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  ## ListServiceConversationMessageReceipt
    58  
    59  > []ConversationsV1ServiceConversationMessageReceipt ListServiceConversationMessageReceipt(ctx, ChatServiceSidConversationSidMessageSidoptional)
    60  
    61  
    62  
    63  Retrieve a list of all delivery and read receipts of the conversation message
    64  
    65  ### Path Parameters
    66  
    67  
    68  Name | Type | Description
    69  ------------- | ------------- | -------------
    70  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    71  **ChatServiceSid** | **string** | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with.
    72  **ConversationSid** | **string** | The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message.
    73  **MessageSid** | **string** | The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to.
    74  
    75  ### Other Parameters
    76  
    77  Other parameters are passed through a pointer to a ListServiceConversationMessageReceiptParams struct
    78  
    79  
    80  Name | Type | Description
    81  ------------- | ------------- | -------------
    82  **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000.
    83  **Limit** | **int** | Max number of records to return.
    84  
    85  ### Return type
    86  
    87  [**[]ConversationsV1ServiceConversationMessageReceipt**](ConversationsV1ServiceConversationMessageReceipt.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