EU Parliament Monitor — API Documentation - v0.8.30
    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