Salesforce - Rest Resource Testing Using Work bench
Old :
/services/apexrest/API/ProjectContactLink
1. in the above URL "ProjectContactLink" is the rest resource and before is a common URL for us
2. for the domain to get the endpoint URL to hit from the client side we add the domain to before this.
how do I get the Salesforce domain
i) Go to the developer console in the browser address bar and copy the main domain .
New 24-10-2024 :
---------------------
For the workbench below it is fine to hit the get method
/services/apexrest/ProjectContactLink
Comments
Post a Comment