Skip to main content

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: ##default
    Example: 550e8400-e29b-41d4-a716-446655440001
    namestring

    Name of the asset

    Default value: ##default
    Example: A101
    levelUidstring

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

    Default value: ##default
    Example: 660e8400-e29b-41d4-a716-446655440010
  • ]
  • GetSelectionSessionAssetsResponse
    {
    "assets": [
    {
    "uid": "550e8400-e29b-41d4-a716-446655440001",
    "name": "A101",
    "levelUid": "660e8400-e29b-41d4-a716-446655440010"
    }
    ]
    }