system.kanoa.item.getItemSource
Description
Item source filtered by the given parameters.Syntax
getItems(paramsDict)Parameters:
Returns:
Dictionary
| Parameter | Type | Required | Notes | 
|---|---|---|---|
| itemSourceId | int | e.g. 1 | |
| itemSourceName | string | e.g. 'input' | |
| enabled | bool | e.g. True | 
Code Examples
# Example Usage:
parameters = {
    'itemSourceId':1,
    'itemSourceName': input',
    'enabled': True
}
itemSource = system.kanoa.item.getItemSource(parameters)