useFetchEntityByShortId
Overview
TheuseFetchEntityByShortId hook is used to retrieve details of a specific entity by providing its shortId.
Usage Example
Parameters & Returns
Parameters
The hook returns a function that accepts an object with the following fields:The short identifier for the entity.
Returns
The function resolves with an object representing the fetched entity:The details of the retrieved entity.

