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
[x] Included RAML change in Exchange and published it under 4.0.3
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®ion=San Francisco Crocker{{base_url}}/contacts/search?searchString=Angel®ion=Hayward
Description:
Update
GET /contacts/search
to includeregion
-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®ion=San Francisco Crocker
{{base_url}}/contacts/search?searchString=Angel®ion=Hayward
Screenshots: