The GET command is used to access information about the read transaction or receipt.
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
GET | PROPERTY | value | Mandatory. Property keyword. |
Property | Description | Values |
|---|---|---|
*AS3TO | AS3-To | |
*AS3FROM | AS3-From | |
*AS3VERSION | AS3-Version | |
*DATE | Date | |
*SUBJECT | Subject | |
*MESSAGEID | Message-Id | |
*NOTIFICATONTO | Disposition-Notification-To | |
*NOTIFICATIONOPTIONS | Disposition-Notification-Options | |
*CONTENT | Content-Type | *RECEIPT |
value | Protocol property |
The following properties come from a transaction.
Use the GET PROPERTY (*CONTENT) to check if the file contains a transaction.
Property | Description | Values |
|---|---|---|
*MICMD5 | Calculated MD5 MIC. | |
*MICSHA1 | Calculated SHA1 MIC. | |
*MICSHA256 | Calculated SHA256 MIC. | |
*MICSHA384 | Calculated SHA384 MIC. | |
*MICSHA512 | Calculated SHA512 MIC. | |
*CONTENTTYPE | Transaction content type | content mime type. |
The following properties come from a receipt.
Use the GET PROPERTY (*CONTENT) to check if the file contains a receipt.
Property | Description | Example message values |
|---|---|---|
*RECEIPTMESSAGEID | Message ID of the original transaction. This can be used to match to the original sent transaction. | |
*RECEIPTMIC | MIC returned in receipt. This can be compared with the original transaction MIC to check the transaction delivery. | |
*RECEIPTMICALG | MIC algorithm. | MD5, SHA1 |
*RECEIPTDISPOSITIONTYPE | Status of the AS3 transaction. | Possible values: |
*RECEIPTDISPOSITIONMODIFIER | Status of the AS3 transaction. | Possible values: |
The following properties come from a created transaction or receipt.
Property | Description | Values |
|---|---|---|
*DATAMESSAGEID | Message-Id. | |
*DATAMICMD5 | CalculatedMD5 MIC. | |
*DATAMICSHA1 | Calculated SHA1 MIC. | |
*DATAMICSHA256 | Calculated SHA256 MIC. | |
*DATAMICSHA384 | Calculated SHA384 MIC. | |
*DATAMICSHA512 | Calculated SHA512 MIC. |