system.kanoa.attribute.getAttributeAssetLinks
Description
Returns attribute asset links based on the passed parameters.Syntax
getAttributeAssetLinks(paramsDict)Parameters:
Returns:
Dictionary
| Parameter | Type | Required | Notes | 
|---|---|---|---|
| assetId | int | e.g. 18 | |
| enabled | bool | e.g. True | |
| attributeName | str | e.g. 'some attribute' | |
| attributeId | int | e.g. 7 | |
| attributePath | str | e.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