AmericaSCORESBayArea / salesforce-data-api

This project is based on Mulesoft Dataweave and Salesforce to provide secure, reliable, API access for all the Scores apps and projects. It is hosted on Anypoint and acts as the transactional hub, in concert with the authentication API
3 stars 1 forks source link

Include "Region" filter to contacts search #231

Closed AleksandrMolchagin closed 5 months ago

AleksandrMolchagin commented 5 months ago

Description:

Update GET /contacts/search to include region-based filter.

Specification:

Endpoint: GET /contacts/search

Query Parameters:

Name: searchString Type: string Required: true

Name: region Type: string Required: false

Test example: {{base_url}}/contacts/search?searchString=Angel {{base_url}}/contacts/search?searchString=Angel&region=San Francisco Crocker {{base_url}}/contacts/search?searchString=Angel&region=Hayward

Screenshots:

image image image