I am trying for a couple of days to get a simple REST API to work with an advanced template. I have tried many tutorials and setups, but none seem to be actually work.
I don’t get any further then a simple listing of all records. Asking for 1 record by id results in 404 errors.
I am looking for a basis step by step tutorial that actually will work with the latest version of Yii. Can someone please help me out?
I will turn on again this topic beacuse I’m facing the same issue.
What’s my case? I have created 2 apps, one with the basic app template and another with the advanced app template. Both have REST service versioned. The basic app templated worked very well with this versioning mode based on modules, but the advanced app template is having 404 errors for the REST module versioning.