system.kanoa.attribute.getAttributeAssetLinks(paramsDict)
Returns attribute asset links based on the passed parameters
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - attributeId | Integer | |
| - attributeName | String | |
| - attributePath | String | |
| - enabled | Boolean |
Returns
attributeAssetLinkData pyDataset
Example
paramsDict = {'assetId': 18}
attributeAssetLinkData = system.kanoa.attribute.getAttributeAssetLinks(paramsDict)