SOQL Query
Executes the given SOQL query and returns the requested fields of records that satisfy the query.
The batchSize
parameter can range from 200 to 2,000 (default value) and is not guaranteed to be the actual size at runtime. By default, returns up to 2,000 records at once. If you specify a batch size, this request returns records in batches up to that size. Specifying a batch size does not guarantee that the returned batch is the requested size.
- API version (string, optional)
- Query (string)
- Batch size (integer)
- Swift
- Objective-C
- Kotlin
- Java