@maschinenlesbar.org/fragdenstaat-cli
    Preparing search index...

    Interface TreeListParams

    Filters for GET /api/v1/category/ and /api/v1/classification/ (taxonomy trees).

    interface TreeListParams {
        ancestor?: Id;
        depth?: number;
        is_topic?: boolean;
        limit?: number;
        name?: string;
        offset?: number;
        parent?: Id;
        q?: string;
    }

    Hierarchy (View Summary)

    Index
    ancestor?: Id
    depth?: number
    is_topic?: boolean
    limit?: number

    Page size. The server caps this (see DEVELOPING.md); defaults server-side.

    name?: string
    offset?: number
    parent?: Id
    q?: string