Get terms by name in all decisions

get/terms
Internal-Use Only

Gets terms by name in all decisions.

Request Samples

1

Response Samples

1{
2 "name": "items",
3 "accept": "application/vnd.sas.term.usage.summary",
4 "version": 2,
5 "items": [
6 {
7 "parentName": "my_decision",
8 "parentUri": "/decisions/flows/2f280d53-1700-4752-9aa1-ff98513b9f8f",
9 "name": "myTermName",
10 "dataType": "decimal",
11 "direction": "inOut",
12 "links": [
13 {
14 "method": "GET",
15 "rel": "self",
16 "href": "/decisions/flows/2f280d53-1700-4752-9aa1-ff98513b9f8f",
17 "uri": "/decisions/flows/2f280d53-1700-4752-9aa1-ff98513b9f8f",
18 "type": "application/vnd.sas.decision"
19 }
20 ]
21 },
22 {
23 "parentName": "my_decision",
24 "parentUri": "/decisions/flows/2f280d53-1700-4752-9aa1-ff98513b9f8f",
25 "name": "dgWithColMyTermName",
26 "dataType": "dataGrid",
27 "direction": "inOut",
28 "links": [
29 {
30 "method": "GET",
31 "rel": "self",
32 "href": "/decisions/flows/2f280d53-1700-4752-9aa1-ff98513b9f8f",
33 "uri": "/decisions/flows/2f280d53-1700-4752-9aa1-ff98513b9f8f",
34 "type": "application/vnd.sas.decision"
35 }
36 ]
37 }
38 ]
39}

Query Parameters

NameTypeRequiredDescription
name
string
true

The name of the term to search by.

Examples:
"myTermName"

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema