@maschinenlesbar.org/pegel-online-cli
    Preparing search index...

    Interface StationListParams

    Parameters for the stations listing.

    interface StationListParams {
        fuzzyId?: string;
        ids?: string[];
        includeCharacteristicValues?: boolean;
        includeCurrentMeasurement?: boolean;
        includeTimeseries?: boolean;
        waters?: string;
    }
    Index
    fuzzyId?: string
    ids?: string[]

    Station identifiers (uuid/number/shortname/longname); sent comma-separated.

    includeCharacteristicValues?: boolean
    includeCurrentMeasurement?: boolean
    includeTimeseries?: boolean
    waters?: string

    Water shortname filter.