Hello,
I'm trying to get changesets from an issue. I just saw that revision property is always set to 0. In fact, the revision type in the C# class is int whereas it should be a string.

Here is an example :
- Data from XML API

- Data in C#

Is there something I don't understand in the working or is there an issue on type?
I use the 4.3.0 version.
Thanks.