userMessageSyncRequest

Extends: authRequest
Namespace: (default namespace)
XML Schema: ns0.xsd

XML

Elements

name (type) min/max
occurs
description
deviceId (int) 1/1 The registered device id for the device.
syncs (userMessageSync) 0/unbounded The messages that was modified on the device and needs to be synced to the server.
syncAcks (userMessageSyncAck) 0/unbounded The acknowledge of messages synchronized previously from the server.
syncLimit (int) 1/1 The maximum amount of messages that will be returned from server
syncUnreliable (boolean) 0/1 True if the sync is unreliable (no event for new messages). If not set the value will not change.
syncInitial (boolean) 0/1 True if the sync is the first sync. If not set the value will not change.

JSON

property type description
deviceId deviceId (int) The registered device id for the device.
syncs array of syncs (userMessageSync) The messages that was modified on the device and needs to be synced to the server.
syncAcks array of syncAcks (userMessageSyncAck) The acknowledge of messages synchronized previously from the server.
syncLimit syncLimit (int) The maximum amount of messages that will be returned from server
syncUnreliable syncUnreliable (boolean) True if the sync is unreliable (no event for new messages). If not set the value will not change.
syncInitial syncInitial (boolean) True if the sync is the first sync. If not set the value will not change.