Overview
useFetchEntityByShortId returns a function that fetches an entity by its shortId — the auto-generated short identifier that Replyke assigns to every entity. Short IDs are useful for building readable sharing URLs.
Usage Example
Parameters
The short ID to look up. This is the value from
entity.shortId.Optional. Populate related fields. Accepted values:
"user", "space", "topComment", "saved", "files".Returns
The fetched entity. See Entity data model.

