SimplifiedLogic / creoson

OpenSource Automation using JSON Transactions for PTC's CREO Parametric
http://www.creoson.com
MIT License
79 stars 23 forks source link

feature-list_pattern_features: group_name required #83

Open Zepmanbc opened 1 year ago

Zepmanbc commented 1 year ago

Hello, https://github.com/Zepmanbc/creopyson/issues/53 shows that there is a problem with feature-list_pattern_features function.

the doc says that only pattern_name is required and there is no group_name mentionned. I tried to add group_name in the request, I had to put my pattern in a nammed group, and it worked.

If I try to send request with group_name:null it returns Invalid JSON input

'{"sessionId": "845246681278881989", "command": "feature", "function": "list_group_features", "data": {"patter_name": "plop", "file": "pattern.prt", "group_name": null}}'