Cant find data in rest service
Rest service is called RESTService_FoxPro
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Rest service is called RESTService_FoxPro
At the very top it says
master
rows
then has ROWS with data.
The original REST didn't have any of this. It was PURE data without this piece at the top.
{
"master":{
"rows":[
{
"aaacallnum":"",
I'm stuck! can't do anything Waiting.
I must be doing something wrong. Because my simple form should return the values from this number.
It returns nothing.
Can you try it?
I know that MY software puts the Master and rows at the top, but your software doesn't like this and the results are not returned.
Can you explain what is the exact problem here? When you create and test a service in Appery.io, we simply invoke the service. What is being returned and in what format -- that's entirely up to the service. We don't control it. But again, I'm not clear exactly what's not working.
TYPE in 465971
Get back data.
I'm trying to PUT a search inside a form and populate a form.
I sent my form
My URL is public
You should be able to GET into appery and see my form
the TEST returns the data
the SEARCH connected to the SERVice does not return the data
the form is not getting the information
What else do I need to explain?
The test says (Successful)
it returns the JSON info.
When I run the form -- test_test_test
and I type in 465971
I expect it to populate the form with the Information from the rest service.