Viewer API: How to store complete set of parameter values

Set of Parameter values: We use youtube tutorial to renderize menu and its default values. We coud store every value to a dictionary. But we hope there is a more straight way to obtain all parameters values via viewerAPI? A complete set of parameter values?
Thanks!

Please explain what you mean by ā€œa more straight way to obtain all parameters values via viewerAPIā€.

Using the session.parameters interface, you have access to the list of all parameters and their values, which gives a direct way to retrieve all current parameter values.

1 Like

Thanks, with your mention to ā€œsession.parameters interfaceā€ I was able to find the complete set of parameters values.

1 Like