Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Result from scanning analysis files.

    interface AnalysisFilesResult {
    ย ย ย ย files: string[];
    ย ย ย ย hasDocumentsDir: boolean;
    ย ย ย ย documentFiles: string[];
    ย ย ย ย subfolder: string;
    ย ย ย ย date: string;
    }
    Index
    files: string[]

    List of analysis files found (relative to the subfolder)

    hasDocumentsDir: boolean

    Whether a documents/ subdirectory with per-document analyses exists

    documentFiles: string[]

    List of per-document analysis files found inside documents/ (filenames only, sorted)

    subfolder: string

    The full subfolder path relative to analysis/daily/{date}

    date: string

    The article date used