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

    Interface GetCommitteeDocumentsOptions

    Options for getCommitteeDocuments — v1.2.13 removed year (EP API ignores it for /committee-documents)

    interface GetCommitteeDocumentsOptions {
        docId?: string;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    Properties

    docId?: string
    limit?: number
    offset?: number