Returns a list of synchronization sessions that overlap with the specified time frame
This operation lists the synchronization sessions that occurred during a particular time period. It may be useful for diagnostics and reporting.
The response may contain zero or more response elements
<?xml version='1.0' encoding='UTF-8' ?> <soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'> <soap:Header> <Session xmlns='urn:soap.convio.com'> <SessionId>de34cc6560b3615d06cf2820e454f2d8503776f9:JServSessionIdr005=ef0913cjj1.app8007:10000100:108:2009-05-03T14:47:28.202Z</SessionId> </Session> </soap:Header> <soap:Body> <GetSynchronizationLog xmlns='urn:soap.convio.com'> <PartitionId>10000103</PartitionId> <Start>2009-5-1T00:00:00+0000</Start> <End>2009-5-10T00:00:00+0000</End> </GetSynchronizationLog> </soap:Body> </soap:Envelope>
<?xml version='1.0' encoding='UTF-8'?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetSynchronizationLogResponse xmlns="urn:soap.convio.com"> <Synchronization> <PartitionId>10000103</PartitionId> <Start>2009-04-20T23:36:20Z</Start> <End>2009-05-03T14:47:46Z</End> <Completed>false</Completed> <SyncId>242</SyncId> </Synchronization> </GetSynchronizationLogResponse> </soap:Body> </soap:Envelope>