EU Parliament Monitor — API Documentation - v1.0.27
    Preparing search index...

    Interface AnalyzeLegislativeEffectivenessOptions

    Options for analyzeLegislativeEffectiveness

    interface AnalyzeLegislativeEffectivenessOptions {
        subjectId: string;
        subjectType: "MEP" | "COMMITTEE";
        dateFrom?: string;
        dateTo?: string;
    }
    Index
    subjectId: string
    subjectType: "MEP" | "COMMITTEE"
    dateFrom?: string
    dateTo?: string