v1

latestOpenAPI 3.0.1Apache 2.02026-07-1410161228.2 KB

Fetch the delivery and read receipts of the conversation message

get/v1/Services/{ChatServiceSid}/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts/{Sid}

Path parameters

ChatServiceSidstring required

The SID of the Conversation Service the Message resource is associated with.

ConversationSidstring required

The unique ID of the Conversation for this message.

MessageSidstring required

The SID of the message within a Conversation the delivery receipt belongs to.

Sidstring required

A 34 character string that uniquely identifies this resource.

Response

OK

account_sidstring nullable

The unique ID of the Account responsible for this participant.

channel_message_sidstring nullable

A messaging channel-specific identifier for the message delivered to participant e.g. SMxx for SMS, WAxx for Whatsapp etc.

chat_service_sidstring nullable

The SID of the Conversation Service the Message resource is associated with.

conversation_sidstring nullable

The unique ID of the Conversation for this message.

date_createdstring date-time nullable

The date that this resource was created.

date_updatedstring date-time nullable

The date that this resource was last updated. null if the delivery receipt has not been updated.

error_codeinteger nullable

The message delivery error code for a failed status,

message_sidstring nullable

The SID of the message within a Conversation the delivery receipt belongs to

participant_sidstring nullable

The unique ID of the participant the delivery receipt belongs to.

sidstring nullable

A 34 character string that uniquely identifies this resource.

status'read' | 'failed' | 'delivered' | 'undelivered' | 'sent'
urlstring uri nullable

An absolute API resource URL for this delivery receipt.