Edit this page

RetrieveFeatureDesiredProperty

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

RetrieveFeatureDesiredPropertyResponse

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/retrieve",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/features/accelerometer/desiredProperties/x",
  "value": 42,
  "status": 200
}