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

    Interface SearchDocumentsOptions

    Options for searchDocuments

    interface SearchDocumentsOptions {
        docId?: string;
        keyword?: string;
        documentType?: string;
        committee?: string;
        dateFrom?: string;
        dateTo?: string;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    docId?: string

    Document ID for single document lookup (bypasses keyword search)

    keyword?: string

    Search keyword or phrase

    documentType?: string

    Document type: REPORT, RESOLUTION, DECISION, DIRECTIVE, REGULATION, OPINION, AMENDMENT

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