Skip to main content

GetMessageInfoResponse

Properties

NameTypeRequiredDescription
id_intInternal identifier of a message
uristrCanonical URI of a message
extension_idstrInternal identifier of an extension
attachmentsList[MessageAttachmentInfo]List of message attachments
availabilityMessageAvailabilityEnumMessage 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
conversation_idintSMS and Pager only. Identifier of a conversation the message belongs to
conversationConversationInfoSMS and Pager only. Information about a conversation the message belongs to
creation_timestrMessage creation date/time in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z
delivery_error_codestrSMS only. Delivery error code returned by gateway
directionMessageDirectionEnumText message direction. Note that for some message types not all directions are allowed. For example voicemail messages can be only inbound
fax_page_countintFax only. Page count in a fax message
fax_resolutionFaxResolutionEnumFax only. Resolution of a fax message. 'High' for black and white image scanned at 200 dpi, 'Low' for black and white image scanned at 100 dpi
from_MessageStoreCallerInfoResponseFromSender information
last_modified_timestrThe date/time when the message was modified on server in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z
message_statusMessageStatusEnumMessage status. Different message types may have different allowed status values. For outbound faxes the aggregated message status is returned. If, for outbound message, a status for at least one recipient is 'Queued', then the 'Queued' value is returned. If a status for at least one recipient is 'SendingFailed', then the 'SendingFailed' value is returned. In other cases the 'Sent' status is returned
pg_to_departmentboolPager only. true if at least one of the message recipients is 'Department' extension
priorityMessagePriorityEnumMessage priority
read_statusMessageReadStatusEnumMessage read status
sms_delivery_timestrSMS only. Date/time 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 a carrier sends a delivery receipt to RingCentral
sms_sending_attempts_countintSMS only. Number of attempts made to send an outbound SMS to the Gateway (if Gateway is temporary unavailable)
subjectstrMessage subject. For SMS and Pager messages it replicates message text which is also returned as an attachment
toList[MessageStoreCallerInfoResponseTo]Recipient information
type_GetMessageInfoResponseTypeMessage type
vm_transcription_statusVmTranscriptionStatusVoicemail only. Status of a voicemail to text transcription. If 'VoicemailToText' feature is not activated for account, the 'NotAvailable' value is returned
cover_indexintCover page identifier. If coverIndex is set to '0' (zero) cover page is not attached. For the list of available cover page identifiers (1-13) please call the Fax Cover Pages method. If not specified, the default cover page is attached (which is configured in 'Outbound Fax Settings')
cover_page_textstrCover page text, entered by the fax sender and printed on the cover page. Maximum length is limited to 1024 symbols

GetMessageInfoResponseType

Message type

Properties

NameTypeRequiredDescription
FAXstr"Fax"
SMSstr"SMS"
VOICEMAILstr"VoiceMail"
PAGERstr"Pager"
TEXTstr"Text"

VmTranscriptionStatus

Voicemail only. Status of a voicemail to text transcription. If 'VoicemailToText' feature is not activated for account, the 'NotAvailable' value is returned

Properties

NameTypeRequiredDescription
NOTAVAILABLEstr"NotAvailable"
INPROGRESSstr"InProgress"
TIMEDOUTstr"TimedOut"
COMPLETEDstr"Completed"
COMPLETEDPARTIALLYstr"CompletedPartially"
FAILEDstr"Failed"
UNKNOWNstr"Unknown"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →