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.
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": false22 }23 ],24 "version": 225}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | A collection of lookups. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema |