Skip to content

NXCALS-1319 Service methods for fetching entity by id

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

Contains a series of commits that are featured by this MR, and are against of issue NXCALS-1319

In more details, it's about exposing through NXCALS stack actions for fetching one or many entities via their IDs.

Entity ID is considered non volatile data and corresponds always to an existing entity. By this contract, we can ensure that the target entity is not "lost" and could always be accessed by the API clients.

In order words, an action to acquire an up-to-date view of the target entity.

Edited by Grigorios Avgitidis

Merge request reports