Skip to main content

system.kanoa.attribute.getAttributeAssetLinks

Description

Returns attribute asset links based on the passed parameters.

Syntax

getAttributeAssetLinks(paramsDict)

Parameters:
  • paramsDict (dict): Dictionary of filter options

  • Returns:
  • dataSource data (pyDataset)
  • Dictionary

    ParameterTypeRequiredNotes
    assetIdinte.g. 18
    enabledboole.g. True
    attributeNamestre.g. 'some attribute'
    attributeIdinte.g. 7
    attributePathstre.g. 'some path'

    Code Examples

    # Example usage
    paramsDict = {
    'assetId': 18,
    'enabled': True,
    'attributeName': 'some attribute',
    'attributeId': 7,
    'attributePath': 'some path'
    }
    data = system.kanoa.attribute.getAttributeAssetLinks(paramsDict)
    print(data) # Print the attribute asset links data