Class AppCenterGetInstalledAppsRequest


public class AppCenterGetInstalledAppsRequest extends JsonrpcRequest
Represents a JSON-RPC Request to get the installed apps that are defined in the backend metadata on the edge that send the request.

NOTE: in order to get this request handled by the backend the request needs to be wrapped in a AppCenterRequest.

This is used by Edge.

 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "method": "getInstalledApps",
   "params": {
   }
 }