* Retrieves an entry by its ID and template name or ID. * If caching is enabled and `skipCache` is not set to true, the method will attempt * to retrieve data from the cache before making a network request. * * @param {string} entryId - The ID of the entry to be retrieved. *
(
entryId: string,
templateIdOrName: string,
skipCache?: boolean,
)
source not stored for this graph (policy: none)
no test coverage detected