Storage: Syncing: GetLastSyncReportSyncProblems
GetLastSyncReportSyncProblems
Gets the sync problems belonging to the given sync report
Authentication Methods
- With a username and password
Input Parameter | Type | Description |
---|---|---|
Token | String | Security token |
ID | String | Sync report ID |
Output Parameter | Type | Description |
---|---|---|
Success | Status | Returns status code |
CURL EXAMPLE
curl -v 'https://storage.example.com/storage/api.php?Token=ms28lbbsql627i3ftmoq2j00q2&Task=GetLastSyncReportSyncProblems&ID=c7260610-c529-b2bf-6b3e-16ec2882f3d1'
Response
<Response>
<Status>1</Status>
<Message>Success</Message>
<TotalCount>2</TotalCount>
<Problems>
<Problem>
<SyncError>Conflict</SyncError>
<Path>my/file1.txt</Path>
</Problem>
<Problem>
<SyncError>Conflict</SyncError>
<Path>my/file2.txt</Path>
</Problem>
</Problems>
</Response>