GetSynchronizationLog

Returns a list of synchronization sessions that overlap with the specified time frame

Usage

This operation lists the synchronization sessions that occurred during a particular time period. It may be useful for diagnostics and reporting.

Request Parameters

PartitionId
nonNegativeInteger
A value is required
The system-generated unique identifier of a constituent partition
Start
dateTime
Start of the date range for returning sessions. Default is the date of first synchronization session.
End
dateTime
End of the date range for returning sessions. Default is the date of the last synchronization session.

Response Parameters

The response may contain zero or more response elements

PartitionId
string
The system-generated unique identifier of a constituent partition
Created
dateTime
Creation date for the log
Start
dateTime
Start of the date range for returning sessions. Default is the date of first synchronization session.
End
dateTime
End of the date range for returning sessions. Default is the date of the last synchronization session.
Completed
boolean
Flag indicating when the session was completed successfully
SyncId
nonNegativeInteger
The system-generated unique identifier for the synchronization session

Example SOAP request


<?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>

      

Example SOAP response


<?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>

      

Leave a Comment

Nickname
Comment
Enter this word: