Hello,
I am doing remapping of data providers to a new data source. Some of the documents require parameters for contexts or prompts to be answered for the data provider to be remapped.
I have used the - GET /raylight/v1/documents/<docId>/parameters call to get the answers for the parameters. However, I've found that many times that when I POST the remappings with these parameters, a new set of parameters are returned. These set of parameters do not appear in the /raylight/v1/documents/<docId>/parameters call. I am not able to programmatically answer the second set of parameters because I cannot get the answers through the /raylight/v1/documents/<docId>/parameters call.
Is there a way to get the previous answers for these subsequent required parameters?
Thanks!