GET example/api/smsmessage/{smsMessageId}/previewtext
https://app.bwz.se/bedrock/example/api/smsmessage/{smsMessageId}/previewtext
Gets preview text for a given SmsMessage.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
smsMessageId |
Id of the SmsMessage to get preview text from. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A string with the SMS text.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>