go back to CRMService

GET /crm/prospects/search

Searches the database for customers matching the given request parameters.

Parameters

name description type default type
request read for query parameters to be used as search criteria; use any combination of

For example, /crm/prospects/search?is_active=Y&name=mc*&last_ship_date=>=t-100 would find active prospects having a name that starts with 'mc' who shipped something in the last 100 days. fields from the customer table
context HttpServletRequest

Result

List < RowCustomer > of type: application/xml application/json

a list of RowCustomer objects

Try It Out

Request

- Authentication Help