Topic by Manoj Kumar Govindarajan
Content
Hi,
Using REST API, I want to check whether phone number exists in Contact Object or not
For particular contact ID I can fetch phone number by using following REST API (Here contact ID is 4) but in my case I want search for whole contacts
https://<instance>/services/rest/connect/v1.3/contacts/4/phones
or
https://<instance>/services/rest/connect/v1.3/contacts/4/phones/{phone_id}