Edit this page

RetrieveFeatureDefinition

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

RetrieveFeatureDefinitionResponse

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