In my application I am accessing FOGBUGZ API in the form of XML to retrieve data. It is running fine. But Issue is that, we ever it start, it takes pull of whole data from starting point. Here I searched a lot on Internet, but i could not find any status log maintaining by FogBugz to check whether data is updated or not.
FogBugz URL ::
Example of XML CODE
<case ixBug="22547" operations="edit,assign,resolve,reactivate,close,email,remind">
<ixPersonAssignedTo>3</ixPersonAssignedTo>
<sPersonAssignedTo>Person One</sPersonAssignedTo>
<ixFixFor>1797</ixFixFor>
<sFixFor>XXX</sFixFor>
<hrsElapsed>2.17582988739014</hrsElapsed>
<ixProject>306</ixProject>
<sProject>Project XXX</sProject>
<dtDue/>
<ixBug>22547</ixBug>
<sTitle>MiniReview</sTitle>
<ixArea>3383</ixArea>
<ixCategory>2</ixCategory>
<ixPriority>6</ixPriority>
<hrsCurrEst>2</hrsCurrEst>
<sVersion>TF201105</sVersion>
<ixMailbox>0</ixMailbox>
</case>