Hi,
I have a requirement where I want to retrieve the historical changes to a set of Task attributes. I have successfully managed to retrieve these historical records using the Java Api client however, I find that there are many duplicates in the returned results.
I am guessing that the returned results include historical changes to attributes other than the ones I am requesting.
I initially thought that this was happening because I was also requesting the “ChangeDate” attribute but, even if I omit this attribute, I still get back records with duplicates.
Is there a method of changing this behaviour so that I only get back records which involve changes to just the attributes that I have asked for?
Thanks,
Anjum
--
You received this message because you are subscribed to the Google Groups "VersionOne-dev" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/versionone-dev/-/YAP6jlwTSuAJ.
To post to this group, send email to
version...@googlegroups.com.
To unsubscribe from this group, send email to
versionone-de...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/versionone-dev?hl=en.
When I needed to only see the most recent change, I used XSL against the XML output to remove duplicates. So you may be able to do something similar.
Bryan
--
You received this message because you are subscribed to the Google Groups "VersionOne-dev" group.