Edit this page

RetrieveFeatureProperties

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/retrieve",
  "headers": {
    "correlation-id": "<command-correlation-id>"
  },
  "path": "/features/accelerometer/properties"
}

RetrieveFeaturePropertiesResponse

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/retrieve",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/features/accelerometer/properties",
  "value": {
    "x": 3.141,
    "y": 2.718,
    "z": 1,
    "unit": "g"
  },
  "status": 200
}