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

    Interface ProcessClassSearchParams

    Offset/limit pagination shared by the v1 search endpoints.

    interface ProcessClassSearchParams {
        freigabe_status?: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8)[];
        fts_query?: string;
        handlungsform?:
            | "999"
            | "101"
            | "102"
            | "103"
            | "104"
            | "105"
            | "111"
            | "112"
            | "113"
            | "114"
            | "115"
            | "121"
            | "201"
            | "202"
            | "203"
            | "204"
            | "205"
            | "210"
            | "221"
            | "222"
            | "301"
            | "302"
            | "303"
            | "304"
            | "305"
            | "310"
            | "410"
            | "420"
            | "430"
            | "450"
            | "801"
            | "802"
            | "803"
            | "804"
            | "805"
            | "806";
        limit?: number;
        offset?: number;
        operatives_ziel?: | "999"
        | "101"
        | "201"
        | "202"
        | "203"
        | "204"
        | "205"
        | "401"
        | "501"
        | "601"
        | "602"
        | "206"
        | "207"
        | "208"
        | "311"
        | "312"
        | "313"
        | "314"
        | "321";
        verfahrensart?: | "999"
        | "101"
        | "111"
        | "121"
        | "201"
        | "221"
        | "222"
        | "301"
        | "302"
        | "303"
        | "304"
        | "801"
        | "401"
        | "403"
        | "421"
        | "422"
        | "441"
        | "451"
        | "461"
        | "501"
        | "503"
        | "541"
        | "561"
        | "231"
        | "311"
        | "312"
        | "321"
        | "998"
        | "322"
        | "332"
        | "334"
        | "333"
        | "361"
        | "331"
        | "341"
        | "831"
        | "832"
        | "833"
        | "834"
        | "841"
        | "842"
        | "843"
        | "844"
        | "851"
        | "852"
        | "853"
        | "854"
        | "861"
        | "871"
        | "911"
        | "912"
        | "921";
    }

    Hierarchy (View Summary)

    Index
    freigabe_status?: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8)[]
    fts_query?: string
    handlungsform?:
        | "999"
        | "101"
        | "102"
        | "103"
        | "104"
        | "105"
        | "111"
        | "112"
        | "113"
        | "114"
        | "115"
        | "121"
        | "201"
        | "202"
        | "203"
        | "204"
        | "205"
        | "210"
        | "221"
        | "222"
        | "301"
        | "302"
        | "303"
        | "304"
        | "305"
        | "310"
        | "410"
        | "420"
        | "430"
        | "450"
        | "801"
        | "802"
        | "803"
        | "804"
        | "805"
        | "806"
    limit?: number

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

    offset?: number
    operatives_ziel?:
        | "999"
        | "101"
        | "201"
        | "202"
        | "203"
        | "204"
        | "205"
        | "401"
        | "501"
        | "601"
        | "602"
        | "206"
        | "207"
        | "208"
        | "311"
        | "312"
        | "313"
        | "314"
        | "321"
    verfahrensart?:
        | "999"
        | "101"
        | "111"
        | "121"
        | "201"
        | "221"
        | "222"
        | "301"
        | "302"
        | "303"
        | "304"
        | "801"
        | "401"
        | "403"
        | "421"
        | "422"
        | "441"
        | "451"
        | "461"
        | "501"
        | "503"
        | "541"
        | "561"
        | "231"
        | "311"
        | "312"
        | "321"
        | "998"
        | "322"
        | "332"
        | "334"
        | "333"
        | "361"
        | "331"
        | "341"
        | "831"
        | "832"
        | "833"
        | "834"
        | "841"
        | "842"
        | "843"
        | "844"
        | "851"
        | "852"
        | "853"
        | "854"
        | "861"
        | "871"
        | "911"
        | "912"
        | "921"