When examining a snapshot retrieved by Lookback API, how can we tell if it's the first snapshot?
The first snapshot will have these characteristics. If any of the snapshot you examine has any of these characteristics then it is the initial snapshot of this artifact:
1. _SnapshotType = "Create"
2. _SnapshotNumber = 0
3. _PreviousValues will have all fields = null.