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

    Interface DocumentProfileSearchParams

    Offset/limit pagination shared by the v1 search endpoints.

    interface DocumentProfileSearchParams {
        bezeichnung?: string;
        bezug?: string;
        dokumentart?:
            | "001"
            | "002"
            | "003"
            | "999"
            | "004"
            | "005"
            | "006"
            | "007"
            | "008"
            | "009"
            | "010"
            | "011"
            | "012"
            | "013"
            | "014";
        freigabe_status?: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8)[];
        fts_query?: string;
        is_latest?: boolean;
        limit?: number;
        name?: string;
        nummernkreis?: string[];
        offset?: number;
        order_by?:
            | "geaendert_datum_zeit_desc"
            | "geaendert_datum_zeit_asc"
            | "name_asc"
            | "name_desc"
            | "id_asc"
            | "id_desc";
        status_gesetzt_bis?: string;
        status_gesetzt_durch?: string;
        status_gesetzt_seit?: string;
        stichwort?: string;
        suche_nur_in?: | "Rechtsgrundlagen"
        | "Status_gesetzt_durch"
        | "Versionshinweis";
        updated_since?: string;
        versionshinweis?: string;
        xdf_version?: "2.0"
        | "2.0.0"
        | "3.0.0";
    }

    Hierarchy (View Summary)

    Index
    bezeichnung?: string
    bezug?: string
    dokumentart?:
        | "001"
        | "002"
        | "003"
        | "999"
        | "004"
        | "005"
        | "006"
        | "007"
        | "008"
        | "009"
        | "010"
        | "011"
        | "012"
        | "013"
        | "014"
    freigabe_status?: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8)[]
    fts_query?: string
    is_latest?: boolean
    limit?: number

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

    name?: string
    nummernkreis?: string[]
    offset?: number
    order_by?:
        | "geaendert_datum_zeit_desc"
        | "geaendert_datum_zeit_asc"
        | "name_asc"
        | "name_desc"
        | "id_asc"
        | "id_desc"
    status_gesetzt_bis?: string
    status_gesetzt_durch?: string
    status_gesetzt_seit?: string
    stichwort?: string
    suche_nur_in?: "Rechtsgrundlagen" | "Status_gesetzt_durch" | "Versionshinweis"
    updated_since?: string
    versionshinweis?: string
    xdf_version?: "2.0" | "2.0.0" | "3.0.0"