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

    Week ahead data structure

    interface WeekAheadData {
    ย ย ย ย events: RawCalendarEvent[];
    ย ย ย ย highlights?: { title: string; description: string }[];
    ย ย ย ย context?: string;
    ย ย ย ย documents?: RawDocument[];
    ย ย ย ย questions?: RawDocument[];
    ย ย ย ย interpellations?: RawDocument[];
    ย ย ย ย ciaContext?: CIAContext;
    }
    Index

    Properties

    highlights?: { title: string; description: string }[]
    context?: string
    documents?: RawDocument[]

    Upcoming legislative documents โ€” used when calendar is empty

    questions?: RawDocument[]

    Parliamentary written questions (fragor) for the coming period

    interpellations?: RawDocument[]

    Parliamentary interpellations (interpellationer) for the coming period

    ciaContext?: CIAContext

    CIA intelligence context for enriched analysis