Function getById

  • Retrieves the TitleRecord with the specified ID, or undefined if the record is not found.

    Use this method to retrieve the metadata associated with an asset identified by its TitleRecord ID.

    Parameters

    • id: string

      The ID of the TitleRecord to retrieve.

    Returns TitleRecord | undefined