SOAP API method SmsDocumentSnapshot_retrieve
Parameters
| Name | Type | Description |
|---|---|---|
| id * | string | The identifier (id) of the object that is retrieved |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| smsdocumentsnapshot | Structure of type 'smsdocumentsnapshot' | All properties of the retrieved smsdocumentsnapshot |
Structure 'smsdocumentsnapshot'
| Name | Type | Description |
|---|---|---|
| id | int | The unique identifier of the sms document snapshot in the environment. |
| name | string | The name of the sms document snapshot. |
| timestamp | timestamp | The timestamp when the sms document snapshot was created. |
| message | string | The message that was sent. |
| from | string | The from address of the sms document snapshot. |
| language | string | The language of the sms document snapshot. |
| smartyVersion | integer | What smarty version is used to render this SmsDocumentSnapshot |