Skip to main content

SelectionSessionAssetDetails

Details of a selected asset including its level ancestor

uidstringrequired

Stonal identifier of the asset

Example: 550e8400-e29b-41d4-a716-446655440001
namestringrequired

Name of the asset

Example: A101
levelUidstring | nullnullable

Stonal identifier of the first LEVEL ancestor in the parent chain, null if no LEVEL ancestor exists

Example: 660e8400-e29b-41d4-a716-446655440010
SelectionSessionAssetDetails
{
"uid": "550e8400-e29b-41d4-a716-446655440001",
"name": "A101",
"levelUid": "660e8400-e29b-41d4-a716-446655440010"
}