Skip to main content

system.kanoa.sheet.getSheetVersionHistory(paramsDict)

Returns check sheet version history. paramsDict keys are optional.


Parameters

paramsDict Dictionary

- chkShtIdInteger
- chkShtNameString
- chkShtVersionStateIdInteger
- chkShtVersionStateNameString
- masterChkShtIdInteger

Returns

shtVersionHistoryData pyDataset


Example

# All history for a master
paramsDict = {"masterChkShtId": 1001}
dataset = system.kanoa.quality.sheet.getSheetVersionHistory(paramsDict)