When I hit the below url http://localhost:4502/content/geometrixx-outdoors/en.infinity.json, I am getting the following response
["/content/geometrixx-outdoors/en.4.json","/content/geometrixx-outdoors/en.3.json","/content/geometrixx-outdoors/en.2.json","/content/geometrixx-outdoors/en.1.json","/content/geometrixx-outdoors/en.0.json"]
instead of full json response. I want the response like the below url
http://localhost:4502/content/geometrixx/en.infinity.json
Please help me in this, how can I go with this
Solved! Go to Solution.