getRequestForCollectionRetrieve
open fun getRequestForCollectionRetrieve(apiVersion: String, objectType: String, objectIds: List<String>, fieldList: List<String>): RestRequest
Request for retrieving multiple records with fewer round trips
Parameters
apiVersion
Salesforce API version.
objectType
Type of the requested record.
objectIds
List of Salesforce IDs of the requested records.
fieldList
List of requested field names.
See also
<a href="https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections_retrieve.htm">https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections_retrieve.htm</a>