PropertyMonitorRouter
getClasses(query) |
@param query: Should contain 'record=' the uid of the applicable datasource @returns all of the defined classes, grouped in the form { 'data': [{'key':key, 'label':label}, ...], 'success': True } |
getProperties(query, class_name) |
@param query: Should contain 'record=' the uid of the applicable datasource @param class_name: must be a class from getClasses method @returns full names all of the properties from this class { 'data': [{'key':key, 'label':label}, ...], 'success': True } |