Class GetEdgesRequest


public class GetEdgesRequest extends JsonrpcRequest
JSON-RPC Request for getting a edges with a GetEdgesRequest.PaginationOptions.
 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "method": "getEdges",
   "params": {
     "edgeId": string
     "query": string,
     "page": int,
     "limit": int,
     "searchParams": {
       "productTypes?": string[], -- if omitted or empty searches for all
       "sumStates?": Level[], -- if omitted or empty searches for all
       "isOnline?": boolean -- if omitted searches for both
     }
   }
 }