get Review History Async
abstract fun getReviewHistoryAsync(@NonNull annotation: Annotation): Single<List<AnnotationStateChange>>
Gets the review history of an annotation asynchronously. The review history of an annotation is the list of states it has passed, for example, "Accepted", "Cancelled", and so on. This list is ordered chronologically, where the last element is the most current one according to the creation date of the annotation change.
Return
Single emitting a list of annotation state changes ordered chronologically.
Parameters
annotation
Annotation for which to retrieve the review history.