translationStatus
| Namespace: |
http://www.gentics.com/rest |
| XML Schema: |
ns0.xsd |
Class encapsulating the synchronization information of page translations
XML
Elements
| name (type) |
min/max occurs |
description |
|
pageId (int)
|
0/1 |
Page id of the page with which the given page is in sync
|
|
name (string)
|
0/1 |
Page name of the page with which the given page is in sync
|
|
versionTimestamp (int)
|
0/1 |
Version timestamp of the synchronized version
|
|
language (string)
|
0/1 |
Language of the synchronized version
|
|
inSync (boolean)
|
1/1 |
True when the page is in sync with the latest version of the other language variant, false if not
|
|
version (string)
|
0/1 |
Version number of the page version, with which this page is in sync
|
|
latestVersion (latest)
|
0/1 |
Latest version information
|
JSON
| property |
type |
description |
| pageId |
pageId (int)
|
Page id of the page with which the given page is in sync
|
| name |
name (string)
|
Page name of the page with which the given page is in sync
|
| versionTimestamp |
versionTimestamp (int)
|
Version timestamp of the synchronized version
|
| language |
language (string)
|
Language of the synchronized version
|
| inSync |
inSync (boolean)
|
True when the page is in sync with the latest version of the other language variant, false if not
|
| version |
version (string)
|
Version number of the page version, with which this page is in sync
|
| latestVersion |
latestVersion (latest)
|
Latest version information
|