SyncReport
Input Parameter |
Type |
Description |
SyncToken |
String |
Token received by a SyncReport |
SyncResult |
SyncResult |
See SyncResult |
SyncType |
SyncType |
See SyncType |
Response |
Type |
Description |
Success |
Boolean |
True on success, False on failure |
SyncReport must be called by the client after a sync has been performed.
The client must use the SyncToken which was received in a SyncRequest.
SyncReport returns the SecondsSinceLastUpdate; a UNIX time stamp when the last synchronization was performed.
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/storage/api.php?SyncToken= tsuCsIB9OQOX4TA2X82c6ZSiDk33fREtn &Task=SyncReport&SyncResult=Success&SyncType=Full'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
<SecondsSinceLastUpdate>1256131273</SecondsSinceLastUpdate >
</Response>