Get direct dependencies of a global variable
get/globalVariables/{globalVariableId}/dependencies
Returns the representation of the transfer dependencies of a global variable.
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": 210}
Name | Type | Required | Description |
---|---|---|---|
globalVariableId | string | true | The unique identifier for the global variable. Examples: "da85cd3c-7c7a-437c-acac-eca2819c9a6d" |