Skip to main content

system.kanoa.attribute.getAttributeEvents

This function is part of the kanoaOPS module

Description

Returns attribute events for the given parameters.

Syntax

getChkItemEventsByRow(paramsDict)
  • Parameters
      paramsDict (dict)
      - itemClassPath (string)
      - assetId (int)
      - startDate (dateTime)
      - endDate (datetime)
    set endDate to None to return the current value
      - attributeName (string)
      - attributePath (string)
      - attributeAssetLinkId (int)
  • Returns
      data (pyDataset)
  • Code Examples

    # Example usage
    paramsDict = {'attributeId': 5, 'endDate': None}
    data = system.kanoa.attribute.getAttributeEvents(paramsDict)