projects
Executes a SQL statement specified in the body of the request. An example of this SQL statement in the case of Salesforce connector would be 'select * from Account a, Order o where a.Id = o.AccountId'.
post/v2/{+connection}:executeSqlQuery
Path parameters
connectionstring required
Required. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
Request body
Response
Successful response