translationStatus element
Type: | translationStatus |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Class encapsulating the synchronization information of page translations
Example JSON
{
"pageId" : ...,
"name" : "...",
"versionTimestamp" : ...,
"language" : "...",
"inSync" : false,
"version" : "...",
"latestVersion" : {
"versionTimestamp" : ...,
"version" : "..."
}
}