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

    Interface RecentArticleInput

    Input shape for adding an article to recent-article tracking

    interface RecentArticleInput {
    ย ย ย ย slug: string;
    ย ย ย ย workflow?: string;
    ย ย ย ย title: string;
    ย ย ย ย topics?: string[];
    ย ย ย ย mcpQueries?: string[];
    ย ย ย ย timestamp?: string;
    ย ย ย ย significance?: number;
    }
    Index

    Properties

    slug: string
    workflow?: string
    title: string
    topics?: string[]
    mcpQueries?: string[]
    timestamp?: string
    significance?: number

    Political significance score (0-100) when available