Norway Open Data SDK
    Preparing search index...

    Type Alias ParliamentaryCaseSearchParameters

    Filters applied locally to the official full-session case export.

    type ParliamentaryCaseSearchParameters = {
        page?: number;
        query?: string;
        sessionId?: string;
        size?: number;
        status?: ParliamentaryCaseStatus;
        type?: ParliamentaryCaseType;
    }
    Index
    page?: number

    Zero-based local result page. Stortinget does not provide server pagination.

    query?: string

    Case-insensitive text filter over title, short title, and reference.

    sessionId?: string

    Official session identifier. Omitting it requests the current session.

    size?: number

    Local page size, from 1 through 100.