Get direct dependencies of a treatment definition group

get/definitionGroups/{groupId}/dependencies
Internal-Use Only

Returns the representation of the transfer dependencies of treatment definition group.

Request Samples

1

Response Samples

1{
2 "uri": "/treatmentDefinitions/definitionGroups/b0fcad2b-d9d1-49aa-b6ae-2bfd09876fc8",
3 "name": "treatment group 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 "/treatmentDefinitions/definitions/22d57e1c-f457-4b23-92a1-097296889621",
9 "/treatmentDefinitions/definitions/32799147-7480-4d27-9719-7f348382ddb4"
10 ],
11 "version": 2
12}

Path Parameters

NameTypeRequiredDescription
groupId
string
true

The unique identifier for the treatment definition group.

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