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

    Interface SCBFetchPayload

    interface SCBFetchPayload {
    ย ย ย ย provider: "scb";
    ย ย ย ย preset?: SCBPresetKey;
    ย ย ย ย tableId: string;
    ย ย ย ย label?: string;
    ย ย ย ย valueCodes: Readonly<Record<string, string>>;
    ย ย ย ย data: readonly unknown[];
    ย ย ย ย status: "ok" | "no-data";
    ย ย ย ย warning?: string;
    ย ย ย ย economicProvenance: SCBEconomicProvenance;
    }
    Index
    provider: "scb"
    preset?: SCBPresetKey
    tableId: string
    label?: string
    valueCodes: Readonly<Record<string, string>>
    data: readonly unknown[]
    status: "ok" | "no-data"
    warning?: string
    economicProvenance: SCBEconomicProvenance