Missing Radio Button field information from api call
Thursday, February 24, 2022 at 09:57amGuys,
I'm hitting the "/packages/" + packageId api call to get the package info and I've noticed that I am not getting all of the field information for the notary approval. I have radio buttons set up for one of my approvals and they are not coming through. Am I doing something wrong or is there an error with the api call I'm hitting?
Reply to: Missing Radio Button field information from api call
Thursday, February 24, 2022 at 10:13amHi Ryan,
In your request headers, can you specify the "Accept" as
application/json; esl-api-version=11.46
Because the OSS API will only return newly introduced field types if you carry this information.
Duo
Reply to: Missing Radio Button field information from api call
Thursday, February 24, 2022 at 10:16amThank you!