system.kanoa.attribute.getAttributeEvents
Description
Returns attribute events for the given parameters.Syntax
getAttributeEvents(paramsDict)- dictionary paramsDict - {'attributeId': 5}. Valid keys are assetPath, startDate, endDate, assetId, attributeName, attributePath, attributeAssetLinkId
- data - pyDataset
Code Examples
# Example usage
paramsDict = {
'attributeId': 5
}
data = system.kanoa.attribute.getAttributeEvents(paramsDict)
print(data) # Print the attribute events data