system.kanoa.attribute.getAttributes(paramsDict)
Returns attribute based on the passed parameters
Parameters
paramsDict Dictionary
| - attributeId | Integer | |
| - attributeName | String | |
| - attributePath | String | |
| - enabled | Boolean | |
| - parentId | Integer |
Returns
attributeData pyDataset
Example
paramsDict = {'enabled': True}
attributeData = system.kanoa.attribute.getAttributes(paramsDict)