Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    Preparing search index...

    Interface SearchDocumentsParams

    Parameters for riksdag document search

    interface SearchDocumentsParams {
    ย ย ย ย titel?: string;
    ย ย ย ย doktyp?: string;
    ย ย ย ย subtyp?: string;
    ย ย ย ย rm?: string;
    ย ย ย ย organ?: string;
    ย ย ย ย from_date?: string;
    ย ย ย ย to_date?: string;
    ย ย ย ย limit?: number;
    ย ย ย ย [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    titel?: string
    doktyp?: string
    subtyp?: string
    rm?: string
    organ?: string
    from_date?: string
    to_date?: string
    limit?: number