function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alex OlingerAlex Olinger 

I'm trying to use a get to find the ID of an Account to store in a variable

/services/data/v53.0/sobjects/Account?name=...
I was trying to filter down the accounts call from the requests itself. 
My use case is to call accounts and find the Account ID from the given Account Name.