system.kanoa.attribute.getAttributeEvents(paramsDict)
Returns attribute events for the given parameters
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - assetPath | String | |
| - attributeAssetLinkId | Integer | |
| - attributeName | String | |
| - attributePath | String | |
| - endDate | DateTime | Set to None to return the current value |
| - hasValue | Boolean | If true then we only return events where the value is not null |
| - startDate | DateTime | |
| - strictDates | Boolean | If true then we only return events where the tStamp is between the start and endDate |
Returns
data pyDataset
Example
paramsDict = {'attributeId': 5, 'endDate': None}
data = system.kanoa.attribute.getAttributeEvents(paramsDict)