EU Parliament Monitor — API Documentation - v0.8.49
    Preparing search index...

    Interface GetPlenarySessionsOptions

    Options for getPlenarySessions

    interface GetPlenarySessionsOptions {
        eventId?: string;
        year?: number;
        dateFrom?: string;
        dateTo?: string;
        location?: string;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    eventId?: string

    Meeting event ID for single meeting lookup

    year?: number

    Filter by calendar year (recommended for annual counts)

    dateFrom?: string

    Start date in YYYY-MM-DD format

    dateTo?: string

    End date in YYYY-MM-DD format

    location?: string

    Session location (e.g., "Strasbourg", "Brussels")

    limit?: number
    offset?: number