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

    Interface GovDocSearchParams

    Parameters for government document search

    interface GovDocSearchParams {
    ย ย ย ย title?: string;
    ย ย ย ย type?: string;
    ย ย ย ย departement?: string;
    ย ย ย ย dateFrom?: string;
    ย ย ย ย dateTo?: string;
    ย ย ย ย limit?: number;
    ย ย ย ย [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    title?: string
    type?: string
    departement?: string
    dateFrom?: string
    dateTo?: string
    limit?: number