Skip to main content

system.kanoa.attribute.getAttributeEvents

Description

Returns attribute events for the given parameters.

Syntax

getChkItemEventsByRow(paramsDict)

Parameters:
  • paramsDict (dict)

  • Returns:
  • data (pyDataset)
  • Dictionary

    ParameterTypeRequiredNotes
    itemClassPathstring
    assetIdint
    startDatedateTime
    endDatedatetimeset endDate to None to return the current value
    attributeNamestring
    attributePathstring
    attributeAssetLinkIdint
    strictDatesboolOnly returns attribute events that fall within the date range provided
    hasValueboolOnly returns attribute events that have a value

    Code Examples

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