Get terms by name in all rule sets

get/ruleSetTerms
Internal-Use Only

Get terms by name in all rule sets.

Request Samples

1

Response Samples

1{
2 "name": "items",
3 "accept": "application/vnd.sas.term.usage.summary",
4 "items": [
5 {
6 "parentName": "InverseClage",
7 "parentUri": "/businessRules/ruleSets/81ac6952-ac0d-408b-91ad-54717a65ebb1",
8 "name": "CLAGE",
9 "dataType": "decimal",
10 "direction": "inOut",
11 "links": [
12 {
13 "method": "GET",
14 "rel": "self",
15 "href": "/businessRules/ruleSets/81ac6952-ac0d-408b-91ad-54717a65ebb1",
16 "uri": "/businessRules/ruleSets/81ac6952-ac0d-408b-91ad-54717a65ebb1",
17 "type": "application/vnd.sas.business.rule.set"
18 }
19 ]
20 }
21 ],
22 "version": 2
23}

Query Parameters

NameTypeRequiredDescription
name
string
true

The name of the term to search by.

Examples:
"myTermName"

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema