messageSendRequest
| Namespace: |
http://www.gentics.com/rest |
| XML Schema: |
ns0.xsd |
Request to send messages to users/groups
XML
Elements
| name (type) |
min/max occurs |
description |
|
message (string)
|
0/1 |
Message to be sent. This may be an i18n key.
|
|
translations ((anonymous))
|
0/1 |
Optional map of translations per language code. If a translation for the adressees language is found here, it will be used.
|
|
parameters (string)
|
0/unbounded |
Optional list of parameters, that are filled into the message (if the message is an i18n key)
|
|
toGroupId (int)
|
0/unbounded |
List of group IDs to send the message
|
|
toUserId (int)
|
0/unbounded |
List of user IDs to send the message
|
JSON
| property |
type |
description |
| message |
message (string)
|
Message to be sent. This may be an i18n key.
|
| translations |
translations ((anonymous))
|
Optional map of translations per language code. If a translation for the adressees language is found here, it will be used.
|
| parameters |
array of parameters (string)
|
Optional list of parameters, that are filled into the message (if the message is an i18n key)
|
| toGroupId |
array of toGroupId (int)
|
List of group IDs to send the message
|
| toUserId |
array of toUserId (int)
|
List of user IDs to send the message
|