Get direct dependent objects

get/codeFiles/{codeFileId}/dependencies
Internal-Use Only

Retrieves the URIs of the direct dependent objects of the code file.

Request Samples

1

Response Samples

1{
2 "uri": "/decisions/codeFiles/bfc65ced-b02e-4faf-a9e5-463575c71c6d",
3 "name": "Caculate bias",
4 "dependentUris": [
5 "/comments/comments/58bab699-0039-48a0-a68b-58bfb3b326e4",
6 "/comments/comments/1810d5fd-fdaa-4a81-aa4a-6d838c47ac25",
7 "/decisions/codeFiles/8f92126d-9d72-4273-ba5c-95bb0588e4d5"
8 ],
9 "version": 2
10}

Path Parameters

NameTypeRequiredDescription
codeFileId
string
true

The identifier for the code file.

Examples:
"bae692cc-8df0-42ed-ad5b-e7caf1122278"

Header Parameters

NameTypeRequiredDescription
Accept
string<media-type>
false

Used for selecting the 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 code file exists at the requested path.HeadersSchema