Skip to main content

system.kanoa.attribute.getAttributes(paramsDict)

Returns attribute based on the passed parameters


Parameters

paramsDict Dictionary

- attributeIdInteger
- attributeNameString
- attributePathString
- enabledBoolean
- parentIdInteger

Returns

attributeData pyDataset


Example

paramsDict = {'enabled': True}
attributeData = system.kanoa.attribute.getAttributes(paramsDict)