EU Parliament Monitor - API Documentation - v0.7.0
    Preparing search index...

    Interface GetSpeechesOptions

    Options for getSpeeches

    interface GetSpeechesOptions {
        speechId?: string;
        dateFrom?: string;
        dateTo?: string;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    speechId?: string
    dateFrom?: string
    dateTo?: string
    limit?: number
    offset?: number