Get direct dependent objects

get/ruleSets/{ruleSetId}/dependencies
Internal-Use Only

Retrieves the URIs for the direct dependent objects of the rule set.

Request Samples

1

Response Samples

1{
2 "uri": "/businessRules/ruleSets/b7f5c6c4-60ef-43ee-af2b-84d470279286",
3 "name": "Assign Value",
4 "dependentUris": [
5 "/referenceData/domains/22b0ed51-9a5b-447f-bdc3-8ecac64c9463",
6 "/comments/comments/7c701ee9-ea45-469c-ab7c-f02c2f66aef9",
7 "/comments/comments/92c8b316-75c8-40eb-968b-84c2757f2570",
8 "/decisions/codeFiles/a23b84eb-251f-4103-abe6-3fd5446af90e"
9 ],
10 "version": 2
11}

Path Parameters

NameTypeRequiredDescription
ruleSetId
string
true

The identifier for the rule set.

Examples:
"6ad874f9-e6f9-4dfc-ad8b-58fea571af4c"

Header Parameters

NameTypeRequiredDescription
Accept
string<media-type>
false

Used for selecting desired representation.

Allowed value:
application/vnd.sas.transfer.dependencies+json
Default:
application/vnd.sas.transfer.dependencies+json
Example:
"application/vnd.sas.transfer.dependencies+json"

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundNo resource exists at the requested path.HeadersSchema