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.
useFetchEntity
Overview
TheuseFetchEntity hook is used to retrieve details of a specific entity by providing its UUID.
Usage Example
Parameters & Returns
Parameters
The hook returns a function that accepts an object with the following fields:The unique UUID of the entity to fetch.
Returns
The function resolves with an object representing the fetched entity:The details of the retrieved entity.

