Get direct dependencies of a reference data domain or value list

get/domains/{domainId}/dependencies
Internal-Use Only

Returns the representation of the transfer dependencies of a reference data domain or value list.

Request Samples

1

Response Samples

1{
2 "uri": "/referenceData/domains/3a13a535-e699-4a44-8f56-531d98165962",
3 "name": "reference data domain 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
domainId
string
true

The unique identifier for the reference data domain or value list.

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 reference data domain or value list exists at the requested path.HeadersSchema