How to run SOQL using Salesforce REST API with WHERE Condition?

How to run SOQL using Salesforce REST API with WHERE Condition?

Sample Endpoint:
https://infallibletechie-b-dev-ed.my.salesforce.com/services/data/v53.0/query/?q=SELECT+Id,Name,Type,Industry+FROM+Account+WHERE+Name=%27InfallibleTechie%27

Leave a Reply