system.kanoa.attribute.getAttributeEvents
Description
Returns attribute events for the given parameters.Syntax
getChkItemEventsByRow(paramsDict)Parameters:
Returns:
Dictionary
Parameter | Type | Required | Notes |
---|---|---|---|
itemClassPath | string | ||
assetId | int | ||
startDate | dateTime | ||
endDate | datetime | set endDate to None to return the current value | |
attributeName | string | ||
attributePath | string | ||
attributeAssetLinkId | int | ||
strictDates | bool | Only returns attribute events that fall within the date range provided | |
hasValue | bool | Only returns attribute events that have a value |
Code Examples
# Example usage
paramsDict = {'attributeId': 5, 'endDate': None}
data = system.kanoa.attribute.getAttributeEvents(paramsDict)