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

    Interface RequestListParams

    Filters for GET /api/v1/request/ (FOI requests).

    interface RequestListParams {
        campaign?: Id;
        categories?: Id;
        checked?: boolean;
        classification?: Id;
        costs_max?: number;
        costs_min?: number;
        created_at_after?: string;
        created_at_before?: string;
        follower?: Id;
        has_same?: boolean;
        is_foi?: boolean;
        jurisdiction?: Id;
        law?: Id;
        limit?: number;
        offset?: number;
        project?: Id;
        public_body?: Id;
        reference?: string;
        resolution?:
            | "successful"
            | "partially_successful"
            | "not_held"
            | "refused"
            | "user_withdrew_costs"
            | "user_withdrew";
        slug?: string;
        status?: | "awaiting_user_confirmation"
        | "publicbody_needed"
        | "awaiting_publicbody_confirmation"
        | "awaiting_response"
        | "awaiting_classification"
        | "asleep"
        | "resolved";
        tags?: string;
        user?: Id;
    }

    Hierarchy (View Summary)

    Index
    campaign?: Id
    categories?: Id
    checked?: boolean
    classification?: Id
    costs_max?: number
    costs_min?: number
    created_at_after?: string
    created_at_before?: string
    follower?: Id
    has_same?: boolean
    is_foi?: boolean
    jurisdiction?: Id
    law?: Id
    limit?: number

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

    offset?: number
    project?: Id
    public_body?: Id
    reference?: string
    resolution?:
        | "successful"
        | "partially_successful"
        | "not_held"
        | "refused"
        | "user_withdrew_costs"
        | "user_withdrew"
    slug?: string
    status?:
        | "awaiting_user_confirmation"
        | "publicbody_needed"
        | "awaiting_publicbody_confirmation"
        | "awaiting_response"
        | "awaiting_classification"
        | "asleep"
        | "resolved"
    tags?: string
    user?: Id