Asynchronously fetches all information about an inscription, including children,
sat inscriptions, metadata, and its ID.
Defaults to using the ID obtained from getId() if an inscriptionId is not provided.
Parameters
inscriptionId: string = ...
The ID of the inscription to get all information about.
Defaults to the ID of the page running it if none is given.
OptionalbaseUrl: string = _baseUrl
Optional baseUrl for the fetch.
Returns Promise<any>
A promise that resolves with all the information about the inscription.
Asynchronously fetches all information about an inscription, including children, sat inscriptions, metadata, and its ID. Defaults to using the ID obtained from
getId()
if aninscriptionId
is not provided.