Search accounts by criteria
Searches for Account records using specific criteria. This example demonstrates using the search_Accounts endpoint with the criteria parameter to perform a server-side search (e.g., accounts starting with "test").
SELECT * FROM search_Accounts WITH(criteria='Account_Name:starts_with:test')