Retrieve the decoration for an icon
get/icons/decoration
Retrieves a node decorator for an Entity or Document.
1{2 "description": "Example of a Node Decoration object.",3 "value": {4 "label": "Officer Smith",5 "icons": [6 {7 "field": "f1",8 "position": "p1"9 },10 {11 "field": "f2",12 "position": "p2"13 }14 ]15 }16}