Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
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.

