GetSelectionSessionAssetsResponse
Response containing the details of selected assets in a selection session
assets object[]
List of selected asset details with their name and level information
Array [
uidstring
Stonal identifier of the asset
Default value:
##defaultExample:
550e8400-e29b-41d4-a716-446655440001namestring
Name of the asset
Default value:
##defaultExample:
A101levelUidstring
Stonal identifier of the first LEVEL ancestor in the parent chain, null if no LEVEL ancestor exists
Default value:
##defaultExample:
660e8400-e29b-41d4-a716-446655440010]
GetSelectionSessionAssetsResponse
{
"assets": [
{
"uid": "550e8400-e29b-41d4-a716-446655440001",
"name": "A101",
"levelUid": "660e8400-e29b-41d4-a716-446655440010"
}
]
}