system.kanoa.attribute.getAttributeEvents
Description
Returns attribute events for the given parameters.Syntax
getChkItemEventsByRow(paramsDict)- paramsDict (dict)
- - itemClassPath (string)
- - assetId (int)
- - startDate (dateTime)
- - endDate (datetime)
- - attributeName (string)
- - attributePath (string)
- - attributeAssetLinkId (int)
- data (pyDataset)
Code Examples
# Example usage
paramsDict = {'attributeId': 5, 'endDate': None}
data = system.kanoa.attribute.getAttributeEvents(paramsDict)