Skip to main content

system.kanoa.attribute.getAttributeEvents

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)
      - strictDates (bool)
    Only returns attribute events that fall within the date range provided
      - hasValue (bool)
    Only returns attribute events that have a value
  • Returns
      data (pyDataset)
  • Code Examples

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