@maschinenlesbar.org/fim-portal-cli
    Preparing search index...

    Interface ProcessSearchParams

    Offset/limit pagination shared by the v1 search endpoints.

    interface ProcessSearchParams {
        anwendungsgebiet?:
            | "01"
            | "02"
            | "03"
            | "04"
            | "05"
            | "06"
            | "07"
            | "08"
            | "09"
            | "10"
            | "11"
            | "12"
            | "13"
            | "14"
            | "15"
            | "16"
            | "17";
        detaillierungsstufe?: "101"
        | "102"
        | "103"
        | "104"
        | "105";
        freigabe_status?: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8)[];
        fts_query?: string;
        is_musterprozess?: boolean;
        limit?: number;
        offset?: number;
    }

    Hierarchy (View Summary)

    Index
    anwendungsgebiet?:
        | "01"
        | "02"
        | "03"
        | "04"
        | "05"
        | "06"
        | "07"
        | "08"
        | "09"
        | "10"
        | "11"
        | "12"
        | "13"
        | "14"
        | "15"
        | "16"
        | "17"
    detaillierungsstufe?: "101" | "102" | "103" | "104" | "105"
    freigabe_status?: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8)[]
    fts_query?: string
    is_musterprozess?: boolean
    limit?: number

    1..200, defaults to 200 server-side.

    offset?: number