function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ 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