system.kanoa.config.getConfigType
Description
Get the application configuration settings.Syntax
getConfigType(paramsDict)Parameters:
Returns:
Dictionary
Parameter | Type | Required | Notes |
---|---|---|---|
configTypeId | int | ||
configTypeName | string |
Code Examples
# Example Usage:
configTypeData = system.kanoa.config.getConfigType({'configTypeName': 'schedule'})