Hello all,
The ESRI ArcGIS Portal API for featureservices supports query-ing a specific HistoricMoment (see the HistoricMoment parameter in the documentation) of course when History is enabled in the service.
Currently the Portal reader does support Branch versioning, but not this HistoricMoment capabilities.
To me it would be a great upgrade to the reader. The ArcGIS SDE reader has had this for decades, and as this is fading out of use in favor of the new service based architecture of ESRI products, the need arises more and more in my workflows.
I've been able to pull it of with a custom transformer consisting of a motherload of HTTPCallers and JSON related transformers. That also solves my disable SSL verification problem, but is not as elegant and maintainable as a proper Safe supported native reader.