Solved
After creating model.json is it possible send with params like model.json?field=value&field=value
After creating model.json is it possible send with params like model.json?field=value&field=value
After creating model.json is it possible send with params like model.json?field=value&field=value
Hi @rengan76
I don't think there is a OOB way to pass the query parameters in model.json. In case you want to pass the query parameter, you would have to write your own servlet and get the parameters from request object and then using the HttpClient object execute the model.json API call.
Hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.