Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface ElectionCycle {
    ย ย ย ย id: string;
    ย ย ย ย label: string;
    ย ย ย ย start: string;
    ย ย ย ย end: string;
    ย ย ย ย governingCoalition: string[];
    ย ย ย ย confidenceSupport: string[];
    ย ย ย ย opposition: string[];
    }
    Index
    id: string
    label: string
    start: string
    end: string
    governingCoalition: string[]
    confidenceSupport: string[]
    opposition: string[]