cancel
Showing results for 
Search instead for 
Did you mean: 

What should be query for getting customers by modified date through webservice ??

Former Member
0 Kudos

Hi ,

I need to form a query which will fetch all the customers based on their modified date.

I tried with the following GET request http://localhost:9001/ws410/rest/users?users_modifiedtime="2014-08-26"

But am getting all the user records despite of their modified date.

also need to fetch customers from a modified date . Like modified_date >= "some date" Can anyone help on this ???

Regards, Shabana

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

The "queries" (if we talk about flexible search) should be located in your DAO, if you need something more customized.

hybris allows you to create your own webservices. In order to do so, there is a very complete and easy to understand trail which can help you to implement this behaviour.

Best regards,

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Tomas,

Thanks for your reply. Anyways i was able to figure out a way to get the records based on date. http://localhost:9001/ws410/rest/users?users_query=%7Bmodifiedtime%7D+%3E%3D+%272014-08-27+00%3A00%3...

Thanks, Shabana