Welcome to the Jazz Community Forum
How can I get human-readable "Version ID" from RTC using the API?

Hi.
I'm developing RTC client plugin and RTC server plugin.
Since RTC 5.x IBM introduced human-readable versions into RTC SCM (it's an unsigned integer that auto-increments with each commit). And I can't find any api (class/method) that can provide me Version ID for certain fileItem in certain changeset.
So, I have changeset object (IChangeSet), then I iterate through list of changes (IChange) in this changeset, then I can get fileItem object (IFileItem) for each change and so on. But I can't find the way to get Version ID for fileItem in certain changeset.
How can I get Version ID through RTC client API or RTC server API?
Thanks