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

    Interface LagradetStatus

    interface LagradetStatus {
    ย ย ย ย schemaVersion: "1.0";
    ย ย ย ย fetchedAt: string;
    ย ย ย ย reference: string;
    ย ย ย ย searchedUrl: string;
    ย ย ย ย status: "error" | "not_found" | "found" | "not_configured";
    ย ย ย ย matches: readonly LagradetMatch[];
    ย ย ย ย notes?: string;
    }
    Index
    schemaVersion: "1.0"
    fetchedAt: string
    reference: string
    searchedUrl: string
    status: "error" | "not_found" | "found" | "not_configured"
    matches: readonly LagradetMatch[]
    notes?: string