Extension, Module

Archived
Forum
(read-only)


For official support, visit the official support site »

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
Steven Grant

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
# 1
Developer
Reinos

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