Hi! I think I found a little typo here:

http://web2py.com/book/default/chapter/09#RESTful-Web-Services

Similarly a GET request to

http://127.0.0.1/myapp/default/api/persons.json

indicates a request for a list of persons (records from the data person) in
json format.

A GET ***requst*** to

http://127.0.0.1/myapp/default/api/person/1.json

Reply via email to