Get Asset Dependencies
POST /catalog/asset-options/{assetType}/dependencies
Required Roles
This call has no restrictions.
Request Payload
<AssetDependencyRequest>
<tenantId></tenantId>
<availableAssetTypes></availableAssetTypes>
</AssetDependencyRequest>
{
"tenantId": "",
"availableAssetTypes": [
""
]
}
All parameters are required unless otherwise stated.
Field |
Description |
Type |
Notes |
<AssetDependencyRequest> |
|
|
|
<tenantId> |
|
URI |
|
<availableAssetTypes> |
|
String |
0-* Elements
|
</AssetDependencyRequest> |
|
|
|
Response Body
Field |
Description |
Type |
Notes |
<AssetDependencyResponse> |
|
|
|
<assetType> |
|
String |
|
<assetDependencies> |
|
String |
0-* Elements
|
</AssetDependencyResponse> |
|
|
|