system.kanoa.asset.getAssetTypes(paramsDict)
Returns assetTypes. Parameter keys are optional
Parameters
paramsDict Dictionary
| - assetTypeId | Integer | |
| - assetTypeName | String | |
| - assetTypePath | String | |
| - enabled | Boolean | |
| - includeChildren | Boolean | When enabled assetTypes underneath parents are also returned |
| - parentTypeId | Integer |
Returns
assetTypeData pyDataset
Example
paramsDict = {'enabled': True}
asset_types_info = system.kanoa.asset.getAssetTypes(paramsDict)