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

    Interface GetPlenarySessionDocumentsOptions

    Options for getPlenarySessionDocuments

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

    Properties

    Properties

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