Message Details Fields Reference
Read about the fields that model message details.
The following fields are retuned by the List All Messages request:
| Field | Details | Description |
|---|---|---|
availableMessages | int32 | Count of available messages that match the specified query parameters. |
messages | Array | An array that contains information about the message. |
message.charset | String | The character set that the message is encoded in. |
message.documentTypeId | String | Internal ID of the identified document type of the message. The internal ID that represents the Document Type ID. |
message.fileName | String | Filename of the message. |
message.lastChanged | Date-time | Timestamp of the message's last update, specified in ISO 8601 format. |
message.messageId | UUID | The message's ID. |
message.messageSize | int32 | Size of the message (in megabytes). |
message.mimeType | String | Identified the document type of the message. |
message.receivedAt | Date-time | Timestamp of the message's receipt (in the ISO 8601 format). |
message.receiverName | String | The recipient's name. |
message.receiverUuid | UUID | ID of the recipient. |
message.reference | String | Reference ID found within the message body. |
message.senderName | String | Sender's name. |
message.senderUuid | UUID | ID of the sender. |
message.status | String | Status of the message. |
Updated about 18 hours ago
