REST API - Is it possible to fetch phones (phone number) for all contact?
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}
Is it possible to fetch phones for all contact? (Without giving any contact ID)
Version
v1.31