Function getById

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

    Use this method to retrieve the metadata associated with an license identified by its LicenseRecord ID.

    Parameters

    • id: string

      The ID of the LicenseRecord to retrieve.

    Returns LicenseRecord | undefined