Get direct dependencies of a treatment definition

get/definitions/{definitionId}/dependencies
Internal-Use Only

Returns the representation of the transfer dependencies of treatment definition.

Request Samples

1

Response Samples

1{
2 "uri": "/treatmentDefinitions/definitions/22d57e1c-f457-4b23-92a1-097296889621",
3 "name": "treatment example",
4 "dependentUris": [
5 "/businessRules/ruleSets/22d57e1c-f457-4b23-92a1-097296889621",
6 "/comments/comments/1e8bd8ba-197b-4d83-ae85-bb15398089b1",
7 "/comments/comments/fc9fc0d4-cb2a-4ebd-b174-20e5863ce99d",
8 "/comments/comments/729287a1-5762-4e2e-805d-9df1b5449f2c"
9 ],
10 "version": 2
11}

Path Parameters

NameTypeRequiredDescription
definitionId
string
true

The unique identifier for the treatment definition.

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 treatment definition exists at the requested path.HeadersSchema