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