Using cURL in apex to retrieve the records in Salesforce

To retrieve records in Salesforce using a curl request in Apex, you would need to make use of Salesforce’s REST API. Assuming you are well aware of HTTP requests, REST Api and cURL; Here’s an example of how you can construct a curl request in Apex to retrieve records: In this example, we are constructing …

Using cURL in apex to retrieve the records in Salesforce Read More »