UCBoulder / signalvine-sdk

Use the SignalVine API with Python
Apache License 2.0
0 stars 1 forks source link

get_program_schema doesn't bring in hidden fields #7

Open staylorx opened 3 years ago

staylorx commented 3 years ago

We tested this and it used to bring in all variables. But recently we have upstream code running and the hidden fields don't show up.

staylorx commented 3 years ago

SV folks indicate that adding show_all_variables=true to the query string will bring in everything again, but so far it doesn't work in testing.

staylorx commented 3 years ago

Apparently the secret is /v1/programs/<your_program_id_here>?type=full&show_all_variables=true and it will return a big beautiful stack of program detail including all the fields.