Skip to main content

system.kanoa.attribute.getAttributeEvents(paramsDict)

Returns attribute events for the given parameters


Parameters

paramsDict Dictionary

- assetIdInteger
- assetPathString
- attributeAssetLinkIdInteger
- attributeNameString
- attributePathString
- endDateDateTimeSet to None to return the current value
- hasValueBooleanIf true then we only return events where the value is not null
- startDateDateTime
- strictDatesBooleanIf 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)