system.kanoa.sheet.exportSheets(chkShtIdList)
This functions exports a list of checksheets and returns it as json
Parameters
chkShtIdList List of Integers: List of chkShtIds
Returns
json Dictionary
message String None if success
Example
chkShtIdList = [56, 57]
newChkShtId, message = system.kanoa.quality.sheet.exportsSheets(chkShtIdList)