system.kanoa.asset.getAssetTagPath
Description
Given an assetPath or assetId, this function will return the tag path.Syntax
getAssetTagPath(paramDict)Parameters:
Returns:
Dictionary
Parameter | Type | Required | Notes |
---|---|---|---|
assetPath | string | i.e. Kanoa Industries\Adelaide Hills\Packaging\Line 1 | |
assetId | int |
Code Examples
# Example Usage:
tag_path = system.kanoa.asset.getAssetTagPath({'assetPath': 'Kanoa Industries\Adelaide Hills\Packaging\Line 1'})
print(f"The tag path is: {tag_path}")