Skip to content

NXCALS-1430 API: Return latest history entry on entity findById

#Merge request template @acc-logging-team - please have a look for approval.

This is part of API enhancement and stabilization. It's an internal change on the core-service layer. Currently we are providing the oldest (first) history entry when we serve requests for providing entities by id.

This MR, changes this strategy, to provide the latest history entry as a more expected, logical result.

Merge request reports