system.kanoa.devOps.getAppChanges(paramsDict)
Returns application changes for the given parameters. paramsDict keys are optional
Parameters
paramsDict Dictionary
| - action | String | |
| - changeId | Integer | |
| - createdBy | Integer | |
| - manifestChanged | String | |
| - name | String | |
| - noCommentOnly | String | |
| - path | String | |
| - resourceType | String |
Returns
appChangeData pyDataset
Example
paramsDict = {}
system.kanoa.config.getAppChanges(paramsDict)