Skip to main content

Scan and List all keys

POST 

/v1/valuestore/scan

This API lists all keys in devices self namespace.

note

Please note that global namespace keys can not be listed by devices. This allows you to keep certain Global Namespaces to secret from the device you don't want to share data with.

MQTT Topic

$anedya/device/{deviceid}/valuestore/scan/json

Request

Body

    reqId string
    limit integer
    offset integer

Responses

Success

Schema
    reqId string
    success boolean
    error string
    errorcode integer
    keys object[]
  • Array [
  • key string
    type string
  • ]
  • count integer
    next integer
Loading...