Skip to content

Latest commit

 

History

History
101 lines (57 loc) · 4.13 KB

ServicesConversationsMessagesReceiptsApi.md

File metadata and controls

101 lines (57 loc) · 4.13 KB

ServicesConversationsMessagesReceiptsApi

All URIs are relative to https://conversations.twilio.com

Method HTTP request Description
FetchServiceConversationMessageReceipt Get /v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts/{Sid}
ListServiceConversationMessageReceipt Get /v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts

FetchServiceConversationMessageReceipt

ConversationsV1ServiceConversationMessageReceipt FetchServiceConversationMessageReceipt(ctx, ChatServiceSidConversationSidMessageSidSid)

Fetch the delivery and read receipts of the conversation message

Path Parameters

Name Type Description
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
ChatServiceSid string The SID of the Conversation Service the Message resource is associated with.
ConversationSid string The unique ID of the Conversation for this message.
MessageSid string The SID of the message within a Conversation the delivery receipt belongs to.
Sid string A 34 character string that uniquely identifies this resource.

Other Parameters

Other parameters are passed through a pointer to a FetchServiceConversationMessageReceiptParams struct

Name Type Description

Return type

ConversationsV1ServiceConversationMessageReceipt

Authorization

accountSid_authToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ListServiceConversationMessageReceipt

[]ConversationsV1ServiceConversationMessageReceipt ListServiceConversationMessageReceipt(ctx, ChatServiceSidConversationSidMessageSidoptional)

Retrieve a list of all delivery and read receipts of the conversation message

Path Parameters

Name Type Description
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
ChatServiceSid string The SID of the Conversation Service the Message resource is associated with.
ConversationSid string The unique ID of the Conversation for this message.
MessageSid string The SID of the message within a Conversation the delivery receipt belongs to.

Other Parameters

Other parameters are passed through a pointer to a ListServiceConversationMessageReceiptParams struct

Name Type Description
PageSize int How many resources to return in each list page. The default is 50, and the maximum is 1000.
Limit int Max number of records to return.

Return type

[]ConversationsV1ServiceConversationMessageReceipt

Authorization

accountSid_authToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]