multiPageAssignRequest
| Namespace: | http://www.gentics.com/rest |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| message (string) | 0/1 | Return the message which will be send to the listed users. |
| pageIds (string) | 0/unbounded | Return the list of page ids. |
| userIds (int) | 0/unbounded | Get the list of user ids for users which should be informed about the assign operation. |
JSON
| property | type | description |
|---|---|---|
| message | message (string) | Return the message which will be send to the listed users. |
| pageIds | array of pageIds (string) | Return the list of page ids. |
| userIds | array of userIds (int) | Get the list of user ids for users which should be informed about the assign operation. |