Retrieve the decoration for an icon

get/icons/decoration
Internal-Use Only

Retrieves a node decorator for an Entity or Document.

Request Samples

1

Response Samples

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}

Query Parameters

NameTypeRequiredDescription
objectTypeName
string
true

The name of the icon.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
404Not FoundThe request did not find an icon with a matching object type name.Schema