Jump to content

Webservice filter prestashop cloud


Recommended Posts

Hi
 
I'm a new...
I use this document to learn how make and use a webservice with prestashop :
 
this document explain the CRUD method but it's for 1.4 prestashop but my prestashop on cloud is version 1.6.0.14
So, my problem is :
I can't do any filter. If i try it, I have a timeout (error code -1)
just "/api/products" or "api/products/?display=full" works for exemple
 
timeout if I try to do this :
/api/configurations/?display=[name,value]
or 
/api/customers/?display=[firstname,lastname]&filter[id]=[1|5]
 
 
I have activate webservice and i have give all permissions to all ressources.
To have list of my orders, I have change in .htaccess the HTTP_PS_MODE_DEV_  to true.
 
There is an another parameter(s) to activate filter ?
 
Thanks to help me.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...