Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface PollingWave {
    ย ย ย ย provider: PollProviderKey;
    ย ย ย ย sourceUrl: string;
    ย ย ย ย fetchedAt: string;
    ย ย ย ย status: "ok" | "unavailable";
    ย ย ย ย title?: string;
    ย ย ย ย publishedAt?: string;
    ย ย ย ย fieldworkMonth?: string;
    ย ย ย ย sampleSize?: number;
    ย ย ย ย parties: Partial<Record<PartyCode, number>>;
    ย ย ย ย notes?: string;
    }
    Index
    provider: PollProviderKey
    sourceUrl: string
    fetchedAt: string
    status: "ok" | "unavailable"
    title?: string
    publishedAt?: string
    fieldworkMonth?: string
    sampleSize?: number
    parties: Partial<Record<PartyCode, number>>
    notes?: string