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

    Interface StatskontoretCachedPayload

    A cached Statskontoret downloads payload with provenance metadata.

    interface StatskontoretCachedPayload {
    ย ย ย ย sourceKey: StatskontoretSourceKey;
    ย ย ย ย sourceTitle: string;
    ย ย ย ย sourceUrl: string;
    ย ย ย ย links: readonly StatskontoretDownloadLink[];
    ย ย ย ย cachedAt: string;
    ย ย ย ย fetchedAt: string;
    ย ย ย ย fromCache: boolean;
    ย ย ย ย cacheAgeMs: number;
    }
    Index
    sourceTitle: string
    sourceUrl: string
    links: readonly StatskontoretDownloadLink[]
    cachedAt: string
    fetchedAt: string
    fromCache: boolean
    cacheAgeMs: number