rpc-v-2-controller
Get persistent RPC request
Get information about the status of the RPC call.
Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.
get/api/rpc/persistent/{rpcId}
Path parameters
rpcIdstring required
A string value representing the rpc id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Response
OK
Example response
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "RPC"
},
"createdTime": 1609459200000,
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
},
"deviceId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "DEVICE"
},
"request": {},
"response": {},
"additionalInfo": {}
}