+ Start a Discussion
pokalakari nagapokalakari naga 

Rest api to retrive contacts related notes

Hi all,

I want to retrieve the contacts related notes using rest api. I was new to api calls.
Can anyone help me over here.

Thanks in advance.

Regards,
naga.
Aman MalikAman Malik
James LoghryJames Loghry
Hi Naga,

In a nutshell, you will need the following:
/services/data/v41.0/query/?q=Select+Id+From+Note

For more details around integrating with a REST api in Salesforce, check out the following Trailhead: https://trailhead.salesforce.com/en/modules/api_basics/units/api_basics_rest

Good luck!
- James