Edit this page

RetrieveAttribute

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

RetrieveAttributeResponse

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/retrieve",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/attributes/location",
  "value": {
    "latitude": 44.673856,
    "longitude": 8.261719
  },
  "status": 200
}