Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 3.62 KB

GetMessageInfoResponse.md

File metadata and controls

31 lines (27 loc) · 3.62 KB

GetMessageInfoResponse

Properties

Name Type Description Notes
Id string Internal identifier of a message [optional]
Uri string Canonical URI of a message [optional]
Attachments []MessageAttachmentInfo The list of message attachments [optional]
Availability string Message availability status. Message in 'Deleted' state is still preserved with all its attachments and can be restored. 'Purged' means that all attachments are already deleted and the message itself is about to be physically deleted shortly [optional]
ConversationId int32 SMS and Pager only. Identifier of the conversation the message belongs to [optional]
CreationTime time.Time Message creation datetime in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z [optional]
DeliveryErrorCode string SMS only. Delivery error code returned by gateway [optional]
Direction string Message direction. Note that for some message types not all directions are allowed. For example voicemail messages can be only inbound [optional]
FaxPageCount int32 Fax only. Page count in fax message [optional]
FaxResolution string Fax only. Resolution of fax message. ('High' for black and white image scanned at 200 dpi, 'Low' for black and white image scanned at 100 dpi) [optional]
From MessageStoreCallerInfoResponse [optional]
LastModifiedTime time.Time The datetime when the message was modified on server in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z [optional]
MessageStatus string Message status. Different message types may have different allowed status values.For outbound faxes the aggregated message status is returned: If status for at least one recipient is 'Queued', then 'Queued' value is returned If status for at least one recipient is 'SendingFailed', then 'SendingFailed' value is returned In other cases Sent status is returned [optional]
PgToDepartment bool Pager only True if at least one of the message recipients is Department extension [optional]
Priority string Message priority [optional]
ReadStatus string Message read status [optional]
SmsDeliveryTime time.Time SMS only. The datetime when outbound SMS was delivered to recipient's handset in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z. It is filled only if the carrier sends a delivery receipt to RingCentral [optional]
SmsSendingAttemptsCount int32 SMS only. Number of attempts made to send an outbound SMS to the gateway (if gateway is temporary unavailable) [optional]
Subject string Message subject. For SMS and Pager messages it replicates message text which is also returned as an attachment [optional]
To []MessageStoreCallerInfoResponse Recipient information [optional]
Type string Message type [optional]
VmTranscriptionStatus string Voicemail only. Status of voicemail to text transcription. If VoicemailToText feature is not activated for account, the 'NotAvailable' value is returned [optional]

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