ObjTagSyncStatus Data Type

Synchronization info

Properties
name data type description
inSync number Number of object tags in sync
outOfSync number Number of object tags out of sync
unchecked number Get number of unchecked object tags
Properties inherited from GenericResponse
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

{
  "inSync" : 12345,
  "outOfSync" : 12345,
  "unchecked" : 12345,
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}