pagePublishRequest
| Namespace: |
http://www.gentics.com/rest |
| XML Schema: |
ns0.xsd |
Request for publishing a page
XML
Elements
| name (type) |
min/max occurs |
description |
|
message (string)
|
0/1 |
Get the message
|
|
alllang (boolean)
|
1/1 |
Get true if all languages shall be published, false if not
|
|
at (int)
|
1/1 |
Get the timestamp to publish the page at a specific time, 0 for publishing the page immediately
|
JSON
| property |
type |
description |
| message |
message (string)
|
Get the message
|
| alllang |
alllang (boolean)
|
Get true if all languages shall be published, false if not
|
| at |
at (int)
|
Get the timestamp to publish the page at a specific time, 0 for publishing the page immediately
|