Get resources referenced by a rule set revision

get/ruleSets/{ruleSetId}/revisions/{revisionId}/referencedResources
Internal-Use Only

Retrieves the resources that are referenced by a rule set revision.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "collection",
6 "href": "/businessRules/ruleSets/e335590e-ded8-47da-950c-6dafbdbf9c57/revisions/0bde8adb-5baa-4142-a950-ba4ee780873a/lookups",
7 "uri": "/businessRules/ruleSets/e335590e-ded8-47da-950c-6dafbdbf9c57/revisions/0bde8adb-5baa-4142-a950-ba4ee780873a/lookups",
8 "type": "application/vnd.sas.collection",
9 "itemType": "application/vnd.sas.business.rule.lookup"
10 }
11 ],
12 "name": "referencedResources",
13 "count": 1,
14 "items": [
15 {
16 "id": "6ba098d7-37b9-4ba9-a8c8-5211a55ded82",
17 "existence": "found",
18 "version": 2,
19 "name": "$LNOQJRVZXXFF2TKGIKII2KXPNQI_K",
20 "realName": "hmeq_container_job",
21 "packageName": "lnoqjrvzxxff2tkgikii2kxpnqi",
22 "checkout": false,
23 "values": []
24 }
25 ],
26 "version": 2
27}

Path Parameters

NameTypeRequiredDescription
revisionId
string
true

The rule set revision ID.

ruleSetId
string
true

The rule set ID that is to be matched.

Responses

StatusMeaningDescription
200OKA collection of referenced resources such as lookups and advanced lists.HeadersSchema
400Bad RequestThe request was invalid.Schema
404Not FoundNo resource exists at the requested path.Schema