Get terms by name in all segmentation trees

get/segmentationTrees/terms
Internal-Use Only

Gets the terms by name in all segmentation trees.

Request Samples

1

Response Samples

1{
2 "name": "items",
3 "accept": "application/vnd.sas.term.usage.summary",
4 "items": [
5 {
6 "parentName": "segmentationTree",
7 "parentUri": "/decisions/segmentationTrees/9636a324-5930-477d-9f4c-885a305cd7d2",
8 "name": "theDG",
9 "dataType": "dataGrid",
10 "direction": "inOut",
11 "links": [
12 {
13 "method": "GET",
14 "rel": "self",
15 "href": "/decisions/segmentationTrees/9636a324-5930-477d-9f4c-885a305cd7d2",
16 "uri": "/decisions/segmentationTrees/9636a324-5930-477d-9f4c-885a305cd7d2",
17 "type": "application/vnd.sas.decision.segmentation.tree+json"
18 }
19 ]
20 }
21 ],
22 "version": 2
23}

Query Parameters

NameTypeRequiredDescription
name
string
true

The name of the term by which to search.

Examples:
"myTermName"

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema