CodBi
    Preparing search index...

    This Element-Placeholder retrieves the IDs of authorities by their "bezeichnung" (case insensitive).

    Placeholder Parameter:

    • 1st: The Name of the authority to retrieve.

    • resolves to a Array < string > of authorities IDs with matching "bezeichnung".

    Maintainer: Callari, Salvatore (Salvatore.Callari@Ansbach.de)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    buffer:
        | string[]
        | {
            behoerdenart: string;
            behoerdengruppe: string;
            bezeichnung: string;
            id: number;
        }[]

    Buffers the requested directory of authorities.

    Methods

    • Parameters

      • params: unknown[]

        The parameters for that Element-Placeholder (provided by CodBi).

      Returns Promise<
          | string[]
          | {
              behoerdenart: string;
              behoerdengruppe: string;
              bezeichnung: string;
              id: number;
          }[],
      >

      A CodBiError if no data could be retrieved from the BayVIS-endpoint.