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

    Interface GetControlledVocabulariesOptions

    Options for getControlledVocabularies

    interface GetControlledVocabulariesOptions {
        vocId?: string;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    Properties

    vocId?: string
    limit?: number
    offset?: number