Get direct dependencies of a global variable

get/globalVariables/{globalVariableId}/dependencies
Internal-Use Only

Returns the representation of the transfer dependencies of a global variable.

Request Samples

1

Response Samples

1{
2 "uri": "/referenceData/globalVariables/6ae71b6d-34f2-479f-a181-53716a22086e",
3 "name": "Global variable example",
4 "dependentUris": [
5 "/comments/comments/1e8bd8ba-197b-4d83-ae85-bb15398089b1",
6 "/comments/comments/fc9fc0d4-cb2a-4ebd-b174-20e5863ce99d",
7 "/comments/comments/729287a1-5762-4e2e-805d-9df1b5449f2c"
8 ],
9 "version": 2
10}

Path Parameters

NameTypeRequiredDescription
globalVariableId
string
true

The unique identifier for the global variable.

Examples:
"da85cd3c-7c7a-437c-acac-eca2819c9a6d"

Header Parameters

NameTypeRequiredDescription
Accept
string<media-type>
false

Used for selecting desired representation.

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

Responses

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