rpc-v-2-controller
Get persistent RPC requests
Allows to query RPC calls for specific device using pagination.
Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.
get/api/rpc/persistent/device/{deviceId}
Path parameters
deviceIdstring required
A string value representing the device id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Query parameters
pageSizeinteger required
Maximum amount of entities in a one page
pageinteger required
Sequence number of page starting from 0
rpcStatus'QUEUED' | 'SENT' | 'DELIVERED' | 'SUCCESSFUL' | 'TIMEOUT' | 'EXPIRED' | 'FAILED'
Status of the RPC
textSearchstring
Not implemented. Leave empty.
sortProperty'createdTime' | 'expirationTime' | 'request' | 'response'
Property of entity to sort by
sortOrder'ASC' | 'DESC'
Sort order. ASC (ASCENDING) or DESC (DESCENDING)
Response
OK
string required