Hello,
I am trying to create a REST Service that is to fetch a list of items from an API I am developing.
I am attempting to make a GET Request to the following URL passing along an ID
http://162.243.56.184/api/index.php/p...
Example
http://162.243.56.184/api/index.php/p...
For some reason when I try and test the call so I can "Automatically Create Service Response" I receive a '404 Error Code'
The response I receive is as follows...
{
"status":"404 Not Found",
"url":"http://162.243.56.184/api/index.php/p...",
"response": ............
}
My question is why the variable ID is not being appended to the end of the url as I am trying to make a GET request.