Get lookups referenced by a rule set revision

get/ruleSets/{ruleSetId}/revisions/{revisionId}/lookups

Retrieves the lookups that are referenced by a revision of a rule set.

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/json"
10 }
11 ],
12 "name": "lookups",
13 "count": 1,
14 "items": [
15 {
16 "id": "6ba098d7-37b9-4ba9-a8c8-5211a55ded82",
17 "version": 2,
18 "name": "$LNOQJRVZXXFF2TKGIKII2KXPNQI_K",
19 "realName": "hmeq_container_job",
20 "packageName": "lnoqjrvzxxff2tkgikii2kxpnqi",
21 "checkout": false
22 }
23 ],
24 "version": 2
25}

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
200OK

A collection of lookups.

HeadersSchema
400Bad Request

The request was invalid.

Schema