Skip to main content

GetSelectionSessionAssetsResponse

Response containing the details of selected assets in a selection session

assets object[]required

List of selected asset details with their name and level information

  • Array [
  • 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
  • ]
  • GetSelectionSessionAssetsResponse
    {
    "assets": [
    {
    "uid": "550e8400-e29b-41d4-a716-446655440001",
    "name": "A101",
    "levelUid": "660e8400-e29b-41d4-a716-446655440010"
    }
    ]
    }