queryApexLogIdsViaRest
queryApexLogIdsViaRest(
connection,query):Promise<string[]>
Defined in: packages/simply-apex-core/src/apexLogsPurge.ts:34
Parameters
Section titled “Parameters”connection
Section titled “connection”Connection
string
Returns
Section titled “Returns”Promise<string[]>
Every ApexLog Id matched by query (a full SOQL statement), via the Tooling API, which returns them in a single response.