European Parliament MCP Server API - v1.3.9
    Preparing search index...

    Interface LatestVotesResponse

    Response structure for latest votes.

    interface LatestVotesResponse {
        data: LatestVoteRecord[];
        datesAvailable: string[];
        datesUnavailable: string[];
        hasMore: boolean;
        limit: number;
        offset: number;
        source: { term: number; type: "DOCEO_XML"; urls: string[] };
        total: number;
    }
    Index

    Properties

    Vote records

    datesAvailable: string[]

    Dates that were successfully fetched

    datesUnavailable: string[]

    Dates that returned errors (document not yet published)

    hasMore: boolean
    limit: number

    Pagination

    offset: number
    source: { term: number; type: "DOCEO_XML"; urls: string[] }

    Data source metadata

    total: number

    Total count of available records