Webservice
ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4
Back to this add-on's main page
View Other Add-ons From Rein de Vries
no response to query
Support (Resolved)
Steven Grant
|
Posted: 09 June 2015 10:20 AM |
|
|
|
I’m trying to hit
http://localhost/webservice/rest/search_entry/json/?auth[username]=stevengrant&auth;[password]=rar1Ir0wath1aNg9&data;[channel_name]=profiles but coming up with nothing when I do.
Testing tools tells me “Required variables missing: data"1
Where am I going wrong?
|
|
|
Reinos
|
Posted: 10 June 2015 01:46 PM |
# 1
|
|
Developer
|
Hi Steven,
Your url looks a little bit weird, try this:
http://localhost/webservice/rest/search_entry/json/?auth[username]=stevengrant&auth;[password]=rar1Ir0wath1aNg9&data;[channel_name]=profiles
probably, you also set a field to required. You have to pass those data in the “extra” field (http://reinos.nl/expressionengine/webservice/docs/testing-tool)
let me know.
Best,
Rein
|
|
|