{ "opencollection": "1.0.0", "info": { "name": "ThingsBoard Admin admin-controller rpc-v-1-controller API", "version": "4.3.0.3DEMO" }, "items": [ { "info": { "name": "rpc-v-1-controller", "type": "folder" }, "items": [ { "info": { "name": "Send Two-way RPC Request (handleTwoWayDeviceRPCRequest)", "type": "http" }, "http": { "method": "POST", "url": "https://demo.thingsboard.io/api/plugins/rpc/twoway/:deviceId", "params": [ { "name": "deviceId", "value": "", "type": "path", "description": "A string value representing the device id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deprecated. See 'Rpc V 2 Controller' instead.\n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, { "info": { "name": "Send One-way RPC Request (handleOneWayDeviceRPCRequest)", "type": "http" }, "http": { "method": "POST", "url": "https://demo.thingsboard.io/api/plugins/rpc/oneway/:deviceId", "params": [ { "name": "deviceId", "value": "", "type": "path", "description": "A string value representing the device id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deprecated. See 'Rpc V 2 Controller' instead.\n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." } ] } ], "bundled": true }