Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    Preparing search index...

    Interface JsonRpcRequest

    Outgoing JSON-RPC 2.0 request

    interface JsonRpcRequest {
    ย ย ย ย jsonrpc: "2.0";
    ย ย ย ย id: number;
    ย ย ย ย method: string;
    ย ย ย ย params?: Record<string, unknown>;
    }
    Index

    Properties

    jsonrpc: "2.0"
    id: number
    method: string
    params?: Record<string, unknown>