You need to sign in to do that
Don't have an account?

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.
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.
May I suggest you please, refer to below url:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_sobject_blob_retrieve.htm
Thanks,
Aman
In a nutshell, you will need the following:
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