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

    Interface ArticleTypesRegistry

    interface ArticleTypesRegistry {
    ย ย ย ย version: string;
    ย ย ย ย effectiveDate: string;
    ย ย ย ย description: string;
    ย ย ย ย owner: string;
    ย ย ย ย classification: string;
    ย ย ย ย license?: string;
    ย ย ย ย types: ArticleTypeEntry[];
    ย ย ย ย electionCycles: { current: ElectionCycle; next: ElectionCycle };
    ย ย ย ย horizonBands: Record<string, HorizonBand>;
    }
    Index
    version: string
    effectiveDate: string
    description: string
    owner: string
    classification: string
    license?: string
    electionCycles: { current: ElectionCycle; next: ElectionCycle }
    horizonBands: Record<string, HorizonBand>