Get decision node type content

get/decisionNodeTypes/{nodeTypeId}
Internal-Use Only

Retrieves the contents of a decision node type.

Request Samples

1

Response Samples

1{
2 "creationTimeStamp": "2021-05-07T18:12:17.412Z",
3 "modifiedTimeStamp": "2021-05-07T18:12:17.412Z",
4 "createdBy": "sasdemo",
5 "modifiedBy": "sasdemo",
6 "id": "a86ded32-73bd-434d-9f89-29ba4a90c131",
7 "name": "Demo Node Type 3",
8 "hasProperties": false,
9 "hasInputs": true,
10 "hasOutputs": true,
11 "inputDatagridMappable": false,
12 "outputDatagridMappable": false,
13 "inputDecisionTermMappable": true,
14 "outputDecisionTermMappable": true,
15 "independentMappings": false,
16 "themeId": "DNT_THEME1",
17 "type": "static",
18 "links": [
19 {
20 "method": "GET",
21 "rel": "self",
22 "href": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131",
23 "uri": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131",
24 "responseType": "application/vnd.sas.decision.node.type"
25 },
26 {
27 "method": "DELETE",
28 "rel": "delete",
29 "href": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131",
30 "uri": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131"
31 },
32 {
33 "method": "PUT",
34 "rel": "update",
35 "href": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131",
36 "uri": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131",
37 "type": "application/vnd.sas.decision.node.type",
38 "responseType": "application/vnd.sas.decision.node.type"
39 },
40 {
41 "method": "POST",
42 "rel": "setContent",
43 "href": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131/content",
44 "uri": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131/content",
45 "type": "application/vnd.sas.decision.node.type.content",
46 "responseType": "application/vnd.sas.decision.node.type.content"
47 },
48 {
49 "method": "GET",
50 "rel": "content",
51 "href": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131/content",
52 "uri": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131/content",
53 "responseType": "application/vnd.sas.decision.node.type.content"
54 },
55 {
56 "method": "GET",
57 "rel": "decisionStepCode",
58 "href": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131/decisionStepCode",
59 "uri": "/decisions/decisionNodeTypes/a86ded32-73bd-434d-9f89-29ba4a90c131/decisionStepCode",
60 "responseType": "application/vnd.sas.decision.step.code"
61 }
62 ]
63}

Path Parameters

NameTypeRequiredDescription
nodeTypeId
string
true

The identifier for the decision node type.

Examples:
"8fdb696e-e9e3-43ef-a162-25b4d45faaee"

Header Parameters

NameTypeRequiredDescription
Accept-Language
string
false

If provided, the service attempts to retrieve localized name for the given locale from the localization service. The names fetched are based on this node's l10nKey parameter.

Examples:
"zh_CN"

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundNo decision node type exists at the requested path.HeadersSchema